Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 547 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 547 Bytes

SmartDashboard

This is a user interface for displaying robot information and tuning values.

Interface preview

How to get started

  1. Download and install the latest release of Node.js
  2. Clone this repository to a folder
  3. Run npm install in the project directory
  4. Run electron .
  5. Connect to the FRC robot's wifi network and send/receive the desired NetworkTables keys for displaying/setting values on the dashboard through the robot's code.