From e82a3a051dead52d0df8796e3e70586c65c43735 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 8 Jan 2017 14:39:29 +0100 Subject: [PATCH] added MQTT --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6d171bee..9d929870 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The main features of the daemon are: * dump received bytes to binary files for later playback/analysis * listen for client connections on a dedicated TCP port (command line style and/or HTTP) * optionally format messages and data in JSON on dedicated HTTP port + * optionally publish all received message data to MQTT topics and vice versa Installation ------------ @@ -42,6 +43,7 @@ Building ebusd from the source requires the following packages and/or features: * make * kernel with pselect or ppoll support * glibc with argp support or argp-standalone + * libmosquitto-dev for MQTT support To start the build process, run these commands: > ./autogen.sh