Base library for cellular modem implementations

Dependencies:   Socket lwip-sys lwip

Dependents:   CellularUSBModem CellularUSBModem

Deprecated

This is an mbed 2 networking library. For mbed 5, the networking libraries have been revised to better support additional network stacks and thread safety here.

Revision:
8:944cd194963e
Parent:
4:3fc75e611736
--- a/ip/PPPIPInterface.cpp	Tue Mar 04 10:00:52 2014 +0000
+++ b/ip/PPPIPInterface.cpp	Thu May 08 11:00:26 2014 +0100
@@ -27,6 +27,7 @@
 
 #include <cstdio>
 using std::sscanf;
+using std::sprintf;
 
 #include "PPPIPInterface.h"