Frc5572 / FRC2023

Code repo for 2023 Charged UP
Other
0 stars 0 forks source link

Web-based Dashboard #171

Open wilsonwatson opened 1 year ago

wilsonwatson commented 1 year ago

Investigate using Jetty or Javalin for hosting a webserver on the robot to act as a customizable dashboard (to replace Shuffleboard)

Questions:

legoguy1000 commented 1 year ago

Could also look at an electron app like https://github.com/FRCDashboard/FRCDashboard

wilsonwatson commented 1 year ago

Not sure if there's any advantage to an electron app over a web app. Ideally, we wouldn't need to install any software on the driver station.

legoguy1000 commented 1 year ago

Example of javelin app with react https://github.com/caprica/spa-javalin-react

wilsonwatson commented 1 year ago

Frontend proof of concept using egui