feat: Implemented UDP Outbound Adif message, freq to pstrotator
This commit is contained in:
@@ -29,11 +29,14 @@ const (
|
||||
type ServiceType string
|
||||
|
||||
const (
|
||||
ServiceWSJT ServiceType = "wsjt" // WSJT-X / JTDX / MSHV binary
|
||||
ServiceADIF ServiceType = "adif" // text ADIF over UDP
|
||||
ServiceN1MM ServiceType = "n1mm" // N1MM Logger+ XML
|
||||
ServiceRemoteCall ServiceType = "remote_call" // plain text callsign
|
||||
ServiceDBUpdated ServiceType = "db_updated" // outbound ADIF of local QSO
|
||||
ServiceWSJT ServiceType = "wsjt" // WSJT-X / JTDX / MSHV binary (inbound)
|
||||
ServiceADIF ServiceType = "adif" // text ADIF over UDP (inbound)
|
||||
ServiceN1MM ServiceType = "n1mm" // N1MM Logger+ XML (inbound)
|
||||
ServiceRemoteCall ServiceType = "remote_call" // plain text callsign (inbound)
|
||||
// Outbound emitters.
|
||||
ServiceDBUpdated ServiceType = "db_updated" // ADIF of each locally-logged QSO (on save)
|
||||
ServicePstFreq ServiceType = "pstrotator_freq" // <PST><FREQUENCY> radio freq (on freq change)
|
||||
ServiceN1MMRadio ServiceType = "n1mm_radioinfo" // N1MM RadioInfo XML: freq+mode (on freq/mode change)
|
||||
)
|
||||
|
||||
// Config is one user-defined UDP connection.
|
||||
|
||||
Reference in New Issue
Block a user