Fields:
- rssi ('s'): relative signal strength indicator
- signalStrength ('d') - signal strendth in dBm
- timeOfArrival ('T') - time of arrive from receiver - seconds within the minute
- slotNumber ('S') - Receive slot number
- station ('r' or 'b') - station name or id that received the message
- stationTypeCode - first letter of the station name indicating 'b'asestation or 'r'eceive only (I think)
- cg_sec - receive time of the message from the logging software. Unix UTC second timestamp
- timestamp - python datetime object in UTC derived from the cg_sec
@todo: parse the other fields?
|