Vodafone K3770/K3772-Z modems driver & networking library

Dependencies:   Socket USBHostWANDongle lwip-sys lwip

Dependents:   VodafoneUSBModemHTTPClientTest VodafoneUSBModemNTPClientTest VodafoneUSBModemSMSTest VodafoneUSBModemUSSDTest ... more

Fork of VodafoneUSBModem_bleedingedge by Donatien Garnier

This is the driver for the Vodafone K3700 & K3772-Z Dongles:

K3770

More details and instructions can be found here.

Revision:
92:ed0443728c60
Parent:
91:7b311719374d
Child:
94:c5d90f929f8d
diff -r 7b311719374d -r ed0443728c60 VodafoneUSBModem.cpp
--- a/VodafoneUSBModem.cpp	Fri Sep 20 10:40:58 2013 +0000
+++ b/VodafoneUSBModem.cpp	Wed Jan 29 14:43:29 2014 +0000
@@ -710,3 +710,7 @@
   return OK;
 }
 
+char* VodafoneUSBModem::getIPAddress()
+{
+    return m_ppp.getIPAddress();
+}
\ No newline at end of file