Code APP3

Dependencies:   mbed EthernetInterface WebSocketClient mbed-rtos BufferedSerial

Fork of APP3_Lab by Jean-Philippe Fournier

Revision:
28:322985c7e428
Parent:
14:cd488eba8bba
--- a/parser.h	Mon Oct 02 19:29:21 2017 +0000
+++ b/parser.h	Mon Oct 02 21:53:40 2017 +0000
@@ -1,5 +1,6 @@
-/***
-*   parser.h - Lecture du fichier de configuration du coordinatuer - fouj1807 - mcgj2701
+/**
+*   APP3 : Jean-Phillippe Fournier fouj1807 & Jean-Pascal McGee mcgj2701
+*   parser.h - Lecture du fichier de configuration du coordinatuer
 */
 
 #include "mbed.h"
@@ -14,6 +15,6 @@
     char refresh_freq;
 } router_config_t;
 
+// Fonctions de lecture des fichiers de cconfig
 coordinator_config_t read_coordinator_config();
-
 router_config_t read_router_config();