This class adds HTTP, FTP and CellLocate client support for u-blox modules for the C027 and C030 boards (excepting the C030 N2xx flavour) from mbed 5.5 onwards. The HTTP, FTP and CellLocate operations are all hosted on the module, minimizing RAM consumption in the mbed MCU. It also sub-classes ublox-cellular-driver-gen to bring in SMS, USSD and modem file system support if you need to use these functions at the same time as the cellular interface.

Dependencies:   ublox-at-cellular-interface

Dependents:   example-ublox-at-cellular-interface-ext HelloMQTT ublox_new_driver_test example-ublox-at-cellular-interface-ext ... more

Revision:
2:3c825852fdbe
Parent:
1:26a67ab07275
Child:
5:9fd89567f769
--- a/UbloxATCellularInterfaceExt.h	Wed Jun 07 23:52:33 2017 +0100
+++ b/UbloxATCellularInterfaceExt.h	Wed Jun 07 23:59:15 2017 +0100
@@ -16,7 +16,7 @@
 #ifndef _UBLOX_AT_CELLULAR_INTERFACE_EXT_
 #define _UBLOX_AT_CELLULAR_INTERFACE_EXT_
 
-#include "ublox_modem_driver/UbloxAtCellularInterface.h"
+#include "ublox_modem_driver/UbloxATCellularInterface.h"
 #include "UbloxCellularDriverGen.h"
 
 /**UbloxATCellularInterfaceExt class.