Skip to content

A dashboard built around pynetworktables2js

Notifications You must be signed in to change notification settings

Team846/frc-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard

Either clone this repository, or download it as a zip, then unzip it.

Once you've done that, you can cd into the directory, and run the following command:

pynetworktables2js --team 846

A server will start up, and you can visit the dashboard at http://localhost:8888.

You may find it convenient to create a bat file with the following contents

cd %PATH_TO_dashboard_DIR%
start "" http://localhost:8888
pynetworktables2js --team 846

Double clicking it will do all of the above for you (except downloading this repository).

Note that the included pynetworktables2js executable is a special version built from a version that supports backups and Infinity and NaN values. Here is the repository if you're interested. Without the special executable, you cannot download/restore backups.

About

A dashboard built around pynetworktables2js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.2%
  • JavaScript 40.7%
  • HTML 2.1%