@openardf/radio-oracle 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +39 -83
- package/jdeploy-bundle/Radio-Oracle-jdeploy.jar +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,98 +1,54 @@
|
|
|
1
1
|
# Radio-Oracle
|
|
2
2
|
|
|
3
|
-
Radio-Oracle is an
|
|
4
|
-
|
|
3
|
+
Radio-Oracle is an app for managing radio orienteering events, including event
|
|
4
|
+
setup, SPORTident readout, results, exports, and live-result support.
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
Radio-
|
|
6
|
+
Download the latest desktop release:
|
|
7
|
+
[Install Radio-Oracle](https://www.jdeploy.com/gh/OpenARDF/Radio-Oracle)
|
|
8
|
+
|
|
9
|
+
License: MIT. See [LICENSE](LICENSE).
|
|
8
10
|
|
|
9
11
|
## What It Does
|
|
10
12
|
|
|
11
13
|
Radio-Oracle is intended to help organizers:
|
|
12
14
|
|
|
13
|
-
1. create or import races
|
|
14
|
-
2. read
|
|
15
|
+
1. create or import races, categories, controls, and competitors
|
|
16
|
+
2. read SPORTident cards
|
|
15
17
|
3. calculate and review results
|
|
16
|
-
4. export results
|
|
18
|
+
4. export event data and results
|
|
17
19
|
5. print finish tickets
|
|
18
20
|
6. send live results
|
|
19
21
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
The desktop beta
|
|
27
|
-
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
-
|
|
37
|
-
|
|
38
|
-
-
|
|
39
|
-
|
|
40
|
-
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
-
|
|
47
|
-
|
|
48
|
-
- inspecting competitors in drawn start-time order in a Start List desktop view;
|
|
49
|
-
- drawing start times by category with club rotation and a configurable interval;
|
|
50
|
-
- assigning unmatched readouts to competitors;
|
|
51
|
-
- marking competitors DNS without an SI-card readout;
|
|
52
|
-
- previewing finish-ticket text for readouts using the shared ticket renderer;
|
|
53
|
-
- summarizing live-result send readiness and exporting Android-shaped
|
|
54
|
-
live-result and final-result JSON payloads;
|
|
55
|
-
- manually sending unsent matched live results to ROBIS using the race API key;
|
|
56
|
-
- sending unsent matched ROBIS live results in the background when enabled in
|
|
57
|
-
Settings;
|
|
58
|
-
- serving auto-refreshing loopback-only local result/category/start-list/in-forest
|
|
59
|
-
displays plus `/results.json`, `/categories.json`, `/starts.json`, and
|
|
60
|
-
`/in-forest.json` endpoints from the open desktop Event File;
|
|
61
|
-
- tracking started competitors without readouts in an In Forest desktop view.
|
|
62
|
-
|
|
63
|
-
The desktop beta does not yet replace the Android race-day workflow. Live
|
|
64
|
-
printer transport, shared SQL persistence, and station maintenance writes remain
|
|
65
|
-
post-beta work.
|
|
66
|
-
|
|
67
|
-
Local desktop packaging and smoke commands are documented in
|
|
68
|
-
[`docs/desktop-prep.md`](docs/desktop-prep.md).
|
|
69
|
-
|
|
70
|
-
## Equipment Needed
|
|
71
|
-
|
|
72
|
-
- SportIdent BSM 7 / BSM 8 reader
|
|
73
|
-
- USB to OTG adapter
|
|
74
|
-
- Bluetooth printer for ticket printout
|
|
75
|
-
|
|
76
|
-
## Supported Competition Formats
|
|
77
|
-
|
|
78
|
-
- Classics
|
|
79
|
-
- Foxoring
|
|
80
|
-
- Orienteering
|
|
81
|
-
- Sprint
|
|
82
|
-
|
|
83
|
-
## Third Party Libraries and Resources
|
|
84
|
-
|
|
85
|
-
- **Logo** - original Radio-Oracle artwork generated for this app using Codex
|
|
86
|
-
- [SortableTableView](https://github.com/ISchwarz23/SortableTableView)
|
|
87
|
-
- [kotlin-csv](https://github.com/doyaaaaaken/kotlin-csv)
|
|
88
|
-
- [UsbSerial](https://github.com/felHR85/UsbSerial)
|
|
89
|
-
- [ESCPOS-ThermalPrinter-Android](https://github.com/DantSu/ESCPOS-ThermalPrinter-Android)
|
|
90
|
-
- [Moshi](https://github.com/square/moshi)
|
|
91
|
-
- [OkHttp](https://github.com/square/okhttp)
|
|
92
|
-
- [Markwon](https://github.com/noties/Markwon)
|
|
22
|
+
The goal is to make radio orienteering event administration practical before,
|
|
23
|
+
during, and after race day.
|
|
24
|
+
|
|
25
|
+
## Platform Status
|
|
26
|
+
|
|
27
|
+
- Android is the established race-day app.
|
|
28
|
+
- The desktop app is a beta for event setup, administration, analysis, readout,
|
|
29
|
+
and results work on Windows and macOS.
|
|
30
|
+
- Linux desktop support is best-effort and not yet a primary validation target.
|
|
31
|
+
|
|
32
|
+
## Project Status
|
|
33
|
+
|
|
34
|
+
The project currently includes:
|
|
35
|
+
|
|
36
|
+
- Android race-day workflows for SPORTident readout, results, printing, and live
|
|
37
|
+
results
|
|
38
|
+
- a desktop Event File editor for `.rom.json` event data
|
|
39
|
+
- desktop import/export tools for categories, competitors, starts, readouts,
|
|
40
|
+
results, Android-compatible JSON, IOF XML, ARDF JSON, KML/KMZ controls, and
|
|
41
|
+
course analysis artifacts
|
|
42
|
+
- desktop SPORTident download support for attached READOUT/SI MASTER stations
|
|
43
|
+
- shared Kotlin event, result, import/export, and validation logic
|
|
44
|
+
|
|
45
|
+
## More Information
|
|
46
|
+
|
|
47
|
+
- [Desktop preparation and packaging](docs/desktop-prep.md)
|
|
48
|
+
- [Course Analyzer documentation](docs/course-analyzer.md)
|
|
49
|
+
- [Competitor CSV format](docs/competitor-csv.md)
|
|
93
50
|
|
|
94
51
|
## Credits
|
|
95
52
|
|
|
96
|
-
- OpenARDF
|
|
97
|
-
|
|
98
|
-
Pavel Kolský, Vojtěch Kopal, and Jakub Šrom.
|
|
53
|
+
Radio-Oracle is maintained by OpenARDF and derived from the MIT-licensed
|
|
54
|
+
Radio-O-Manager app by Pavel Kolský, Vojtěch Kopal, and Jakub Šrom.
|
|
Binary file
|