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

Committer:
fahimalavi
Date:
Fri Jun 26 11:33:47 2020 +0500
Revision:
37:1874c0d2c70e
Parent:
19:ee06f3b2b078
Reverting wrong commit to branch

Who changed what in which revision?

UserRevisionLine numberNew contents of line
fahim.alavi@u-blox.com 19:ee06f3b2b078 1 {
fahim.alavi@u-blox.com 19:ee06f3b2b078 2 "config": {
fahim.alavi@u-blox.com 19:ee06f3b2b078 3 "ftp-server": {
fahim.alavi@u-blox.com 19:ee06f3b2b078 4 "help": "An FTP server to use when running the FTP tests",
fahim.alavi@u-blox.com 19:ee06f3b2b078 5 "value": "\"test.rebex.net\""
fahim.alavi@u-blox.com 19:ee06f3b2b078 6 },
fahim.alavi@u-blox.com 19:ee06f3b2b078 7 "ftp-username": {
fahim.alavi@u-blox.com 19:ee06f3b2b078 8 "help": "The user name for the FTP server account",
fahim.alavi@u-blox.com 19:ee06f3b2b078 9 "value": "\"demo\""
fahim.alavi@u-blox.com 19:ee06f3b2b078 10 },
fahim.alavi@u-blox.com 19:ee06f3b2b078 11 "ftp-password": {
fahim.alavi@u-blox.com 19:ee06f3b2b078 12 "help": "The password for the FTP server account",
fahim.alavi@u-blox.com 19:ee06f3b2b078 13 "value": "\"password\""
fahim.alavi@u-blox.com 19:ee06f3b2b078 14 },
fahim.alavi@u-blox.com 19:ee06f3b2b078 15 "ftp-use-passive": {
fahim.alavi@u-blox.com 19:ee06f3b2b078 16 "help": "Set to true to use passive mode, otherwise false (defaults to true, since this is needed for most cases)",
fahim.alavi@u-blox.com 19:ee06f3b2b078 17 "value": true
fahim.alavi@u-blox.com 19:ee06f3b2b078 18 },
fahim.alavi@u-blox.com 19:ee06f3b2b078 19 "ftp-server-supports-write": {
fahim.alavi@u-blox.com 19:ee06f3b2b078 20 "help": "Set to true if the FTP server supports PUT, rename, MKDIR and delete, otherwise set to false",
fahim.alavi@u-blox.com 19:ee06f3b2b078 21 "value": false
fahim.alavi@u-blox.com 19:ee06f3b2b078 22 },
fahim.alavi@u-blox.com 19:ee06f3b2b078 23 "ftp-filename": {
fahim.alavi@u-blox.com 19:ee06f3b2b078 24 "help": "A filename to use during FTP tests. This file must already exist on the server if the server does not support write",
fahim.alavi@u-blox.com 19:ee06f3b2b078 25 "value": "\"readme.txt\""
fahim.alavi@u-blox.com 19:ee06f3b2b078 26 },
fahim.alavi@u-blox.com 19:ee06f3b2b078 27 "ftp-dirname": {
fahim.alavi@u-blox.com 19:ee06f3b2b078 28 "help": "A directory name to use during FTP tests. This directory must already exist on the server if the server does not support write. If the server does support write, this must not be a substring of ftp-filename. ",
fahim.alavi@u-blox.com 19:ee06f3b2b078 29 "value": "\"pub\""
fahim.alavi@u-blox.com 19:ee06f3b2b078 30 },
fahim.alavi@u-blox.com 19:ee06f3b2b078 31 "cell-locate-mga-token": {
fahim.alavi@u-blox.com 19:ee06f3b2b078 32 "help": "Your Cell Locate MGA token, required for TCP testing. A tokane can be obtained from https://www.u-blox.com/en/assistnow-service-registration-form",
fahim.alavi@u-blox.com 19:ee06f3b2b078 33 "value": "\"mymgatoken\""
fahim.alavi@u-blox.com 19:ee06f3b2b078 34 },
fahim.alavi@u-blox.com 19:ee06f3b2b078 35 "run-cell-locate-tcp-server-test": {
fahim.alavi@u-blox.com 19:ee06f3b2b078 36 "help": "Set to true to run tests over TCP as well as over UDP",
fahim.alavi@u-blox.com 19:ee06f3b2b078 37 "value": 1
fahim.alavi@u-blox.com 19:ee06f3b2b078 38 },
fahim.alavi@u-blox.com 19:ee06f3b2b078 39 "http-timeout": {
fahim.alavi@u-blox.com 19:ee06f3b2b078 40 "help": "Set http request timeout default value in ms",
fahim.alavi@u-blox.com 19:ee06f3b2b078 41 "value": 30000
fahim.alavi@u-blox.com 19:ee06f3b2b078 42 },
fahim.alavi@u-blox.com 19:ee06f3b2b078 43 "debug-on": {
fahim.alavi@u-blox.com 19:ee06f3b2b078 44 "help": "Set to true to get AT interface debug",
fahim.alavi@u-blox.com 19:ee06f3b2b078 45 "value": true
fahim.alavi@u-blox.com 19:ee06f3b2b078 46 }
fahim.alavi@u-blox.com 19:ee06f3b2b078 47 },
fahim.alavi@u-blox.com 19:ee06f3b2b078 48 "target_overrides": {
fahim.alavi@u-blox.com 19:ee06f3b2b078 49 "*": {
fahim.alavi@u-blox.com 19:ee06f3b2b078 50 "platform.stdio-convert-newlines": true
fahim.alavi@u-blox.com 19:ee06f3b2b078 51 }
fahim.alavi@u-blox.com 19:ee06f3b2b078 52 }
fahim.alavi@u-blox.com 19:ee06f3b2b078 53 }
fahim.alavi@u-blox.com 19:ee06f3b2b078 54