frc1418 / 2015-ui

Team 1418's Driver Station code for 2015. DEPRECATED, use https://github.com/FRCDashboard/FRCDashboard
Apache License 2.0
7 stars 5 forks source link

Mostly finished porting. #97

Closed lleontan closed 9 years ago

lleontan commented 9 years ago

to run the link is “http://127.0.0.1:8888/UI_MainPage.html

Everything should work except tuning values. Keystore has been replaced with NetworkTables.getValue and setValue. Run server.py instead of driverStationServer.py. Remember to install pynetworktables2js from pip. I would not advise merging this (if you could, that is) in it's current state.

virtuald commented 9 years ago

To avoid conflicts in the future, do a git pull before you start your edits!

virtuald commented 9 years ago

I merged this, so I can add some fixes and stuff. You shouldn't include index.html as it's just confusing. Also, networktables.js is on the server, so you shouldn't include that either.