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

Dependencies:   GSwifi (old) mbed

Revision:
1:a08908d19f06
Parent:
0:2476b5d0de0b
--- a/main.cpp	Thu Nov 08 02:05:36 2012 +0000
+++ b/main.cpp	Thu Nov 08 03:20:21 2012 +0000
@@ -1,7 +1,7 @@
 /*
  * RPC over HTTP server for GSwifi
  *
- * RPC
+ * RPC access
  *   http://IP address/rpc/DigitalOut/new LED4 myled
  *   http://IP address/rpc/myled/write 1
  *
@@ -16,8 +16,8 @@
 #define PORT    80
 
 #define SECURE GSSEC_WPA2_PSK
-#define SSID "ROBOBA"
-#define PASS "roboba1234567"
+#define SSID "SSID"
+#define PASS "passkey"
 
 // GSwifi gs(p13, p14); // TX, RX (no flow control)
 GSwifi gs(p13, p14, p12, P0_22); // TX, RX, CTS, RTS