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
Child:
9:38800611a613
diff -r 8cb3c0d45988 -r acf2ea413e72 Socket/Socket.cpp
--- a/Socket/Socket.cpp	Tue Feb 25 06:00:32 2014 +0000
+++ b/Socket/Socket.cpp	Wed Feb 26 09:12:46 2014 +0000
@@ -29,6 +29,11 @@
     }       
 }
 
+void Socket::set_blocking(bool blocking, unsigned int timeout)
+{
+    //nothing to do for GPRS   
+}
+
 int Socket::close() {
     return (gprs->close(_sock_fd)) ? 0 : -1;
 }