Releases: windytan/redsea
Releases · windytan/redsea
v0.7.6
- Add
partial_radiotext
andpartial_ps
fields that show RadioText and PS
before they're fully received - Add support for partially received 15B groups
- Better algorithm for biphase symbol decoding, improves performance with noisy
signals - Fix unnecessary sync drops
- Print all received hex blocks even if the beginning of the group was missed
- Try to decode the group even if PI was missed once
v0.7.5
- Adjust filter parameters to get a slightly better signal in noisy conditions
- Don't correct bit errors longer than 2 bits
- Fix incorrect formatting of negative local time offset with half-hours
- Fix incorrect JSON formatting in TMC Other Network output
- Fix potential JSON error by escaping the backslash character in PS, RT
- Don't print PIN with invalid clock time
v0.7.4
- Add partial support for 15B groups (Fast basic tuning and switching
information) - Add support for "speech/music" flag
- Add support for TMC Other Network info
- Add
./configure
option--without-liquid
to compile without liquid-dsp and
demodulation support - Add
./autogen.sh
to generate./configure
- Change TMC disable flag to a
./configure
option as well,--disable-tmc
- Change JSON booleans from strings ("true") to plain booleans (true)
- Change JSON format of all TMC location table and service ID numbers from hex
strings ("0x1F") to plain numbers (31) - Fix PLL implementation, now actually locks onto a frequency