mbed based IoT Gateway More details http://blog.thiseldo.co.uk/wp-filez/IoTGateway.pdf

Dependencies:   NetServices FatFileSystem csv_parser mbed MQTTClient RF12B DNSResolver SDFileSystem

Revision:
5:0dbc27a7af55
Parent:
4:d460406ac780
--- a/Routing/IoTRouting.h	Tue May 01 21:43:40 2012 +0000
+++ b/Routing/IoTRouting.h	Wed May 09 20:29:30 2012 +0000
@@ -32,6 +32,7 @@
 #ifndef _IOTROUTING_H
 #define _IOTROUTING_H
 
+#include "iotgateway.h"
 #include "mbed.h"
 #include "HTTPClient.h"
 #include "OutputDef.h"
@@ -134,7 +135,7 @@
      * @param nodeId   ID of the node payload came from
      * @param sensorId ID of the sensor within the node
      * @param factor   Sensor Reading conversion factor, 100, 10, 1, 0.1, 0.01, 0.001 etc
-     * @param outType  Output type, 1 = Pachube, 2 = MQTT
+     * @param outType  Output type, 1 = Pachube, 2 = MQTT, 3 = emonCMS, 4 = Sen.Se
      * @param param1   Parameter 1
      * @param param2   Parameter 2
      * @param param3   Parameter 3