Web based HTML dashboard for FRC
Project description
shuffleboard2js further lowers the barrier of entry for teams that want to build a custom HTML/Javascript dashboard by providing a Shuffleboard like interface built on top of pynetworktables2js.
Lots of students and mentors know how to create simple web pages to display content, and there’s lots of resources out there for creating dynamic content for webpages that use javascript. There is a lot of visually appealing content that others have created using web technologies – why not leverage those resources to make something cool to control your robot?
Documentation
Documentation can be found at http://shuffleboard2js.readthedocs.org/
Installation
Make sure to install python 3 on your computer, and on Windows you can execute:
py -3 -m pip install shuffleboard2js
On Linux/OSX you can execute:
pip install shuffleboard2js
Usage
You can run shuffleboard2js using the following command:
python3 -m shuffleboard2js
Or on Windows:
py -3 -m shuffleboard2js
This will start a server which will serve from the current directory. You can create your custom widgets in the shuffleboard2js/widgets folder, which will automatically be created in the directory you ran shuffleboard2js.
You will want to also pass either the --robot or --team switch:
py -3 -m shuffleboard2js --robot roborio-XXXX-frc.local py -3 -m shuffleboard2js --team XXXX
Dashboard mode currently doesn’t work, as the underlying support in pynetworktables hasn’t been implemented yet for the newer FRC Driver Station.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file shuffleboard2js-2019.0.2.tar.gz
.
File metadata
- Download URL: shuffleboard2js-2019.0.2.tar.gz
- Upload date:
- Size: 2.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c01144859430b5a9eb00ab4bbfd160739d31485efe174942dc197ad66d7e83bb |
|
MD5 | 731e06152f5f9810d6beb619a8583342 |
|
BLAKE2b-256 | 1564d214b701a09e23a562b12888ae8662b67af3a27c2ca4096f245d623d7788 |
File details
Details for the file shuffleboard2js-2019.0.2-py3-none-any.whl
.
File metadata
- Download URL: shuffleboard2js-2019.0.2-py3-none-any.whl
- Upload date:
- Size: 2.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79648fc66f2a1b1eba50e1af0cd1d9d9b94a38ac9c487802fc3dd7b0cf516ade |
|
MD5 | 32597dcd82e420c844c07f5a6adc2a37 |
|
BLAKE2b-256 | b089df0253f95de1c1c15e93048b75160c8c95ce6455547d526540e96abe3d24 |