Simple HTTP server example with W5500 (WIZnet chipset) .access the mbed via any browser, mbed echo back http request header.

Dependencies:   WIZnet_Library mbed

Fork of HTTPServer_echoback_WIZ550io by W5500-Ethernet-Interface Makers

Changes

RevisionDateWhoCommit message
21:8f790ebb9f3c 2015-12-30 sjallouli Port to NUCLEO-STM32F401 default tip
20:f0c3af075949 2014-09-23 Bongjun change driver "W5500Interface" is solved close error.
19:59a668f08555 2014-07-23 Bongjun DHCP test is ok
18:bed64c7e5a72 2014-07-21 Bongjun add platform TARGET_NUCLEO_F030R8
17:c42419afb2f8 2014-07-21 Bongjun add comments only
16:ea8f49af2d86 2014-07-21 Bongjun HTTPServer echo back example for WIZ550io, W5500 ( WIZnet chipset); Ethernet connection.
15:eae1575da9ca 2013-03-08 hsgw add message
14:607402be8868 2013-03-08 hsgw 1st
13:25ce35614dd1 2013-03-05 hsgw 1st commit
12:7716b3728689 2013-03-01 emilmont Update libraries
11:59dcefdda506 2012-08-10 emilmont Avoid sending null character in HTTP request; Update Ethernet and RTOS libraries to latest releases
10:8aeafea0e859 2012-08-01 emilmont Update socket library
9:4757a976148d 2012-07-27 emilmont Cleanup example
8:2570d35b0c47 2012-07-26 emilmont Update Socket and RTOS libraries
7:65188f4a8c25 2012-07-25 emilmont Update EthernetInterface
6:b011e8862694 2012-07-23 emilmont tidyup
5:01f6c3e112af 2012-07-16 donatien Updated EthernetInterface OS implementation to latest RTOS revision
4:dfdcadcd0ff1 2012-07-15 donatien Updated Ethernetinterface Library
3:46a2ada58e97 2012-07-03 donatien Updated EthernetInterface library
2:e087e9b789e9 2012-07-02 emilmont Remove debug directives avoiding to change the default settings of the serial port. Add print of the IP address assigned by DHCP.
1:e2652bd064c6 2012-06-26 donatien Switched from uint8_t* to char* for data type
0:bb128f0e952f 2012-06-26 donatien Initial commit