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

Revisions of main.cpp

Revision Date Message Actions
38:e09e02c31ba1 2019-06-13 Removed OnboardCellularInterface and pulseEvent() to avoid MbedOs Error File  Diff  Annotate
37:98338956aaba 2019-06-11 Updating mbed-os to version 5.12.4 File  Diff  Annotate
35:8e65f2bee044 2019-02-12 R412M support added, library version updated, server link updated File  Diff  Annotate
33:48101a4c3f14 2018-02-28 Update to latest library versions and replace UbloxPPPCellularInterface with OnboardCellularInterface. File  Diff  Annotate
32:bdc45c7052cc 2017-10-30 Update library versions and add newline at end of file to avoid ARM compiler warning. File  Diff  Annotate
31:4a36566b5385 2017-09-28 Clarify comments. File  Diff  Annotate
30:4e55e975dd0b 2017-09-14 Update N2xx library version and comments in main.cpp. File  Diff  Annotate
28:e33af9f1ce3e 2017-09-14 Add N2xx as an option. File  Diff  Annotate
13:d31b8735cca8 2017-06-15 Cosmetic changes to main() and update library versions. File  Diff  Annotate
10:1f35371d572d 2017-06-14 Fix bug with use of NETWORK_INTERFACE macro. File  Diff  Annotate
8:3e170c40a284 2017-06-14 Example now encompasses PPP cellular interface as well as AT cellular interface. File  Diff  Annotate
5:bf352de1d3e5 2017-06-12 ublox-at-cellular-interface library now outside mbed-os. File  Diff  Annotate
4:3e2b789c3adc 2017-06-12 Make example work for C027. File  Diff  Annotate
3:7ca70581ef20 2017-06-09 Switch to using set_credentials(), simpler that way. File  Diff  Annotate
2:dbf7dd3da592 2017-06-09 Cosmetic changes. File  Diff  Annotate
1:581335dbdd60 2017-06-09 Flesh out example properly. File  Diff  Annotate