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

Revision:
37:98338956aaba
Parent:
35:8e65f2bee044
Child:
38:e09e02c31ba1
--- a/main.cpp	Wed Feb 13 10:55:51 2019 +0500
+++ b/main.cpp	Tue Jun 11 16:06:21 2019 +0500
@@ -15,7 +15,7 @@
  */
 #include "mbed.h"
 #include "UbloxATCellularInterface.h"
-#include "OnboardCellularInterface.h"
+#include "CellularContext.h"
 #include "UbloxATCellularInterfaceN2xx.h"
 
 // You must select the correct interface library for your board, by