getting thing moving

This commit is contained in:
2022-10-21 01:20:52 +03:00
parent 020a48b448
commit 4890878321

View File

@@ -1,9 +1,31 @@
## Setup MQTT broker
### Create and Setup VM
Install latest fedora [35]
Setup <secret info> 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
```