Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CameraC328 SDFileSystem WIZnetInterface_Ricky mbed
Fork of Camera_FTP_WIZwiki-W7500 by
Revision 5:64351d7fc62d, committed 2016-01-06
- Comitter:
- IOP
- Date:
- Wed Jan 06 23:59:11 2016 +0000
- Parent:
- 4:2519e8920b22
- Commit message:
- change mbed-src to mbed
Changed in this revision
--- a/main.cpp Fri Sep 04 02:28:14 2015 +0000 +++ b/main.cpp Wed Jan 06 23:59:11 2016 +0000 @@ -24,8 +24,8 @@ char ftpServer_data_ip_addr[4]={0,}; char ftpServer_data_ip_addr_str[20]={0,}; static char buf[256]; -static char ID[]={"abc"}; //Set FTPServer Login ID -static char PASSWORD[]={"123"}; //Set FTPServer Login Password +static char ID[]={"user"}; //Set FTPServer Login ID +static char PASSWORD[]={"1234"}; //Set FTPServer Login Password enum CommandFirst { f_nocmd, f_put, @@ -80,10 +80,10 @@ pc.printf("Hello FTP Camera!\r\n"); uint8_t mac_addr[6] = {0x00, 0x08, 0xdc, 0x12, 0x34, 0x45}; - const char ip_addr[] = "192.168.0.123"; // WIZwiki-W7500 IP-address + const char ip_addr[] = "192.168.240.97"; // WIZwiki-W7500 IP-address const char mask_addr[] = "255.255.255.0"; - const char gateway_addr[] = "192.168.0.1"; - const char ftpServer_control_ip_addr[] = "192.168.0.209"; // my IP address + const char gateway_addr[] = "192.168.240.1"; + const char ftpServer_control_ip_addr[] = "192.168.240.100"; // my IP address EthernetInterface eth;
--- a/mbed-src.lib Fri Sep 04 02:28:14 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed-src/#523654f2b367
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Wed Jan 06 23:59:11 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/4336505e4b1c \ No newline at end of file