HTTP server for GSwifi see: http://mbed.org/users/gsfan/notebook/gainspan_wifi/

Dependencies:   GSwifi mbed

Revision:
3:b382ac9e8754
Parent:
2:15b6f6754f76
Child:
4:29ecfd0f8723
--- a/main.cpp	Thu Nov 08 01:54:38 2012 +0000
+++ b/main.cpp	Thu Nov 08 03:20:57 2012 +0000
@@ -2,8 +2,9 @@
  * HTTP server for GSwifi
  *
  *   create the index.htm for LocalFileSystem.
- *   access http://IP address/ , http://IP address/test/
- *   CGI is http://IP address/cgi-bin/hoge?hage
+ *   html access http://IP address/ , http://IP address/test/
+ *
+ *   CGI access http://IP address/cgi-bin/hoge?hage
  */
 
 #include "mbed.h"