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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:9863dcade75d | 2018-02-28 | RobMeades | 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. |
2:4c533665168c | 2017-06-30 | rob.meades@u-blox.com | Connect now fails correctly if it cannot achieve a connection, rather than trying for ever. |
1:80ec3fccad9e | 2017-06-15 | rob.meades@u-blox.com | Bring PPP interface code up to date with AT interface code and test on both C030 and C027 platforms. |
0:44dd95724bc2 | 2017-06-14 | RobMeades | Initial commit of u-blox PPP cellular interface, which implements a data connection using LWIP and PPP on the MCU. |