Skip to content

Python gmqtt client subscribed for flespi channel messages. Process each message and publish to specified topic.

License

Notifications You must be signed in to change notification settings

flespi-software/flespi_pipeline

Repository files navigation

Flespi Pipeline

This library is used to get messages from flespi gateway channel via MQTT connection, process it according to Private Data Switch algorithm and publish to specified topic.

Getting started: This library is written using gmqtt library for Python 3.5 version. To run the example script do:

Requirements

System requirements:

Note: please install this requirements according your OS.

Python requirements:

Note: this will be automatically installed in the section below.

How to start

1. make init: initialize local virtual environment with python3.5 and set up all required python libraries

2. edit pipeline.py: write your parameters in # configure pipeline section

3. make run: runs pipeline.py script

More info in flespi blog

Autostart and running as a system service (daemon)

To make this script runs as a daemon on system start - see README.rst in autostart folder

About

Python gmqtt client subscribed for flespi channel messages. Process each message and publish to specified topic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published