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.

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Thu Sep 13 13:52:42 2012 +0000
Parent:
31:0900b15d44d1
Child:
33:f505faeda8e7
Commit message:
Updated HTTPClient lib

Changed in this revision

Socket.lib Show annotated file Show diff for this revision Revisions of this file
socket/sys/socket.h Show annotated file Show diff for this revision Revisions of this file
--- a/Socket.lib	Wed Sep 12 07:54:14 2012 +0000
+++ b/Socket.lib	Thu Sep 13 13:52:42 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/Socket/#c159ce890a45
+http://mbed.org/users/mbed_official/code/Socket/#41e3af01f58e
--- a/socket/sys/socket.h	Wed Sep 12 07:54:14 2012 +0000
+++ b/socket/sys/socket.h	Thu Sep 13 13:52:42 2012 +0000
@@ -18,8 +18,8 @@
  */
 
 
-#ifndef SOCKET_H_
-#define SOCKET_H_
+#ifndef SYS_SOCKET_H_
+#define SYS_SOCKET_H_
 
 #include "lwip/sockets.h"
 
@@ -123,4 +123,4 @@
   return lwip_close(s);
 }
 
-#endif /* SOCKET_H_ */
+#endif /* SYS_SOCKET_H_ */