This is a dashboard to help manage deploying to the robot through one point, as well as tracking history of deployments and robot behavior through recordings.
- Start/Stop recording
- Download recordings or view in browser
- Join stream from any client
- Clone and manage git repositories from FRC 862
- Deploy to the robot
- Start/Stop recording on enable/disable
- Useable/complete frontend
- Searchable history of deploys and recordings
- Logging to actual log files
To deploy this project run
npm startClone the project
git clone https://github.com/frc-862/field-deploy-dashboard.gitGo to the project directory
cd field-deploy-dashboardInstall dependencies
npm run global-installStart the server
npm start