mosquitto/examples/temperature_conversion
2015-02-08 20:30:12 +00:00
..
main.cpp Initial contribution. 2014-05-07 23:27:00 +01:00
Makefile Initial contribution. 2014-05-07 23:27:00 +01:00
readme.txt Initial contribution. 2014-05-07 23:27:00 +01:00
temperature_conversion.cpp Fix example for libmosquittopp virtual destructor change. 2015-02-08 20:30:12 +00:00
temperature_conversion.h Initial contribution. 2014-05-07 23:27:00 +01:00

This is a simple example of the C++ library mosquittopp.

It is a client that subscribes to the topic temperature/celsius which should
have temperature data in text form being published to it. It reads this data as
a Celsius temperature, converts to Farenheit and republishes on
temperature/farenheit.