From 4890878321a0ac33869909a0c284e31f2a87419a Mon Sep 17 00:00:00 2001 From: Eduardo Luis Hofmann Date: Fri, 21 Oct 2022 01:20:52 +0300 Subject: [PATCH] getting thing moving --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) 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 ```