Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m3y54m/paho-mqtt-client
Using Paho MQTT for Adafruit IO
https://github.com/m3y54m/paho-mqtt-client
adafruit-io mqtt paho-mqtt python
Last synced: about 2 months ago
JSON representation
Using Paho MQTT for Adafruit IO
- Host: GitHub
- URL: https://github.com/m3y54m/paho-mqtt-client
- Owner: m3y54m
- License: mit
- Created: 2021-07-17T19:28:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T10:24:54.000Z (6 months ago)
- Last Synced: 2024-07-30T13:52:37.211Z (6 months ago)
- Topics: adafruit-io, mqtt, paho-mqtt, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Using Paho MQTT for Adafruit IO
Install the prerequisites:
```console
pip install -r requirements.txt
```For more information refer to the following links:
* [Paho Python Client](https://www.eclipse.org/paho/index.php?page=clients/python/index.php)
* [Eclipse Paho™ MQTT Python Client (GitHub Repo.)](https://github.com/eclipse/paho.mqtt.python)
* [Adafruit IO MQTT API](https://io.adafruit.com/api/docs/mqtt.html)