You've already forked Adafruit_MQTT_Library
							
							
				mirror of
				https://github.com/adafruit/Adafruit_MQTT_Library.git
				synced 2025-11-03 11:53:11 +03:00 
			
		
		
		
	Tweaks
This commit is contained in:
		@@ -5,17 +5,17 @@ This example illustrates Publish an arbitrary data packet using the Adafruit MQT
 | 
				
			|||||||
To run the python subscriber:
 | 
					To run the python subscriber:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Install dependents if haven't already
 | 
					Install dependents if haven't already
 | 
				
			||||||
'''bash
 | 
					```bash
 | 
				
			||||||
cd ../Adafruit_MQTT_Library/examples/mqtt_arbitrary_buffer/python_subscriber
 | 
					cd ../Adafruit_MQTT_Library/examples/mqtt_arbitrary_buffer/python_subscriber
 | 
				
			||||||
pip install -r requirements.txt
 | 
					pip install -r requirements.txt
 | 
				
			||||||
'''
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Run python script with default values
 | 
					Run python script with default values
 | 
				
			||||||
'''bash
 | 
					```bash
 | 
				
			||||||
python subscriber.py
 | 
					python subscriber.py
 | 
				
			||||||
'''
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Use help to list the modifiable options
 | 
					Use help to list the modifiable options
 | 
				
			||||||
'''bash
 | 
					```bash
 | 
				
			||||||
python subscriber.py -h
 | 
					python subscriber.py -h
 | 
				
			||||||
'''
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user