Skip to content

Commit b36ce09

Browse files
committed
updated readme for r4
1 parent ce1f37b commit b36ce09

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

readme.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Screenshot
22

3-
![POCSAG decoder](https://i.imgur.com/2iYM8Z7.png)
3+
![POCSAG decoder](https://i.imgur.com/PsVOdEH.png)
44

55
# Installation
66

@@ -18,4 +18,21 @@ Provided the plugin has been loaded successfully, there should be an option to d
1818

1919
NFM with 12kHz bandwidth seems to work reliably, input is taken directly from the demodulator so audio filtering / mute shouldn't affect decoding.
2020

21-
![Plugin directory](https://i.imgur.com/9eGnJ9k.png)
21+
![Plugin directory](https://i.imgur.com/9eGnJ9k.png)
22+
23+
## Options
24+
25+
### De-duplicate
26+
The payload of each message is hashed (ignoring the first 9 characters, which seem to often include time data). With this option enabled new messages received with the same hash will be ignored.
27+
28+
### Hide bad decodes
29+
Any messages that have failed BCH (CRC) or parity checks will be ignored.
30+
31+
### Clear
32+
Will remove all messages from the buffer.
33+
34+
# Notes
35+
36+
* A maximum of 1000 messages will be displayed in the buffer, on a first-in-first-out basis.
37+
* If a message payload is empty it is assumed to be tone message.
38+
* If a message payload has fewer than 16 characters numerically, it is assumed to be a numeric message. In this case the numeric decode will be displayed first with the alphanumeric decode following e.g. "123456 (ALPHA: ABC)"

0 commit comments

Comments
 (0)