mosquitto/examples/temperature_conversion
Roger A. Light c8e313aac0 Fix build
This is for the case where command line overrides are set.
2023-09-19 22:48:24 +01:00
..
main.cpp
Makefile Fix build 2023-09-19 22:48:24 +01:00
readme.txt fix typos in examples 2020-06-17 15:52:00 +01:00
temperature_conversion.cpp fix typos in examples 2020-06-17 15:52:00 +01:00
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.