-
Notifications
You must be signed in to change notification settings - Fork 41
Home
Oona Räisänen edited this page Oct 26, 2025
·
25 revisions
redsea is an FM-RDS decoder for Linux / macOS that outputs newline-delimited JSON (ndjson).
RDS is what enables your car radio to display the station name and the song playing.
The idea of redsea is to be something of a logger or a converter. The main problem is: how to take data of real-time nature and meaningfully print it as self-sufficient log entries?
This wiki contains information that goes past the readme, namely:
- Installation
- Building on a low-end system
- Command line options
- Input formats
- Supported RDS features (and JSON format description)
- Use cases
And some discussion on Redsea internals: