Releases: Dustify/SdrSharpPocsagPlugin
Releases · Dustify/SdrSharpPocsagPlugin
r8.2
Join the discord to discuss issues, feature requests etc.
- Aligning with latest SDR# SDK and .NET 8
- No functional changes
- Tested on SDR# 1920
- Tips:
Set squelch properly or disable altogether
Audio volume / mute / filter should not affect decoding
Try and centre on the target signal as closely as possible, sometimes the snapped frequency is off by a few hundred Hz
Thanks
r8.1-experimental
Join the discord to discuss issues, feature requests etc.
- Filtering
You can now supply a list of comma separated values to filter by (e.g. value1,value2)
The filter works as an OR and is applied to the Address and Payload fields
If logging is enabled, all messages are still logged to the main file, messages matching the filter go to a log file suffixed with "-filtered.csv" - Possible resolution for NullRef in r8-experimental
- Please remove any pre-r6-experimental installations of the plugin before using this one
- Tested on SDR# 1919
Thanks
r7-experimental
Join the discord to discuss issues, feature requests etc.
- Resolved issue where POCSAG messages would get "stuck" before reporting message
- AX.25 decoding - including APRS, although APRS decoding itself has not been implemented
- ACARS decoding - only raw data is reported
- Mode selector - switch between POCSAG, FLEX, AX.25 and ACARS
- Logging - when enabled daily CSV logs will be saved under "sdrs-log" in your SDR# directory
- Please remove any pre-r6-experimental installations of the plugin before using this one
- Tested on SDR# 1919
Thanks
r6-experimental
Join the discord to discuss issues, feature requests etc.
- Major re-write
- Resampling, band-pass filtering and timing recovery implemented
- Generally, performance should be significantly improved
- FLEX 1600/2 implemented
- Please note the readme is yet to be updated
- Please remove any old installations of the plugin before using this one
- Tested on SDR# 1919
Thanks
r5
r4
r3
- Parity and BCH checks - compromised messages shouldn't be displayed (error correction to be implemented at a later date)
- Basic de-duplication - ignoring the first 9 chars of a message (if possible), duplicate messages should not be displayed as far as the message buffer goes (presently 1000 items)