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.
Files at revision 0:5c46cb3be899
Name | Size | Actions |
---|---|---|
[up] | ||
IotMeterApi.hpp | 19858 | Revisions Annotate |
IotMeterDllWrapper.cpp.txt | 8478 | Revisions Annotate |
IotMeterDllWrapper.cs.txt | 12211 | Revisions Annotate |
IotMeterDllWrapper.hpp.txt | 2618 | Revisions Annotate |
IotMeterMsgCodec.cpp | 29009 | Revisions Annotate |
IotMeterMsgs.hpp | 10734 | Revisions Annotate |