mosquitto/examples/temperature_conversion/readme.txt
HowJMay 40a23981d3 fix typos in examples
Fix typos

Signed-off-by: HowJMay <vulxj0j8j8@gmail.com>
2020-06-17 15:52:00 +01:00

7 lines
304 B
Plaintext

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.