summaryrefslogtreecommitdiffstats
path: root/rules/mosquitto.in
Commit message (Collapse)AuthorAgeFilesLines
* mosquitto: Add new packageAlexander Dahl2017-11-011-0/+36
This adds basic support for the mosquitto package from https://mosquitto.org/ – a MQTT message broker, library, and two simple publisher/subscriber clients. The package so far does the build, you can use the C/C++ libraries, and clients and broker binary can be installed to the target. There's no additional stuff like init script or systemd service file for the broker yet. Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>