mosquitto/examples/temperature_conversion
2022-02-09 14:44:09 +00:00
..
main.cpp
Makefile Use path vars in Makefiles. 2022-02-09 14:44:09 +00:00
readme.txt
temperature_conversion.cpp
temperature_conversion.h

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 Fahrenheit and republishes on
temperature/fahrenheit.