Forked mbed official WiflyInterface (interface for Roving Networks Wifly modules) which includes the possibility to use TCPSocketServer::accept as a non-blocking cal.

Dependents:   WiFlyHTTPServerSample MultiThreadingHTTPServer

Fork of WiflyInterface by mbed official

Revision:
9:4f6f2f35a21a
Parent:
1:fb4494783863
--- a/Socket/TCPSocketServer.h	Sun Jun 02 00:26:25 2013 +0000
+++ b/Socket/TCPSocketServer.h	Wed Jun 05 23:40:17 2013 +0000
@@ -47,6 +47,8 @@
     \return 0 on success, -1 on failure.
     */
     int accept(TCPSocketConnection& connection);
+    
+    bool connected;
 };
 
 #endif