From c8494c12bfb34cc26eb6bf753a598d4d10f9dae1 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 18 Feb 2017 11:56:38 +0100 Subject: [PATCH] added ACL --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9d634fd..fcca341f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ 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 including optional TLS + * optionally publish received message data to MQTT topics and vice versa (if authorized) + * optional ACL and required user authentication for access to certain messages Installation