Example program running mbedClient over UbloxATCellularInterface or OnboardCellularInterface for the C030 platform.

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

Revision:
3:5b8623c17906
Parent:
1:9f355da25904
--- a/simpleclient.h	Fri Jun 09 14:42:47 2017 +0000
+++ b/simpleclient.h	Wed Jun 14 11:56:57 2017 +0000
@@ -29,15 +29,6 @@
 #include "security.h"
 #include "mbed.h"
 
-#define ETHERNET        1
-#define WIFI            2
-#define MESH_LOWPAN_ND  3
-#define MESH_THREAD     4
-#define ATMEL           5
-#define MCR20           6
-#define SPIRIT1         7
-#define CELL            8
-
 #define STRINGIFY(s) #s
 
 M2MInterface::NetworkStack NETWORK_STACK = M2MInterface::LwIP_IPv4;
@@ -57,9 +48,6 @@
 *
 * The end user should only have to care about configuring the parameters at the
 * top of this file and making sure they add the security.h file correctly.
-* To add resources you can copy the _TODO__ function and add as many instances as
-* you want.
-*
 */
 class MbedClient: public M2MInterfaceObserver {