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:
keystone.electronic.solutions@gmail.com
Date:
2018-08-20
Revision:
1:70b751b7a189
Child:
3:fbe1c79dbaff

File content as of revision 1:70b751b7a189:

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

    "macros": ["DEBUG_ISR_STACK_USAGE=1", "MBED_HEAP_STATS_ENABLED=1", "MBED_STACK_STATS_ENABLED=1"],

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