dapper91 / pjrpc

python json-rpc client/server without boilerplate
https://pjrpc.readthedocs.io
The Unlicense
30 stars 3 forks source link

Add aio_paho MQTT client and server with examples #88

Open bernhardkaindl opened 2 years ago

bernhardkaindl commented 2 years ago

@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.