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

Commits on Aug 26, 2022

  1. Add aio_paho MQTT client backend and example

    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.
    Bernhard Kaindl committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    9a2940f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Refactored to support MQTT/TLS(mqtts) on custom ports

    Bernhard Kaindl committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    3ba7f99 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. asyncio-paho needs >=3.8, skip python-3.7 for CI tests

    Bernhard Kaindl committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    fb7b58d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. aio_paho: Add server+example for JSON-RPC over MQTT

    Bernhard Kaindl committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    e10434c View commit details
    Browse the repository at this point in the history