diff --git a/README.md b/README.md index e49f8c9..5be6383 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,31 @@ +## Setup MQTT broker + +### Create and Setup VM +Install latest fedora [35] +Setup connection to internet + +### install mosquitto +``` +sudo dnf install mosquitto +``` +setup log on ```sudo nano /etc/mosquitto/mosquitto.conf``` +``` +listener 1883 0.0.0.0 +allow_anonymous true + +log_dest syslog +log_type all +log_facility 5 +``` + + + +[setup nginx](https://www.nginx.com/blog/nginx-plus-iot-load-balancing-mqtt/) - -## Setup environment +## Setup test local environment **20 October 2022** > Arch ```