Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)