This is the codebase provided for CIS541 - Homework MQTT.

Dependencies:   MQTT

Committer:
hungnguyenm
Date:
Sat Oct 07 14:52:56 2017 +0000
Revision:
1:91e33a7fe0b5
Added HW6 codebase

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hungnguyenm 1:91e33a7fe0b5 1 {
hungnguyenm 1:91e33a7fe0b5 2 "config": {
hungnguyenm 1:91e33a7fe0b5 3 "wifi-ssid": {
hungnguyenm 1:91e33a7fe0b5 4 "help": "WiFi SSID",
hungnguyenm 1:91e33a7fe0b5 5 "value": "\"your ssid\""
hungnguyenm 1:91e33a7fe0b5 6 },
hungnguyenm 1:91e33a7fe0b5 7 "wifi-password": {
hungnguyenm 1:91e33a7fe0b5 8 "help": "WiFi Password",
hungnguyenm 1:91e33a7fe0b5 9 "value": "\"your ssid password\""
hungnguyenm 1:91e33a7fe0b5 10 }
hungnguyenm 1:91e33a7fe0b5 11 },
hungnguyenm 1:91e33a7fe0b5 12 "target_overrides": {
hungnguyenm 1:91e33a7fe0b5 13 "*": {
hungnguyenm 1:91e33a7fe0b5 14 "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
hungnguyenm 1:91e33a7fe0b5 15 "platform.stdio-convert-newlines": true,
hungnguyenm 1:91e33a7fe0b5 16 "mbed-trace.enable": 0
hungnguyenm 1:91e33a7fe0b5 17 }
hungnguyenm 1:91e33a7fe0b5 18 }
hungnguyenm 1:91e33a7fe0b5 19 }