Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aio_paho MQTT client and server with examples #88

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

bernhardkaindl
Copy link
Contributor

@bernhardkaindl bernhardkaindl commented Aug 25, 2022

@dapper91: client and server for JSON-RPC over MQTT with examples

RFC:

It's dependency library asyncio-paho needs python >= 3.8, updated in pyproject.toml accordingly to >3.8

I understand that not supporting Python 3.7 (because https://github.com/toreamun/asyncio-paho which this backend uses does not support it) might not be that welcome.

@bernhardkaindl bernhardkaindl force-pushed the pj-dev-aio_paho branch 2 times, most recently from a3e1cc1 to 17acf9c Compare August 26, 2022 00:57
New client backend aio_paho for JSON-RPC over MQTT.

It's dependency library asyncio-paho needs python >= 3.8,
updated in pyproject.toml accordingly.
@bernhardkaindl bernhardkaindl changed the title Add aio_paho MQTT client backend and example Add aio_paho MQTT client and server with examples Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant