Checks a Simple Maze Orienteering Course has been Completed Correctly and operates a simple leaderboard function
A simple program, based on electron, to read SportIdent cards to check the Maze Course was completed correctly and to calculate the time. Created for World Orienteering Day 2018, for more information about World Orienteering Day see https://worldorienteeringday.com
Install
Get the Windows installer from Releases page
OR To build from source:
git clone https://github.com/brownben/wod-maze.git
npm install
npm run styles
npm start
To create your own executable then run:
npm run dist
Usage
Click 'Import Courses' in the left hand toolbar and select your courses file, this file should look like ./sample data/courses.json or below
{
// "course-name":[list of control codes separated by a comma],
"1":[101,102,103,104],
"Long":[255,101,213,100,122]
}
Then select your station from the COM Port list and select the correct baud rate. 4800 for Serial and 38400 for USB.
Click 'Connect', then the course you want matched and dib into the station and check if you have got the course correct
Note: SI Card 6 don't work (Codes: 500000-999999)
Have fun!
Screenshots
License
Released under an MIT License - Copyright (c) 2019 Ben Brown
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the" Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Credits
See CREDITS.md