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

Committer:
RobMeades
Date:
Wed Jun 14 11:58:10 2017 +0000
Revision:
11:62d094ea3a0d
Add mbed_app.json to bring in PPP for the PPP Cellular Interface.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
RobMeades 11:62d094ea3a0d 1 {
RobMeades 11:62d094ea3a0d 2 "target_overrides": {
RobMeades 11:62d094ea3a0d 3 "*": {
RobMeades 11:62d094ea3a0d 4 "lwip.ppp-enabled": true,
RobMeades 11:62d094ea3a0d 5 "platform.stdio-convert-newlines": true
RobMeades 11:62d094ea3a0d 6 }
RobMeades 11:62d094ea3a0d 7 }
RobMeades 11:62d094ea3a0d 8 }
RobMeades 11:62d094ea3a0d 9