More protocols

This commit is contained in:
2026-02-17 23:30:49 +01:00
parent 62a90a468d
commit 74a517a22a
15 changed files with 2268 additions and 21 deletions

View File

@@ -140,7 +140,7 @@ func (o OmniDFStrength) Directivity() float64 {
// Packet contains an APRS packet.
type Packet struct {
// Raw packet (as captured from the air or APRS-IS).
Raw string `json:"raw"`
Raw string `json:"-"`
// Src is the source address.
Src Address `json:"src"`