Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 988 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 988 Bytes

vrpn_web_ui

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).

Install & Dependencies

Getting Started

  1. Launch VRPN Server (with vrpn_Tracker_JsonNet enabled)
  2. Modify UDP_IP (VRPN Server IP) and UDP_PORT (VRPN Server Port) lines in server.py respectively.
  3. Start Flask server (server.py) in root directory.
  4. Open a web-broswer and navigate to localhost (typically 127.0.0.1).