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-20
Revision:
3:fbe1c79dbaff
Parent:
1:70b751b7a189
Child:
6:16be6bf59d30

File content as of revision 3:fbe1c79dbaff:

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

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