@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 CHANGED
@@ -1,98 +1,54 @@
1
1
  # Radio-Oracle
2
2
 
3
- Radio-Oracle is an Android app for managing radio orienteering events on race
4
- day.
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
- Radio-Oracle is maintained by OpenARDF and derived from the MIT-licensed
7
- Radio-O-Manager app by Pavel Kolský and contributors.
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 with categories, aliases, and competitors
14
- 2. read SportIdent cards
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
- ## Desktop Beta
21
-
22
- Radio-Oracle also has a desktop event-admin beta distributed through jDeploy as
23
- `@openardf/radio-oracle`. The desktop app is intended for pre-event and
24
- post-event administration away from the finish table.
25
-
26
- The desktop beta supports:
27
-
28
- - opening, editing, saving, and exporting `.rom.json` Event Files;
29
- - managing races, categories, control points, aliases, competitors, manual
30
- readouts, and results;
31
- - importing Android-compatible category, competitor, and start-list CSV files
32
- plus Android race-backup JSON files;
33
- - exporting category, competitor, start-list, start-list-by-category,
34
- start-list-by-minute, readout, result, result TXT/HTML, IOF start/result-list
35
- XML, Android-shaped race-backup/final-result JSON, and ARDF JSON files;
36
- - detecting an attached SPORTident USB download box and warning when it is not
37
- in READOUT/SI MASTER mode;
38
- - downloading one SI5/SI6/SI8/SI9/SIAC card at a time from an attached
39
- READOUT/SI MASTER station;
40
- - running an experimental continuous SI5/SI6/SI8/SI9/SIAC card readout loop
41
- from an attached READOUT/SI MASTER station;
42
- - choosing whether duplicate SI-card reads are ignored, replaced, or stored as
43
- new readouts;
44
- - showing the most recent readout SI card, competitor, status, timestamp, and
45
- warning/error state;
46
- - playing optional desktop alert sounds for duplicate or error/unknown SI
47
- readouts;
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 maintains Radio-Oracle.
97
- - Radio-Oracle is derived from the MIT-licensed Radio-O-Manager app by
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openardf/radio-oracle",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Desktop event administration shell for Radio-Oracle.",
5
5
  "author": "OpenARDF",
6
6
  "homepage": "https://github.com/OpenARDF/Radio-Oracle",