dashboard
repositories
filestore
activity
search
login
main
/
apue
APUE Learning Example Source Code
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add proj1_mqttd
guowenxue
2019-06-26
157be0b0d4c7d4809cfcafc76235cc18388378c8
[apue.git]
/
proj1_mqttd
/
mosquitto
/
mosquitto-1.6.3
/
examples
/
temperature_conversion
/
readme.txt
1
2
3
4
5
6
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.