diff --git a/_info/packet.md b/_info/packet.md index ea5f8f7..f5d3c45 100644 --- a/_info/packet.md +++ b/_info/packet.md @@ -1,252 +1,289 @@ ## Format of the BOSWatch packets -
| field | -fms | -pocsag | -zvei | -msg | -description | -|
| serverName | -X | -X | -X | -X | -name of the boswatch server instance | -|
| serverVersion | -X | -X | -X | -X | -in case of new version, server can notify | -|
| serverBuildDate | -X | -X | -X | -X | -- | |
| serverBranch | -X | -X | -X | -X | -- | |
| clientName | -X | -X | -X | -X | -name of the boswatch client instance | -|
| clientIP | -X | -X | -X | -X | -- | |
| clientVersion | -X | -X | -X | -X | -in case of new version, server can notify | -|
| clientBuildDate | -X | -X | -X | -X | -- | |
| clientBranch | -X | -X | -X | -X | -- | |
| inputSource | -X | -X | -X | -X | -(stick, audio) | -|
| timestamp | -X | -X | -X | -X | -- | |
| frequency | -X | -X | -X | -X | -- | |
| mode | -X | -X | -X | -X | -(fms, pocsag, zvei, msg) | -|
| descriptionShort | -X | -X | -X | -- | loaded from optional CSV file | -|
| descriptionLong | -X | -X | -X | -- | loaded from optional CSV file | -|
| bitrate | -- | X | -- | - | - | |
| ric | -- | X | -- | - | - | |
| subric | -- | X | -- | - | (1, 2, 3, 4) | -|
| subricText | -- | X | -- | - | (a, b, c, d) | -|
| message | -- | X | -- | X | -- | |
| tone | -- | - | X | -- | 5-tone sequence | -|
| fms | -X | -- | - | - | - | |
| service | -X | -- | - | - | - | |
| country | -X | -- | - | - | - | |
| location | -X | -- | - | - | - | |
| vehicle | -X | -- | - | - | - | |
| status | -X | -- | - | - | - | |
| direction | -X | -- | - | - | - | |
| dirextionText | -X | -- | - | - | (Fhz->Lst, Lst->Fhz) | -|
| tacticalInfo | -X | -- | - | - | (I, II, III, IV) | -|
| field | +fms | +pocsag | +zvei | +msg | +wildcard | +description | +
| serverName | +X | +X | +X | +X | +{SNAME} | +name of the boswatch server instance | +
| serverVersion | +X | +X | +X | +X | +{SVERS} | +in case of new version, server can notify | +
| serverBuildDate | +X | +X | +X | +X | +{SDATE} | ++ |
| serverBranch | +X | +X | +X | +X | +{SBRCH} | ++ |
| clientName | +X | +X | +X | +X | +{CNAME} | +name of the boswatch client instance | +
| clientIP | +X | +X | +X | +X | +{CIP} | ++ |
| clientVersion | +X | +X | +X | +X | +{CVERS} | +in case of new version, server can notify | +
| clientBuildDate | +X | +X | +X | +X | +{CDATE} | ++ |
| clientBranch | +X | +X | +X | +X | +{CBRCH} | ++ |
| inputSource | +X | +X | +X | +X | +{INSRC} | +(stick, audio) | +
| timestamp | +X | +X | +X | +X | +{TIMES} | ++ |
| frequency | +X | +X | +X | +X | +{FREQ} | ++ |
| mode | +X | +X | +X | +X | +{MODE} | +(fms, pocsag, zvei, msg) | +
| descriptionShort | +X | +X | +X | ++ | {DESCS} | +loaded from optional CSV file | +
| descriptionLong | +X | +X | +X | ++ | {DESCL} | +loaded from optional CSV file | +
| bitrate | ++ | X | ++ | + | {BIT} | ++ |
| ric | ++ | X | ++ | + | {RIC} | ++ |
| subric | ++ | X | ++ | + | {SRIC} | +(1, 2, 3, 4) | +
| subricText | ++ | X | ++ | + | {SRICT} | +(a, b, c, d) | +
| message | ++ | X | ++ | X | +{MSG} | ++ |
| tone | ++ | + | X | ++ | {TONE} | +5-tone sequence | +
| fms | +X | ++ | + | + | {FMS} | ++ |
| service | +X | ++ | + | + | {SERV} | ++ |
| country | +X | ++ | + | + | {COUNT} | ++ |
| location | +X | ++ | + | + | {LOC} | ++ |
| vehicle | +X | ++ | + | + | {VEHC} | ++ |
| status | +X | ++ | + | + | {STAT} | ++ |
| direction | +X | ++ | + | + | {DIR} | ++ |
| dirextionText | +X | ++ | + | + | {DIRT} | +(Fhz->Lst, Lst->Fhz) | +
| tacticalInfo | +X | ++ | + | + | {TACI} | +(I, II, III, IV) | +