1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-06-14 21:02:25 +03:00
This commit is contained in:
Stuart Feichtinger
2016-01-31 19:39:10 -06:00
parent 0806239bc5
commit cbf40df659

View File

@ -4,7 +4,7 @@ This example illustrates Publish an arbitrary data packet using the Adafruit MQT
--- ---
### Installing and configuring Mosquitto broker (minimal working setup): ## Installing and configuring Mosquitto broker (minimal working setup):
####_Installing on Raspberry Pi/Linux:_ ####_Installing on Raspberry Pi/Linux:_
@ -67,7 +67,7 @@ mosquitto_passwd pwfile TestPy #Enter and confirm password when prompted
--- ---
### Using Example Python Subscriber: ## Using Example Python Subscriber:
Install dependencies if haven't already Install dependencies if haven't already
```bash ```bash