Webserver only w/o any other functions, single thread. Running on STM32F013+W5500
Dependencies: NTPClient W5500Interface Watchdog device_configuration eeprom_flash mbed-rpc-nucleo mbed-rtos mbed
Fork of F103-Serial-to-Ethernet by
Revision 22:e5f0aa929c44, committed 2014-11-16
- Comitter:
- olympux
- Date:
- Sun Nov 16 17:39:16 2014 +0000
- Parent:
- 21:fae96e0d6bb1
- Child:
- 23:47ee805435b1
- Commit message:
- Bug fixes
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
readme.txt | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Nov 15 11:53:00 2014 +0000 +++ b/main.cpp Sun Nov 16 17:39:16 2014 +0000 @@ -137,7 +137,7 @@ char str_ip_addr[16], str_ip_subnet[16], str_ip_gateway[16]; // for printf, converted from 16-bits u16ip_xxx uint16_t first_run = 0; // first run flag -const uint16_t tcp_server_local_port = 10000; // fixed +const uint16_t tcp_server_local_port = 10000; // fixed, change to 7000 if internet required const uint16_t udp_server_local_port = 11000; // fixed // TCP client: this section is used for the TCP server that this device connects to in TCP client mode
--- a/readme.txt Sat Nov 15 11:53:00 2014 +0000 +++ b/readme.txt Sun Nov 16 17:39:16 2014 +0000 @@ -12,4 +12,4 @@ v1.1 15/11/2014 + Added: watchdog timer - + Modified: when received config data from udp, enter config mode forever + + Modified: enter config mode forever when received discovery command