Skip to content

Commit

Permalink
mqttpt-example/mqttgw_sim/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Dyer <[email protected]>
  • Loading branch information
JanneKiiskila and petedyerarm authored Feb 8, 2024
1 parent 653c2fa commit e401f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqttpt-example/mqttgw_sim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is an MQTT gateway simulator to test the `mqttpt-example` protocol translat
### Requirements
Requires `mosquitto_pub` client for publishing the MQTT messages to MQTT broker.
```bash
sudo apt install mosquitto-clients
sudo apt install -y mosquitto-clients
```

NOTE! Mosquitto might not be available directly in your distribution (for example Ubuntu 22.04),
Expand Down

0 comments on commit e401f02

Please sign in to comment.