@openardf/radio-oracle 1.0.1 → 1.0.3
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 +34 -28
- package/jdeploy-bundle/Radio-Oracle-jdeploy.jar +0 -0
- package/jdeploy-bundle/libs/jSerialComm-2.11.4.jar +0 -0
- package/jdeploy-bundle/libs/shared-desktop.jar +0 -0
- package/jdeploy-bundle/libs/{skiko-awt-runtime-macos-arm64-0.144.6.jar → skiko-awt-runtime-linux-x64-0.144.6.jar} +0 -0
- package/package.json +14 -7
package/README.md
CHANGED
|
@@ -1,48 +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
|
-
|
|
22
|
+
The goal is to make radio orienteering event administration practical before,
|
|
23
|
+
during, and after race day.
|
|
24
|
+
|
|
25
|
+
## Platform Status
|
|
21
26
|
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
|
|
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.
|
|
25
31
|
|
|
26
|
-
##
|
|
32
|
+
## Project Status
|
|
27
33
|
|
|
28
|
-
|
|
29
|
-
- Foxoring
|
|
30
|
-
- Orienteering
|
|
31
|
-
- Sprint
|
|
34
|
+
The project currently includes:
|
|
32
35
|
|
|
33
|
-
|
|
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
|
|
34
44
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
- [
|
|
38
|
-
- [
|
|
39
|
-
- [
|
|
40
|
-
- [Moshi](https://github.com/square/moshi)
|
|
41
|
-
- [OkHttp](https://github.com/square/okhttp)
|
|
42
|
-
- [Markwon](https://github.com/noties/Markwon)
|
|
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)
|
|
43
50
|
|
|
44
51
|
## Credits
|
|
45
52
|
|
|
46
|
-
- OpenARDF
|
|
47
|
-
|
|
48
|
-
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openardf/radio-oracle",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Desktop event administration shell for Radio-Oracle.",
|
|
5
5
|
"author": "OpenARDF",
|
|
6
6
|
"homepage": "https://github.com/OpenARDF/Radio-Oracle",
|
|
@@ -16,18 +16,25 @@
|
|
|
16
16
|
"radio-oracle": "jdeploy-bundle/jdeploy.js"
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
|
-
"jdeploy:prepare": "./scripts/jdeploy-prepare.
|
|
19
|
+
"jdeploy:prepare": "node ./scripts/jdeploy-prepare.mjs",
|
|
20
20
|
"prejdeploy:package": "npm run jdeploy:prepare",
|
|
21
21
|
"prejdeploy:install-local": "npm run jdeploy:prepare",
|
|
22
22
|
"prejdeploy:local": "npm run jdeploy:prepare",
|
|
23
|
-
"jdeploy:package": "
|
|
24
|
-
"jdeploy:install-local": "
|
|
25
|
-
"jdeploy:verify-install": "
|
|
26
|
-
"jdeploy:local": "
|
|
27
|
-
"jdeploy:local-smoke": "./scripts/jdeploy-local-smoke.
|
|
23
|
+
"jdeploy:package": "node ./scripts/jdeploy-run.mjs package",
|
|
24
|
+
"jdeploy:install-local": "node ./scripts/jdeploy-run.mjs install -y",
|
|
25
|
+
"jdeploy:verify-install": "node ./scripts/jdeploy-run.mjs verify-installation --package-json=package.json --verbose",
|
|
26
|
+
"jdeploy:local": "node ./scripts/jdeploy-run.mjs run --install",
|
|
27
|
+
"jdeploy:local-smoke": "node ./scripts/jdeploy-local-smoke.mjs",
|
|
28
28
|
"jdeploy:pack-preview": "npm run jdeploy:package && npm pack --dry-run --ignore-scripts",
|
|
29
29
|
"jdeploy:registry-smoke": "./scripts/jdeploy-registry-smoke.sh",
|
|
30
30
|
"jdeploy:release-preflight": "node ./scripts/check-jdeploy-release-ready.mjs",
|
|
31
|
+
"desktop:automation": "./gradlew :desktopApp:desktopAutomation",
|
|
32
|
+
"desktop:usb-diagnostic": "./scripts/desktop-usb-diagnostic.sh",
|
|
33
|
+
"desktop:usb-probe": "./gradlew :desktopApp:desktopUsbProbe",
|
|
34
|
+
"desktop:usb-station-diagnostic": "./gradlew :desktopApp:desktopUsbStationDiagnostic",
|
|
35
|
+
"desktop:usb-card-event": "./gradlew :desktopApp:desktopUsbCardEventProbe",
|
|
36
|
+
"desktop:usb-card-block": "./gradlew :desktopApp:desktopUsbCardBlockProbe",
|
|
37
|
+
"desktop:usb-card-loop": "./gradlew :desktopApp:desktopUsbCardLoopProbe",
|
|
31
38
|
"prepublishOnly": "node ./scripts/check-jdeploy-publish.mjs"
|
|
32
39
|
},
|
|
33
40
|
"dependencies": {
|