On Monday, January 20, 2020 at 10:55:28 PM UTC-8, Simon Dreyer wrote:
Hi Folks, I have an existing python application that reads data from industrial controllers and publishes it to a message queue. The application is currently headless and logs errors and events to a log file. I would like to add a web interface to the application so that I can log into the app at any time and check the status while it is running. All the web2py examples that I have seen seem to load/run a python script when the user invokes a view, how would I invoke a connection to a script that is already running please?