It is the project that wifi run on the rtos

Fork of WiflyInterface by Mbed

Revision:
10:8a57e2ed20a4
Parent:
1:fb4494783863
--- a/Socket/Socket.h	Thu May 08 17:09:48 2014 +0000
+++ b/Socket/Socket.h	Fri Dec 05 02:10:34 2014 +0000
@@ -18,7 +18,7 @@
 #ifndef SOCKET_H_
 #define SOCKET_H_
 
-#include "Wifly.h"
+#include "baseinterface.h"
 
 /** Socket file descriptor and select wrapper
   */
@@ -44,7 +44,7 @@
 protected:
     bool _blocking;
     int _timeout;
-    Wifly * wifi;
+    //Wifly * wifi;
 };