package hamview const ( DefaultAPRSISListen = ":14580" DefaultAPRSISServer = "rotate.aprs2.net:14580" ) type APRSISConfig struct { Listen string `yaml:"listen"` Server string `yaml:"server"` }