VRPN_Web_UI is a simple web-based interface to VRPN (Virtual Reality Peripheral Network) using the Python microframework Flask. Once set up, one can send VRPN Buttons, Analog and Text values to a running VRPN JSON server. The included HTML templates incorporate CSS, Jquery, and Juery UI (In "static" directory).
- Python programming language
- Flask Microframework for Python
- VRPN
- Launch VRPN Server (with vrpn_Tracker_JsonNet enabled)
- Modify UDP_IP (VRPN Server IP) and UDP_PORT (VRPN Server Port) lines in server.py respectively.
- Start Flask server (server.py) in root directory.
- Open a web-broswer and navigate to localhost (typically 127.0.0.1).