Merge pull request #18 from weetmuts/ImproveREADME

Add information about column meanings.
pull/20/head
Xael South 2021-02-06 11:08:37 +01:00 zatwierdzone przez GitHub
commit b32ee02e4c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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.