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

Dependencies:   GSwifi mbed

Revision:
1:fdc165a4df04
Parent:
0:f4c1a7a895ee
Child:
2:e22671f88297
Child:
4:a9b37c9d3a50
--- a/main.cpp	Tue Aug 21 07:26:08 2012 +0000
+++ b/main.cpp	Wed Aug 22 00:50:30 2012 +0000
@@ -5,9 +5,10 @@
 
 #define SECURE GSSEC_WPA_PSK
 #define SSID "SSID"
-#define PASS "password"
+#define PASS "passkey"
 
-GSwifi gs(p13, p14, p12, P0_22); // TX, RX, CTS, RTS
+GSwifi gs(p13, p14); // TX, RX (no flow control)
+// GSwifi gs(p13, p14, p12, P0_22); // TX, RX, CTS, RTS
 Serial pc(USBTX, USBRX);
 DigitalOut led1(LED1), led2(LED2);