Skip to content
This repository was archived by the owner on Jan 30, 2018. It is now read-only.

FIRSTChesapeake/frc2013score

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matt's FRC 2013 Scoring App

Overview

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.

Format of Match Import

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>

Download Bleeding Edge

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.

Special Compile Note

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.

Dependencies

  • 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)

TODO

  • Save modified matches to DB
  • Design 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)

About

The project is on hold until a need arises.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •