Embed client working with Cell network.

Dependencies:   C027Interface

Fork of U_Blox_DeviceConnector by Sarah Marsh

mbed_app.json

Committer:
Yogesh Pande
Date:
2016-07-27
Revision:
1:e06e899acba6
Parent:
0:7d5ec759888b
Child:
5:b7d7ca715fdb

File content as of revision 1:e06e899acba6:

{
    "config": {
        "network-interface":{
            "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
            "value": "ETHERNET"
        },
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"SSID\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"Password\""
        }
    },
    "target_overrides": {
        "*": {
            "target.features_add": ["CLIENT", "COMMON_PAL"],
            "mbed-client.reconnection-count": 3,
            "mbed-client.reconnection-interval": 5
        }
    }
}