Example program that uses the mbed UbloxATCellularInterface or OnboardCellularInterface classes to perform simple sockets operations. This program can be used on the C027 and C030 boards, including the C030 N2xx version with a little editing.

Dependencies:   ublox-at-cellular-interface ublox-cellular-base ublox-cellular-base-n2xx ublox-at-cellular-interface-n2xx

mbed_app.json

Committer:
fahim.alavi@u-blox.com
Date:
2019-02-13
Revision:
36:f24c264ad2cd
Parent:
11:62d094ea3a0d

File content as of revision 36:f24c264ad2cd:

{
    "target_overrides": {
        "*": {
            "lwip.ppp-enabled": true,
            "platform.stdio-convert-newlines": true
        }
    }
}