ISSF Shooting sport ranking and results display software suite. Now monorepo for previously separate programs:
- Protokollitaja - Main ranking and results display program and a server from a set of programs.
- Protofinaal - New implementation of QFinaal. In a very early stage at the moment.
- Protolehelugeja - For reading results from paper target scoring machines. Disag RM-III and Disag RM-IV are currently supported.
- Range Control - For controlling multiple (InBand) electronic targets in a range.
For more details about each program, see their respective readme files.
- Most ISSF shooting sport diciplines included
- Autocomplete when inserting competitors' names, based on a database
- Results display on separate screen with automatic ranking
- Serial connection with Disag target scoring machines RM III Universal and RM IV
- Connection with electronic targets through SiusData for live capturing of results
- Results upload to a server from where these will be shown on a webpage
- Results export to .xls, .csv and *.txt files
- Results import
- Sorting of competitors by different properties (name, date of birth, target no, etc.)
- Moving/copying competitors between diciplines
- Connection with QFinaal
- Connection with Protolehelugeja
- Connection with Range Control
- Simulation of results from electronic targets with Prototester
- Check for updates on startup
On Windows, make sure to copy needed dll's from your Qt installation into respective folders (platforms, printsupport) into the same directory where executable is. This is also needed when building/running from Qt Creator. On Linux, this is not needed.
In addition, Data folder is needed for Protokollitaja. Program will search for autocomplete databases from there. If this folder does not exist it will be created, but autocomplete will not work.
This project is licensed under the AGPLv3 License - see the LICENSE.md file for details