Freeing some Mqtt agents python implementation

Share on:

Mqtt iot system bring value in every day’s life. This is because of the existing agents that help system live. Some agents have been freed in repository, for preview. As my own system grow and used, there are still semantic maturing, and testing. These implementation are in python 3, to ease the read and let users understand and extend.

Repository List

  • mqtt-agent-screen

    This repo deals with a simple square led screen using WS8212 controllers, and display some text, or fancy toon characters.

  • mqtt-agent-suntime

    This repo use the famous suntime library to know the local sunrise and sunset, depending on the GPS coordinates. Knowing the sunrise, agents and things can adjust their behaviour.

  • mqtt-agent-wifi

    This repo connect to the freebox, and grab informations about the connected devices and mobiles to the wifi Access Point. Rss is retrieved, to permit to infer the location. One use of this agent is to detect the presence of the mobile of some one to trigger message or other elements.

  • mqtt-agent-tregex

    This repo implements some event detection, to trigger and generate more actions.