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:
5:48d55083d2ff
Parent:
1:fb4494783863
--- a/WiflyInterface.cpp	Thu Dec 20 15:08:58 2012 +0000
+++ b/WiflyInterface.cpp	Sat Jun 01 15:03:14 2013 +0000
@@ -29,7 +29,8 @@
 
 int WiflyInterface::connect()
 {
-    return join();
+    int retval = join();
+    return retval;
 }
 
 int WiflyInterface::disconnect()