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

Dependencies:   W5500Interface mbed

Fork of HTTPServer_echoback_WIZ550io by Bongjun Hur

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Mon Jul 16 14:49:13 2012 +0000
Parent:
4:dfdcadcd0ff1
Child:
6:b011e8862694
Commit message:
Updated EthernetInterface OS implementation to latest RTOS revision

Changed in this revision

EthernetInterface.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
--- a/EthernetInterface.lib	Sun Jul 15 19:45:47 2012 +0000
+++ b/EthernetInterface.lib	Mon Jul 16 14:49:13 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/EthernetInterface/#88d1f5a68c61
+http://mbed.org/users/mbed_official/code/EthernetInterface/#0063a5bac04f
--- a/main.cpp	Sun Jul 15 19:45:47 2012 +0000
+++ b/main.cpp	Mon Jul 16 14:49:13 2012 +0000
@@ -29,7 +29,7 @@
     sock.close();  
     
     eth.disconnect();  
-
+    
     while(1) {
     }
 }
--- a/mbed-rtos.lib	Sun Jul 15 19:45:47 2012 +0000
+++ b/mbed-rtos.lib	Mon Jul 16 14:49:13 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#3cf1dd27c89c
+http://mbed.org/users/mbed_official/code/mbed-rtos/#01158bb7600c