mosquitto/examples/temperature_conversion/readme.txt

7 lines
302 B
Plaintext
Raw Normal View History

2014-05-07 22:27:00 +00: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.