A simple CIoT message protocol, used in the Water Meter Demos.

This library provides a small messaging protocol for a CIoT device, intended for use with the Water Meter Demo. As well as building for the C027 target, files are included for building a C DLL and, from that, a C Sharp DLL which can be linked into the PC-end of the Water Meter Demo (see the .ZIP file stored in the Wiki of the Water Meter Demo project) to provide end-to-end messaging with complete transparency. Since these PC files cannot be built inside mbed the source files are post-fixed with a ".txt" extension to keep them out of the way.

If a water pump is to be switched on/off as part of the demo, an interface circuit is required, which is described on the Wiki of the WaterMeterSupport library.

History

Initial commit of CIoT message protocol, used for water meter demo demonstrations, to mbed cloud. default tip

2015-05-22, by RobMeades [Fri, 22 May 2015 11:41:38 +0000] rev 0

Initial commit of CIoT message protocol, used for water meter demo demonstrations, to mbed cloud.