Library that implements the CellularInterface using PPP and LWIP on the mbed MCU. May be used on the C027 and C030 (non-N2xx flavour) boards from mbed 5.5 onwards.
Dependents: example-ublox-cellular-interface HelloMQTT example-ublox-cellular-interface_r410M example-ublox-mbed-client
History
PR 6032 into mbed-os changed the signature of the PPP connection_status_cb() (it now carries two parameters rather than one). This change fixes the UbloxPPPCellularInterface to work with that PR.
2018-02-28, by RobMeades [Wed, 28 Feb 2018 17:33:50 +0000] rev 3
PR 6032 into mbed-os changed the signature of the PPP connection_status_cb() (it now carries two parameters rather than one). This change fixes the UbloxPPPCellularInterface to work with that PR.
Connect now fails correctly if it cannot achieve a connection, rather than trying for ever.
2017-06-30, by rob.meades@u-blox.com [Fri, 30 Jun 2017 13:30:20 +0100] rev 2
Connect now fails correctly if it cannot achieve a connection, rather than trying for ever.
Bring PPP interface code up to date with AT interface code and test on both C030 and C027 platforms.
2017-06-15, by rob.meades@u-blox.com [Thu, 15 Jun 2017 14:05:47 +0100] rev 1
Bring PPP interface code up to date with AT interface code and test on both C030 and C027 platforms.
Initial commit of u-blox PPP cellular interface, which implements a data connection using LWIP and PPP on the MCU.
2017-06-14, by RobMeades [Wed, 14 Jun 2017 09:27:55 +0000] rev 0
Initial commit of u-blox PPP cellular interface, which implements a data connection using LWIP and PPP on the MCU.