Getting Started Using the RTTV - PSASCapstone2013/rttv GitHub Wiki
Required Software
- Python Version 2.7x available from python.org
- The Tornado Python web framework available from tornadoweb.org
- A browser that supports Web Sockets
Running the RTTV
Basic Steps
- Run client.py
- Once data is being sent and the backend (client.py) is running navigate to one of the following to see the default configuration:
- http://localhost/8080 (if you are running client.py on your machine)
Specifying a Configuration
client.html loads the config file specified by the URL query string paramater config.
For example, http://localhost:8080/?config=test_config.yml would display data using the config file in static/config/test_config.yml.
If no config file is specified in the URL, the default is is config.yml.
Currently, there are two config files:
- config.yml (default) displays a mix of GPS and ADIS data that was requested for the prototype
- adis_config.yml displays all ADIS data