thingflow-python
thingflow-python copied to clipboard
Streaming dataflow library for IoT applications. Program at a higher level, with reusable "things".
Results
2
thingflow-python issues
Sort by
recently updated
recently updated
newest added
While trying to implement a light strip InputThing, I found in need of a mqtt reader adapter.
Borrowing from RxPython, ThingFlow provides an on_error() interface for input things and filters. If a non-fatal error occurs, the associated thing should catch the error, print it out, pass it...