You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-07-23 05:40:59 +03:00
Tweak
This commit is contained in:
@ -65,6 +65,12 @@ mosquitto_passwd pwfile TestUser #Enter and confirm password when prompted
|
|||||||
mosquitto_passwd pwfile TestPy #Enter and confirm password when prompted
|
mosquitto_passwd pwfile TestPy #Enter and confirm password when prompted
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Now run Mosquitto broker to allow Arduino publisher and Python subscriber to communicate
|
||||||
|
|
||||||
|
```bash
|
||||||
|
mosquitto
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Using Example Python Subscriber:
|
## Using Example Python Subscriber:
|
||||||
|
Reference in New Issue
Block a user