Skip to content

Releases: windytan/redsea

v0.7.6

02 Oct 10:24
Compare
Choose a tag to compare
  • Add partial_radiotext and partial_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

30 Sep 13:40
Compare
Choose a tag to compare
  • 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

25 Sep 09:04
Compare
Choose a tag to compare
  • 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

v0.7.3

20 Sep 10:23
Compare
Choose a tag to compare
v0.7.3

v0.7.2

18 Sep 18:50
Compare
Choose a tag to compare
v0.7.2

v0.7.1

17 Sep 12:51
Compare
Choose a tag to compare
starting changelog

v0.7.0

16 Sep 16:04
Compare
Choose a tag to compare

First release!