From 4afbca12081d03245483b2a37f47702025a9f75c Mon Sep 17 00:00:00 2001 From: s50ev Date: Sun, 5 Jan 2025 06:56:14 +0000 Subject: [PATCH] Add Readme.me --- Readme.me | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Readme.me diff --git a/Readme.me b/Readme.me new file mode 100644 index 0000000..eb7dbd1 --- /dev/null +++ b/Readme.me @@ -0,0 +1,16 @@ +``` +$ sudo apt install mosquito -y +#zazeni broker +$ mosquito -c mosquitto.conf -v +``` + + +# config file za broker: mosquito.conf +``` +#Protocol mqtt ali websocket +protocol mqtt +# port za posluĊĦanje +listener 1883 +# no creds +allow_anonymous true +```