All Projects → adafruit → Adafruit_CircuitPython_MiniMQTT

adafruit / Adafruit_CircuitPython_MiniMQTT

Licence: other
MQTT Client Library for CircuitPython

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Adafruit CircuitPython MiniMQTT

Mqttclient
A high-performance, high-stability, cross-platform MQTT client, developed based on the socket API, can be used on embedded devices (FreeRTOS / LiteOS / RT-Thread / TencentOS tiny), Linux, Windows, Mac, with a very concise The API interface realizes the quality of service of QOS2 with very few resources, and seamlessly connects the mbedtls encryption library.
Stars: ✭ 234 (+358.82%)
Mutual labels:  mqtt-client
eMQTT5
An embedded MQTTv5 client in C++ with minimal footprint, maximal performance
Stars: ✭ 51 (+0%)
Mutual labels:  mqtt-client
MQTT-Board
Diagnostic-oriented MQTT client tool. Supports MQTT 5.0 and 3.1.X protocols, connections to multiple brokers, MQTT operations logs and multiple subscribe widgets with unique/history topic filtering mode. Saves configuration in browser's local cache.
Stars: ✭ 81 (+58.82%)
Mutual labels:  mqtt-client
Android Mqtt Service
A simple MQTT Service that will keep running for the duration of your Android application using the Paho Java MQTT Client.
Stars: ✭ 238 (+366.67%)
Mutual labels:  mqtt-client
adafruit-circuitpython-weekly-meeting
Notes from the weekly circuitpython meetings on Discord
Stars: ✭ 22 (-56.86%)
Mutual labels:  circuitpython
Env-KB
A custom mechanical keyboard inspired by the CFTKB Mysterium utilizing the Raspberry Pi Pico
Stars: ✭ 203 (+298.04%)
Mutual labels:  circuitpython
Broadlink Mqtt
MQTT client to control BroadLink devices
Stars: ✭ 169 (+231.37%)
Mutual labels:  mqtt-client
kerntroller
No description or website provided.
Stars: ✭ 31 (-39.22%)
Mutual labels:  circuitpython
Android-MQTT-Demo
An android application to demonstrate the complete MQTT lifecycle.
Stars: ✭ 31 (-39.22%)
Mutual labels:  mqtt-client
javascript
Nodejs MQTT client for emitter.io.
Stars: ✭ 27 (-47.06%)
Mutual labels:  mqtt-client
Collectd
The system statistics collection daemon. Please send Pull Requests here!
Stars: ✭ 2,700 (+5194.12%)
Mutual labels:  mqtt-client
StriderMqtt
A very thin MQTT client
Stars: ✭ 21 (-58.82%)
Mutual labels:  mqtt-client
python-mqtt-client-shell
Python-based MQTT client command shell
Stars: ✭ 45 (-11.76%)
Mutual labels:  mqtt-client
Iot Harbor
reactor3实现的mqtt库
Stars: ✭ 234 (+358.82%)
Mutual labels:  mqtt-client
net-mqtt-client-react
Asynchronous MQTT client built on React
Stars: ✭ 45 (-11.76%)
Mutual labels:  mqtt-client
Rumqtt
Pure rust mqtt cilent
Stars: ✭ 198 (+288.24%)
Mutual labels:  mqtt-client
flutter im demo
📞 Flutter 使用 MQTT实现IM功能
Stars: ✭ 81 (+58.82%)
Mutual labels:  mqtt-client
Adafruit CircuitPython SD
SD card drivers for Adafruit CircuitPython
Stars: ✭ 24 (-52.94%)
Mutual labels:  circuitpython
Big Honking Button
A simple Eurorack sampler and performance module in a silly package.
Stars: ✭ 45 (-11.76%)
Mutual labels:  circuitpython
homie-device
NodeJS port of Homie for IoT
Stars: ✭ 20 (-60.78%)
Mutual labels:  mqtt-client

Introduction

Documentation Status Discord Build Status Code Style: Black

MQTT Client library for CircuitPython.

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install adafruit-circuitpython-minimqtt

To install system-wide (this may be required in some cases):

sudo pip3 install adafruit-circuitpython-minimqtt

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-minimqtt

Usage Example

Please check the examples folder for usage examples for this library.

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].