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:
7:f94c59d0c735
Parent:
5:78943b3945b5
--- a/GSwifiInterface.h	Wed Jan 30 05:52:14 2013 +0000
+++ b/GSwifiInterface.h	Mon Mar 11 08:21:14 2013 +0000
@@ -77,7 +77,12 @@
   * @ returns ip address
   */
   char* getIPAddress();
-  
+  /** Get MAC address
+  *
+  * @ returns mac address
+  */
+  char* getMACAddress();
+
 private:
     char _ip_string[20];
     bool _ip_set;