Python Forum

Full Version: Run on Flask blueprint/view like mqtt subscription service?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm wondering is there any way to have one view which is monitoring data from mqtt server constantly?
The main reason is to put mqtt as central communication point for web API and rest of the sensors/actuators instead of DB.
And also, not to disperse project into many small python processes/scripts.