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/Outputs/OutputDef.h	Tue May 01 21:43:40 2012 +0000
+++ b/Outputs/OutputDef.h	Wed May 09 20:29:30 2012 +0000
@@ -60,6 +60,13 @@
      * @returns -1 for fail, 1 for success
      */
     virtual int send( ) = 0;
+
+    /** Get the send count
+     * 
+     * @returns mumber of API calls made
+     */
+    virtual int getSendCount( ) = 0;
+
 };
 
 #endif /* _OUTPUTDEF_H */
\ No newline at end of file