This project provides a simple web-based display for monitoring frequency details from a rig control server. It's designed to be used with OBS (Open Broadcaster Software) to overlay frequency information over video streams.
- Real-time display of frequency and mode from a rig control server.
- HTML/JavaScript frontend with a Flask backend for handling socket communication.
- Customizable display with bright green background and black text.
- Python 3.x
- Flask
- Flask-SocketIO
- A rig control server providing frequency and mode information over a socket connection.