Example project to publish messages to a MQTT-SN broker using the u-blox SARA-N200 NB-IoT modem

Dependencies:   MQTTSNPacket X-NUCLEO-SARA-N200

mbed_app.json

Committer:
KeystoneElectronic
Date:
2018-08-21
Revision:
6:16be6bf59d30
Parent:
3:fbe1c79dbaff
Child:
7:ab32680de141

File content as of revision 6:16be6bf59d30:

{
    "config": {
        "version": "0x00000001",
        "topic": "\"nucleo\"",
        "mqtt_sn_host": "\"160.119.253.3\"",
        "mqtt_sn_port": "10000"
    },

    "target_overrides": {
        "*": {
            "platform.stdio-convert-newlines": "1",
            "platform.stdio-baud-rate": 115200
        }
    }
}