Skip to content

weijia/mqtt-service

Repository files navigation

MQTT Service

Documentation Status

Basic framework for creating MQTT services

class ExampleListener(MqttMultiTopicListener):
    pass


if __name__ == "__main__":
    l = ExampleListener(listening_channel_list=["listening_channel1", "listening_channel2"])
    l.loop_forever()

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published