a library to use GPRS like ethernet or wifi, which makes it possible to connect to the internet with your GPRS module

Dependencies:   BufferedSerial

Dependents:   ThinkSpeak_Test roam_v1 roam_v2 finalv3

Fork of GPRSInterface by wei zou

Revision:
3:acf2ea413e72
Parent:
1:7298a7950f65
--- a/Socket/Socket.h	Tue Feb 25 06:00:32 2014 +0000
+++ b/Socket/Socket.h	Wed Feb 26 09:12:46 2014 +0000
@@ -31,6 +31,8 @@
     /** Socket
      */
     Socket();
+    
+    void set_blocking(bool blocking, unsigned int timeout=1);
         
     /** Close the socket file descriptor
      */