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

Revision:
3:fbe1c79dbaff
Parent:
1:70b751b7a189
Child:
6:16be6bf59d30
--- a/mbed_app.json	Mon Aug 20 16:55:41 2018 +0200
+++ b/mbed_app.json	Mon Aug 20 14:58:12 2018 +0000
@@ -2,12 +2,10 @@
     "config": {
         "version": "0x00000001",
         "topic": "\"nucleo\"",
-        "mqtt_sn_host": "\"160.119.253.3\"",
+        "mqtt_sn_host": "\"8.8.8.8\"",
         "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",