mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-09-11 11:45:27 +02:00
Compare commits
1
Commits
880ae5b0f0
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ad1cf71dd
|
@@ -240,6 +240,24 @@ Prüfe zuerst, welche Frequenzen für die betreffende Station innerhalb der letz
|
|||||||
|
|
||||||
Ist kein aktueller Stationskontext vorhanden, prüfe die Auswahl unter **Fallback band for relative QRG detection**. Das Fallback wird nur benötigt, wenn sich das Band weder aus einer vollständigen Frequenz noch aus dem aktuellen Kontext des Absenders ergibt.
|
Ist kein aktueller Stationskontext vorhanden, prüfe die Auswahl unter **Fallback band for relative QRG detection**. Das Fallback wird nur benötigt, wenn sich das Band weder aus einer vollständigen Frequenz noch aus dem aktuellen Kontext des Absenders ergibt.
|
||||||
|
|
||||||
|
### Das Logprogramm läuft in einer eigenen Sandbox
|
||||||
|
|
||||||
|
Ein Logprogramm, das als Flatpak oder über eine Wine-Umgebung wie Bottles gestartet wird, benutzt die Netzwerkrechte dieser Sandbox. Teilt die Sandbox das Netzwerk des Rechners nicht, ist `127.0.0.1` darin nicht das `127.0.0.1`, auf dem KST4Contest lauscht. Die Verbindung wird dann abgewiesen, obwohl KST4Contest den Port korrekt meldet.
|
||||||
|
|
||||||
|
Bei einem Flatpak-Logprogramm lassen sich die Rechte so prüfen:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
flatpak info --show-permissions <Anwendungs-ID>
|
||||||
|
```
|
||||||
|
|
||||||
|
Im Abschnitt `[Context]` muss `shared=network` stehen. Nachträglich vergeben lässt es sich mit:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
flatpak override --user --share=network <Anwendungs-ID>
|
||||||
|
```
|
||||||
|
|
||||||
|
Das Gleiche gilt, wenn KST4Contest selbst als Flatpak läuft. Dessen veröffentlichtes Manifest enthält `--share=network` bereits, ein lauschender Port ist daher vom Rechner selbst und von anderen Anwendungen darauf erreichbar.
|
||||||
|
|
||||||
### Der Spot wird vom Logger ausgeblendet
|
### Der Spot wird vom Logger ausgeblendet
|
||||||
|
|
||||||
Verwende ein Spotter-Rufzeichen, das nicht mit dem eigenen Contest-Rufzeichen identisch ist. Abhängig vom Logger können eigene Spots gefiltert oder besonders behandelt werden.
|
Verwende ein Spotter-Rufzeichen, das nicht mit dem eigenen Contest-Rufzeichen identisch ist. Abhängig vom Logger können eigene Spots gefiltert oder besonders behandelt werden.
|
||||||
|
|||||||
@@ -240,6 +240,24 @@ First check which frequencies were detected for the station during the previous
|
|||||||
|
|
||||||
If no current station context exists, check **Fallback band for relative QRG detection**. The fallback is used only when the band cannot be determined from a complete frequency or the sender's current context.
|
If no current station context exists, check **Fallback band for relative QRG detection**. The fallback is used only when the band cannot be determined from a complete frequency or the sender's current context.
|
||||||
|
|
||||||
|
### The Logger Runs in Its Own Sandbox
|
||||||
|
|
||||||
|
A logging programme started as a Flatpak, or through a Wine environment such as Bottles, uses the network permissions of that sandbox. If the sandbox does not share the host network, `127.0.0.1` inside it is not the `127.0.0.1` on which KST4Contest is listening, and the connection is refused even though KST4Contest reports the port correctly.
|
||||||
|
|
||||||
|
For a Flatpak logger, check its permission with:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
flatpak info --show-permissions <application id>
|
||||||
|
```
|
||||||
|
|
||||||
|
The `[Context]` section has to contain `shared=network`. It can be granted with:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
flatpak override --user --share=network <application id>
|
||||||
|
```
|
||||||
|
|
||||||
|
The same applies when KST4Contest itself runs as a Flatpak. Its published manifest already contains `--share=network`, so a listening port is reachable from the host and from other applications on the same computer.
|
||||||
|
|
||||||
### The Logger Hides the Spot
|
### The Logger Hides the Spot
|
||||||
|
|
||||||
Try a spotter callsign which differs from the contest callsign. Depending on the logger, spots from the local callsign may be filtered or handled specially. KST4Contest itself does not require the two callsigns to differ.
|
Try a spotter callsign which differs from the contest callsign. Depending on the logger, spots from the local callsign may be filtered or handled specially. KST4Contest itself does not require the two callsigns to differ.
|
||||||
|
|||||||
Reference in New Issue
Block a user