getting thing moving
This commit is contained in:
26
README.md
26
README.md
@@ -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 test local environment
|
||||||
## Setup environment
|
|
||||||
**20 October 2022**
|
**20 October 2022**
|
||||||
> Arch
|
> Arch
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user