GSwifiInterface library (interface for GainSpan Wi-Fi GS1011 modules) Please see https://mbed.org/users/gsfan/notebook/GSwifiInterface/

Dependents:   GSwifiInterface_HelloWorld GSwifiInterface_HelloServo GSwifiInterface_UDPEchoServer GSwifiInterface_UDPEchoClient ... more

Fork of WiflyInterface by mbed official

GainSpan Wi-Fi library

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

mbed RTOS supported.

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

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

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

mbed RTOS に対応しています。(mbed2.0)

Revision:
13:189e04ac70bd
Parent:
12:057089026a20
Child:
14:1e89a3f0282d
--- a/GSwifi/GSwifi.h	Fri Nov 22 14:03:07 2013 +0000
+++ b/GSwifi/GSwifi.h	Tue Nov 26 09:06:35 2013 +0000
@@ -106,6 +106,7 @@
     enum Response {
         RES_NULL,
         RES_CONNECT,
+        RES_WPAPSK,
         RES_WPS,
         RES_MACADDRESS,
         RES_DHCP,
@@ -601,6 +602,7 @@
     void msgOutofDeepsleep (const char*);
     void resNormal (const char*);
     void resConnect (const char*);
+    void resWpapsk (const char *buf);
     void resWps (const char*);
     void resMacAddress (const char*);
     void resIp (const char*);