You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/examples/temperature_conversion
Roger A. Light 030a21786d Improve example. 10 years ago
..
Makefile Initial contribution. 12 years ago
main.cpp Improve example. 10 years ago
readme.txt Initial contribution. 12 years ago
temperature_conversion.cpp Fix example for libmosquittopp virtual destructor change. 11 years ago
temperature_conversion.h Initial contribution. 12 years ago

readme.txt

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.