Add Readme.me

This commit is contained in:
s50ev 2025-01-05 06:56:14 +00:00
commit 4afbca1208

16
Readme.me Normal file
View File

@ -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
```