This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
coding_style [2019/10/24 09:49] damien [C/C++] |
coding_style [2020/10/08 16:22] damien [Herqq UPnP] |
||
---|---|---|---|
Line 152: | Line 152: | ||
A standard-compliant UPnP library to build devices and control points. | A standard-compliant UPnP library to build devices and control points. | ||
+ | |||
+ | ===== Mosquitto (MQTT) ===== | ||
+ | |||
+ | http://mosquitto.org/ | ||
+ | |||
+ | Ubuntu package to install: ''libmosquitto-dev'' | ||
+ | |||
+ | |||
+ | ===== JSON ===== | ||
+ | |||
+ | https://github.com/open-source-parsers/jsoncpp | ||
+ | |||
+ | Ubuntu package to install: ''libjsoncpp-dev'' |