Example node for Yodiwo's Plegma API

Dependencies:   EthernetInterface FXOS8700Q HTTPClient HTTPD MQTTS SDFileSystem YodiwoPlegma mbed-rpc mbed-rtos mbed wolfSSL

Revision:
7:11ff316c37ba
Parent:
5:1ef168357347
--- a/main.cpp	Mon Sep 28 09:03:01 2015 +0000
+++ b/main.cpp	Mon Sep 28 09:11:03 2015 +0000
@@ -1,3 +1,11 @@
+/*
+ * YoPlegma (codename Nodas)
+ * Yodiwo Plegma API example node
+ *
+ * NOTES:
+ * a configuration file, named config.json (sample exists in this project) needs to be placed in the root of the SD card
+ */
+
 #include "mbed.h"
 #include "rtos.h"
 #include "EthernetInterface.h"
@@ -9,7 +17,7 @@
 #include "pairing_http_handler.h"
 #include "config.h"
 #include "yodiwo_functions.h"
-#include "nodas_things.h"
+#include "yoplegma_things.h"
 #include "mqtt_helpers.h"
 #include "yodiwo_helpers.h"