This commit is contained in:
Stuart Feichtinger 2016-01-31 19:41:20 -06:00
parent cbf40df659
commit 02417cfdc0
1 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,12 @@ mosquitto_passwd pwfile TestUser #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: