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:
37:e61ea8267415
Parent:
35:515ec79792d3
Child:
41:0afda15e9bb4
--- a/GSwifi_conf.h	Mon Jun 24 07:36:48 2013 +0000
+++ b/GSwifi_conf.h	Wed Jun 26 02:39:59 2013 +0000
@@ -5,6 +5,7 @@
 
 //#define GS_UART_DIRECT
 #define GS_BULK
+//#define GS_LIB_TINY
 
 #define GS_DHCPNAME "mbed-gs"
 #define GS_DNSNAME "setup.local"
@@ -25,6 +26,8 @@
 #define GS_DATA_SIZE 512
 #endif
 
+#ifndef GS_LIB_TINY
+
 #define GS_SYSLOG // log for stdout
 
 // ----- GSwifi_smtp.cpp -----
@@ -50,4 +53,6 @@
 
 #define HTTPD_KEEPALIVE 10 // request count
 
+#endif // GS_LIB_TINY
+
 #endif