Skip to content

aditbhartia/telemetry-dash

 
 

Repository files navigation

Sensor Data Dashboard for Chase Car

Instructions

To get this server up and running on your local machine, follow the steps below

  1. Install python if you don't already have it
  2. Install pip if you don't already have it sudo easy_install pip
  3. Install virtualenv sudo pip install virtualenv
  4. Create a new virtual environment virtualenv env
  5. Activate the current environment source env/bin/activate
  6. Install the project requirements pip install -r requirements.txt
  7. Start the server python server.py
  8. Open localhost:5000 in a web browser to verify that it's running

Once this has been set up for the first time, getting the server running only requrires two steps

source env/bin/activate

python server.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.9%
  • HTML 39.0%
  • JavaScript 0.1%