This is the codebase provided for CIS541 - Homework MQTT.

Dependencies:   MQTT

Revision:
1:91e33a7fe0b5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Sat Oct 07 14:52:56 2017 +0000
@@ -0,0 +1,19 @@
+{
+    "config": {
+        "wifi-ssid": {
+            "help": "WiFi SSID",
+            "value": "\"your ssid\""
+        },
+        "wifi-password": {
+            "help": "WiFi Password",
+            "value": "\"your ssid password\""
+        }
+    },
+    "target_overrides": {
+        "*": {
+            "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
+            "platform.stdio-convert-newlines": true,
+            "mbed-trace.enable": 0
+        }
+    }
+}