A simple way to monitor your running application in real time, on your phone.
This python package allows to any python application to simply sent running information to a phone app.
It is born from the basic need to remotely knowing the status of a test run during automatic test campaign. As an embedded developer on a maker project I discover the Blynk.io easy to use phone application and decided to give it a try in order to make my application talking to me.
- Python - 3.8
- blynk.io phone application
TODO Describe how to install / setup your local environement / add link to demo version.
coverage run -m unittest discover
coverage html
Show examples of usage:
put-your-code-here
List of features ready and TODOs for future development
- Send generic status with a python dict
- Send test run status in a dedicated format
To-do list:
- More dedicated app status
Project is: in progress
TODO Add here credits. Project inspired by..., based on...
Created by @axelC - feel free to contact me!