Module hosts

Module hosts 

Source
Expand description

D-STAR reflector host file parser.

Host files map reflector names (e.g. “REF030”, “XRF012”, “DCS003”) to their network addresses and ports. The format is one entry per line: name address port or name address (Pi-Star format).

Lines starting with # are comments. Empty lines are skipped.

Sources for host files:

Structs§

HostEntry
A resolved reflector host entry.
HostFile
Collection of host file entries keyed by reflector name.