Quote:
Originally Posted by virtuald
You certainly can put an HTTP server on the roborio, but I would recommend putting the HTTP server on your driver station, and communicate with the robot via networktables. Check out pynetworktables2js for a project that lets you easily build your own dashboards using HTML/JS.
|
Team 4774 used this for our dashboard this year, and we found it really simple, useful, and great for making modifications for the drivers during comp. You can find our code
here.