Skip to content

A dashboard built around pynetworktables2js

Notifications You must be signed in to change notification settings

Team846/frc-dashboard

This branch is 15 commits ahead of akainth015/frc-dashboard:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6180450 · Feb 20, 2020

History

31 Commits
Feb 18, 2020
Feb 18, 2020
Feb 20, 2020
Jan 11, 2020
Feb 22, 2019
Mar 21, 2019
Feb 19, 2019
Feb 20, 2020
Feb 20, 2020
Mar 2, 2019

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%