Redsea 1.2.0 #130
windytan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
RDS2 streams + station logo decoding
Redsea can now receive the extra data streams 1, 2, and 3 introduced in RDS 2 (#32, #127, #102) . It is 3–4x more work for the CPU so this feature is not enabled for MPX input by default; Use the option
--streams
to enable it.The streams are often used to send small files, most often the station logo. Redsea prints these files along the normal JSON output. When a file is fully received, the JSON field
rft.data.file_contents
contains the entire file as base64 (see wiki).Sometimes these lines will get very long and copy-pasting from terminal is not easy. You can use this string of commands to save the first file found in a pre-recorded signal to disk:
Then use the command
file --extension rft_file.bin
to find out the image format; and rename the file appropriately so you can open it.Streams as hex
We made the hex formatting of these streams hopefully compatible with RDS Spy. This format is used both for hex input and output.
Currently, RDS2 streams are not supported for ASCII binary or TEF input. The CRC is not currently checked at all.
Other changes
--show-partial
This discussion was created from the release Redsea 1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions