Copyright (c) 2013-2014 Simon Denier.
Open-source Java library to use the SPORTident timing system. Developed for Geco http://github.com/sdenier/Geco
Distributed under the MIT license (see LICENSE file).
Some parts released by SPORTident under the CC BY 3.0 license. http://creativecommons.org/licenses/by/3.0/
Thanks to Yannis Guedel, there is a port of GecoSI to the .Net framework.
ant build_jar
SiHandler#connect
is the entry point (see #main
for a basic client)SiListener
implementation to SiHandler
SiListener
is notified with station status (CommStatus
) and SiCard dataframes (SiDataFrame
and SiPunch
)SiHandler
can be run from the command line with java net.gecosi.SiHandler
Logging can be setup with the system property GECOSI_LOG
java -DGECOSI_LOG=OUTSTREAM net.gecosi.SiHandler COM8
GECOSI_LOG=FILE
- log to file gecosi.log (default setup)GECOSI_LOG=OUTSTREAM
- log to consoleGECOSI_LOG=NONE
- log nothing