Example program for simple-mbed-client, connecting a device to mbed Device Connector.

Dependencies:   C12832 FXOS8700Q simple-mbed-client

Fork of simple-mbed-client-example by sandbox

mbed_app.json

Committer:
Jan Jongboom
Date:
2016-06-30
Revision:
17:6d69aa1b393f
Child:
20:b36b8a73b30f

File content as of revision 17:6d69aa1b393f:

{
    "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": ["IPV6", "CLIENT", "IPV4"],
            "mbed-client.reconnection-count": 3,
            "mbed-client.reconnection-interval": 5
        }
    }
}