GainSpan Wi-Fi library see: http://mbed.org/users/gsfan/notebook/gainspan_wifi/

Dependents:   GSwifi_httpd GSwifi_websocket GSwifi_tcpclient GSwifi_tcpserver ... more

Fork of GSwifi by gs fan

GainSpan Wi-Fi library

The GS1011 is an ultra low power 802.11b wireless module from GainSpan.

see: http://mbed.org/users/gsfan/notebook/gainspan_wifi/

/media/uploads/gsfan/gs_im_002.jpg /media/uploads/gsfan/gs1011m_2.jpg

ゲインスパン Wi-Fi モジュール ライブラリ

ゲインスパン社の低電力 Wi-Fiモジュール(無線LAN) GS1011 シリーズ用のライブラリです。

解説: http://mbed.org/users/gsfan/notebook/gainspan_wifi/

Revision:
12:63e714550791
Parent:
10:698c5e96b5b1
Child:
15:5febfc399099
--- a/GSwifi.h	Tue Sep 04 07:15:13 2012 +0000
+++ b/GSwifi.h	Tue Sep 11 03:45:53 2012 +0000
@@ -125,7 +125,7 @@
     /**
      * send command
      */
-    int command (char *cmd, GSRESPONCE res, int timeout = GS_TIMEOUT);
+    int command (const char *cmd, GSRESPONCE res, int timeout = GS_TIMEOUT);
     /**
      * recv responce
      */