Documentation
¶
Overview ¶
Package filters implements the IS->RF gating rule engine. Rules are evaluated in priority order (lowest Priority value first); the first matching rule's Action determines the outcome. If no rule matches, traffic is denied — the iGate must never blindly forward APRS-IS traffic to RF.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
Engine evaluates rules against decoded packets.
type Rule ¶
type Rule struct {
ID uint32
Priority int
Type RuleType
Pattern string // interpretation depends on Type
Action Action
}
Rule is a single filter entry. Priority orders evaluation (lower first).
Click to show internal directories.
Click to hide internal directories.