Skip to content

Commit

Permalink
mosquitto docu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdominik committed Mar 1, 2020
1 parent 0573850 commit 1b327f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/pages/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,16 @@ provides the MQTT broker and is only necessary for the main installation and
not for satellites.
MQTT messages are sent as JSON strings. susi uses `jq` to parse JSON.
In order to avoid sending binary files via MQTT, they are base64 encoded.

Be sure to disable the mosquitto-service! Susi will start mosquitto
when it is needed.

The base64 utility is part of the coreutils:

```
sudo apt-get install mosquitto mosquitto-clients coreutils jq
sudo systemctl stop mosquitto.service
sudo systemctl disable mosquitto.service
```

#### Julia
Expand Down

0 comments on commit 1b327f1

Please sign in to comment.