Add information about column meanings.

pull/18/head
Fredrik Öhrström 2021-02-06 08:22:07 +01:00
rodzic 9ab45b4866
commit d603a3b4ce
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -65,6 +65,12 @@ See samples/samples2.bin for a live example with two T1 mode devices inside.
On Android the driver must be started first with options given above. I/Q-data goes to a port which is to be set in the driver settings. Use get_net to get I/Q-data into rtl_wmbus.
The output data is semicolon separated and the meaning of the columns are:
`MODE;CRC_OK;3OUTOF6OK;TIMESTAMP;PACKET_RSSI;CURRENT_RSSI;LINK_LAYER_IDENT_NO;DATAGRAM_WITHOUT_CRC_BYTES.`
3OUTOF6OK is only relevant for T1 and can be ignored for C1 (always set to 1).
Bugfixing
-----
Mode C1 datagram type B is supported now - thanks to Fredrik Öhrström for spotting this and for providing raw datagram samples. An another thanks goes to Kjell Braden (afflux) and to carlos62 for the idea how to implement this.