Small App to monitor the wifi connection between devices with routerboard equipment.
Monitor Interface:
Config Interface:
pip install -r requirements.txt
python start.py
pyinstaller -y -F -w -i "app/main/resource/routericon.ico" "start.py"
- PyQt5 - set of Python v2 and v3 bindings for The Qt Company's Qt application framework.
- Requests - Non-GMO HTTP library for Python, safe for human consumption.
- Gustavo Silva - Initial work - routerboard
This project is licensed under the MIT License - see the LICENSE.md file for details