This application is meant to be a platform independent replacement for the scoring half of the FIRST FRC Field Management System. The second half, robot control, is being designed by a friend of mine.
I've tried to design it in such a way that I will be able to use it from year to year with as little change as possible. We'll see how well that works out.
Note: You may have to delete your current score DB to upgrade your commit level.
If you're just testing, feel free to use the provided matches file (provided with Matchmaker). The format of this file is, where SM is whether the team is a sourogate that match:
<match#> <R1> <R1_SM> <R1> <R1_SM> <R2> <R3_SM> <B1> <B1_SM> <B2> <B2_SM> <B3> <B3_SM>
<match#> <R1> <R1_SM> <R1> <R1_SM> <R2> <R3_SM> <B1> <B1_SM> <B2> <B2_SM> <B3> <B3_SM>
<match#> <R1> <R1_SM> <R1> <R1_SM> <R2> <R3_SM> <B1> <B1_SM> <B2> <B2_SM> <B3> <B3_SM>
Grab the last commit using git:
get clone git@github.com:VirginiaFIRST/frc2013score.git
If you would like to help me with this project, or any other application I might be working on for non-profits, please send me a message.
I am using Gradle to keep up with Deps. If you want to compile it the app yourself, simplly GIT it (noted above) and then './gradlew build' to get the deps. Or, find them yourself.
- log4j-1-2-17
- slf4j-api-1-7-5
- slf4j-log4j-12-1-7-5
- sqlite-jdbc-3-7-15-M1
- Java JRE (java-7-oracle)
Save modified matches to DBDesign the Edit Options window to formulate event options.Create ranking table.Calculate ranks.Create Display System.Create Alliance Selection System.- Generate Higher Levels of Elims.
- Retrieve Timer Clock from FMS. (Postponed)