agentlytics
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
Abraca DAB radio: DAB/DAB+ Software Defined Radio (SDR)
git clone https://github.com/KejPi/AbracaDABra.gitKejPi/AbracaDABraAbraca DAB radio is a DAB and DAB+ Software Defined Radio (SDR) application. It works with cheap RTL-SDR (RTL2832U) USB sticks, but also with Airspy devices, SDRplay devices and with devices supported by SoapySDR.
The application is based on the Qt6 cross-platform software development framework and can run on any platform supported by Qt6 (Qt version 6.7 or higher is required). Prebuilt binaries are released for Windows, macOS (both Intel and Apple Silicon), Android (API 30, ARM64) and Linux x86-64 and AARCH64 (AppImage). The AARCH64 AppImage is built to run on Raspberry Pi 4/5 with a 64 bit OS. Arch Linux users can install AbracaDABra from the AUR.
The AbracaDABra desktop application is available for free and will remain so in the future. However, if you like it, you can buy me a beer 🍺
Application provides an easy-to-use user interface that is focused on radio listening. Just run automatic band scan to search for available services, select your favorite service from the service list and enjoy the music with slideshow and DL(+). Services can be easily added to the favorites list by clicking "star" icon. Most of the elements in UI have a tool tip with more information.
There are also many features for advanced users, like the structure of services in an ensemble tree as well as additional details about the currently tuned service. Additionally, application supports dedicated DX functionality like TII decoding and monitoring, continuous scanning of the band, data dumping, logging and many more.
Application supports following keyboard shortcuts for navigation and actions
| macOS | Others | Action | |
|---|---|---|---|
⌥ L |
Alt+L |
Service List | |
⌥ E |
Alt+E |
EPG | |
⌥ C |
Alt+C |
CatSLS | |
⌥ S |
Alt+S |
Signal | |
⌥ T |
Alt+T |
TII | |
⌥ B |
Alt+B |
Band Scan | |
⌥ N |
Alt+N |
Scanner | |
⌥ U |
Alt+U |
Audio Recording Schedule | |
⌘ , |
Ctrl+, |
Settings | |
⌘ M |
Ctrl+M |
⏯ | Toggle mute |
⌘ ⏶ |
Ctrl+Up |
Volume +10 | |
⌘ ⏷ |
Ctrl+Down |
Volume −10 | |
⌥ ⏴ |
Alt+Left |
Channel down | |
⌥ ⏵ |
Alt+Right |
Channel up | |
⌘ D |
Ctrl+D |
Toggle favourite of current service | |
⌘ R |
Ctrl+R |
Toggle recording | |
⌘ P |
Ctrl+P |
⏮ | Switch to previous favourite service |
⌘ N |
Ctrl+N |
⏭ | Switch to next favourite service |
AbracaDABra shows flat service list according to TS 103 176. Besides that it can display also so hiearchical service tree with ensemble names and audio services available in the ensembles. Please note that data services are not shown. Both views can be used to select audio service and toggle favorite by clicking on star icon. Service list supports filtering functionality to search for service. This feture is triggered by keyboard shortcut ⌘ F orCtrl+F or by starting to type on the keyboard (type-to-search) when the service list has an active focus on desktop. On Android it is triggered by dragging the list down from the top. Service tree on the other hand allows to delete ensemble with all its services from the list. This feature is triggered by dragging the ensemble name to the left or swiping left the ensemble name on Android.
AbracaDABra supports multiple input devices, some of them are optional. Device specific settings are described in this section.
RTL-SDR is the default input device. It is highly recommended to use the RTL-SDR driver by old-dab when compiling the application from source code. Prebuilt binaries use this driver.
It is possible to select a particular device when more than one device is connected. You can choose the device to use in settings (see screenshot below). When the option "Use any available RTL-SDR device if selected one fails" is enabled, the application tries to connect to the first functional RTL-SDR device if the selected device is not available, does not work or is already in use. Please note that RTL-SDR devices typically have the serial number 00000001, but you can modify it using the rtl_eeprom tool to be able to distinguish your devices. Follow this video guide to do it.
RTL-SDR devices support 3 to 4 gain control modes, depending on the driver the application is compiled with:
Application stores frequency correction for each RTL-SDR device in settings but to make this functional correctly, device ID of the devices must be different. The best way to achieve this is to set different serial number for each device that is used in application.
Option 'RF level estimation' is available only for the RTL-SDR driver by old-dab. It disables estimation of RF level that causes problems on some cheap Android devices.
Note: The SW AGC level threshold value can be adjusted to control the maximum level threshold for automatic gain control. This control is more intended for debugging, the default value is well tuned so it does typically not need to be altered. Please do not report any issues if you have changed the value.
RTL-TCP is a simple server that provides an IQ signal stream. The application can connect to a server running on localhost (127.0.0.1) as well as on a remote server. The server implementation by old-dab also supports the so-called control port. Connection to this port is optional, but when it is connected, the application can estimate the RF level in dBm.
RTL-TCP devices support 3 gain control modes:
Note: The SW AGC level threshold value can be adjusted to control the maximum level threshold for automatic gain control. This control is more intended for debugging, the default value is well tuned so it does typically not need to be altered. Please do not report any issues if you have changed the value.
Airspy is an optional device when you build the application from the source code. It is available in prebuilt binaries. Only the Airspy Mini and R2 are supported, other devices do not have sufficient bandwidth for DAB reception. If you have problems with Airspy devices, please check the firmware version. A firmware update may be required for correct functionality.
It is possible to select a particular device when more than one device is connected. You can choose the device to use in settings (see screenshot below). When the option "Use any available Airspy device if selected one fails" is enabled, the application tries to connect to the first functional Airspy device if the selected device is not available, does not work or is already in use.
Airspy devices support 4 gain control modes:
Option 'Prefer 4096kHz' is to switch between input stream running on 4096kHz (on, default) or 3072kHz (off). While 4096kHz rate needs more USB bandwidth, 3072kHz rate on the other hand uses more CPU for processing. This option was introduced mostly for Android, try to change these settings if you face problems with signal drops using Airspy device. Option can be changed when Airspy device is not connected.
Note: RF level estimation is not available for Airspy devices.
SDRplay is an optional device. It is based on SoapySDR and requires the SoapySDR SDRplay3 plugin to be in located in SOAPY_SDR_PLUGIN_PATH. Prebuilt binaries are distributed with the necessary libraries and configured to find the required plugin in the installation location. Nevertheless, in order to make SDRplay devices functional you also need to install SDRplay API 3.15, with the background service that is required to access SDRplay devices.
It is possible to select a particular device when more than one device is connected. You can choose the device to use in settings (see screenshot below). When the option "Use any available SDRplay device if selected one fails" is enabled, the application tries to connect to the first functional SDRplay device if the selected device is not available, does not work or is already in use.
SDRplay devices have 2 independent gain controls, the application calls them RF and IF. RF gain controls LNA gain reduction and IF gain controls IF gain reduction. You can find more details about SDRplay devices in the documentation available online.
SDRplay devices support 2 gain modes:
SoapySDR is an open-source generalized API and runtime library for interfacing with SDR devices. It supports many SDR devices through runtime-loadable modules. In order to use your device using this API, you need to get a plugin library and set SOAPY_SDR_PLUGIN_PATH so that is is recognized by the application. Then you need to specify the device parameters, antenna and RX channel and then you can connect to the device. The screenshot below shows an RSP1A device connected as a SoapySDR device.
SoapySDR devices support 2 gain modes:
Note: RF level estimation is not available for SoapySDR devices.
Raw file is a virtual device that is used to play files with a raw IQ signal recording. You can create compatible recordings from the Ensemble information view. These files are particularly useful for debugging. The application supports files with 8 bit unsigned or 16 bit signed integer samples and a sampling rate of 2048kHz. It is possible to play the file in an endless loop and seek within the file using the controls in the settings.
AbracaDABra shows technical information about the ensemble in the Ensemble Information view.
The following information is available in the view:
The ensemble structure can also be exported in CSV format (see data storage) and uploaded to FMLIST from this page. NOTE: The upload to FMLIST button is only enabled when automatic uploading is disabled in settings.
The last feature accessible from Ensemble Information is raw data recording with an optional timeout. This is used to record the raw signal from tuner (IQ), which that can be used as a Raw file input later. Note: The raw file grows very fast, for example an RTL-SDR device stream with a sample rate of 2048kHz and 8 bit samples produces an approximately 250 MByte file in 1 minute.
An announcement is a period of elevated interest within an audio programme. It is typically a spoken audio message, often with a lead-in and lead-out audio pattern (for example, a musical jingle). It may refer to various types of information such as traffic, news, sports and others. [see TS 103 176]
All DAB(+) announcement types are supported by AbracaDABra, including the test alarm feature (ClusterID 0xFE according to TS 103 176). The application monitors announcement switching information and when an announcement is active, AbracaDABra switches audio output to the specified subchannel (service). This behavior can be disabled by unchecking a particular announcement type in the settings. If an announcement occurs on the currently tuned service, it is only indicated by an icon after the service name. This icon can be clicked on, which suspends/resumes the ongoing announcement coming from another service. OE Announcements are not supported.
The option "Bring window to foreground" tries to focus the application window when the alarm announcement starts. Alarm announcements carry emergency warning information that is of utmost importance to all radio listeners and they have the highest priority (according to TS 103 176) in the sense that alarm announcement cannot be disabled and it can interrupt any ongoing regular announcement.
Announcements from other services display a thematic placeholder. The artwork of placeholders are created by Smashicons - Flaticon
The Service and programme information (SPI) application is supported. When the SPI application is enabled in the settings and SPI is available for the selected service and/or in the ensemble, the application starts decoding it automatically. SPI from X-PAD, from a secondary service or from a dedicated data service is supported, it can be even decoded from multiple sources in parallel. In general, the SPI application is very slow and it takes several minutes to acquire all objects, decoding progress is indicated in the main application window by default. You can disable progress indication from Settings.
AbracaDABra can use an internet connection to download service logos and to retrieve service information using RadioDNS if it is supported by the broadcaster of the selected service. Both the internet connection and RadioDNS features are optional, but are enabled by default.
Service logos, XML files and the internet download cache are stored in a dedicated directory on disk. The location of the cache is OS dependent:
$HOME/Library/Caches/AbracaDABra/%USERPROFILE%\AppData\Local\AbracaDABra\cache\$HOME/.cache/AbracaDABra/AbracaDABra can visualize the Electronic Program Guide (EPG) if it is provided by the broadcaster in the SPI application and/or over RadioDNS. In such case the "EPG" menu item becomes active and the user can browse through the service's schedule in an interactive user interface.
The EPG view supports dragging or scrolling by mouse, and specific program details can be displayed by clicking on an item. An audio service can be selected by clicking on the service name on the left side.
AbracaDABra can be configured to store all incoming data from the slideshow (SLS) and/or the SPI application. Data storage folder is common for both applications, but subfolders can be configured by a template for each application individually. Storage of data can be enabled for each application individually.
The overwrite switch enables overwriting of the files with the same name. If it is not enabled (default), new files with existing name will be ignored and not stored.
The subfolder template for each application can be created individually. Following tokens are supported:
| SLS | SPI | Token | Description | Example |
|---|---|---|---|---|
| * | * | {serviceId} |
Current audio service ID (ECC+SID) as hexadecimal number | e01234 |
| * | * | {ensId} |
Current ensemble ID (ECC+UEID) as hexadecimal number | e0eeee |
| * | {scId} |
Data service component ID as 12bit decimal number | 47 |
|
| * | * | {transportId} |
MOT Object transport ID as 16bit decimal number, it shall uniquely identify a "file" within a single data MOT channel. [EN 301 234 7.2.7.4] | 123456 |
| * | {directoryId} |
Directory ID is transport ID of MOT directory. | 654321 |
|
| * | * | {contentName} |
MOT object content name parameter. It is used to uniquely identify an object. [EN 301 234 6.2.2.1.1] | stationLogo |
| * | {contentNameWithExt} |
MOT object content name parameter with extension that is added based on MIME type if content name is without an extension. | stationLogo.jpeg |
Important notes:
/ as directory separator, backslash \ is a forbidden character._. For example this is a perfectly valid content name: http://www.example.com:80/logo1.
The application transforms it to the following string when the subfolder path is created: http___www.example.com_80_logo1{directoryID} in the template.{scId} will be unique but the directory ID {directoryId} is generally not unique within the ensemble.The default template for SLS application is SLS/{serviceId}/{contentNameWithExt}. Using the examples from the table, it would store this file under macOS and Linux as: DATA_STORAGE_DIRECTORY/userApps/SLS/e01234/stationLogo.jpeg
The default template for SPI application is SPI/{ensId}/{scId}_{directoryId}/{contentName}.
AbracaDABra features audio recording. Two options are available:
Audio recording can be started and stopped from the application menu. It can be also stopped from the status bar. The recording files are stored automatically in a data storage folder. The application can optionally store a plain text file containing Dynamic label messages (DL) with timestamps.
Note: Audio recording stops when an ensemble reconfigures or when any tuning operation is performed.
Audio recording can be also scheduled in advance. Scheduled recordings are defined by:
A scheduled recording can be created from the audio recording schedule view (see screenshot below) accessible from the application menu or from the EPG (Schedule audio recording button).
Notes:
AudioRecordingSchedule.json file in the configuration INI file. More information here.AbracaDABra uploads information about the currently tuned ensemble automatically to FMLIST as a small CSV file with a list of services in the current ensemble. This file is anonymous and contains no personal data, this is an example of such a file:
Ensemble Name;Ensemble ID;Channel;Frequency;Service Name;Service ID;Service Language;Service Country;PTY;Short Label;ECC;Component Label;Component Language;Type;Sub channel ID;Codec;Bitrate;CU;Protection level;User application
COLOR DAB+ PHA;2117;6A;181936;Expres FM;203B;none;Czech Republic;none;ExpresFM;E22;Expres FM;none;Audio Stream DAB+;4;AAC+;96;72;EEP 3-A;SPI, MOT Slideshow
COLOR DAB+ PHA;2117;6A;181936;COLOR MusicRadio;2442;Czech;Czech Republic;none;COLOR;E22;COLOR MusicRadio;Czech;Audio Stream DAB+;1;AAC+;96;72;EEP 3-A;SPI, MOT Slideshow
COLOR DAB+ PHA;2117;6A;181936;Classic Praha;244A;none;Czech Republic;none;Classic;E22;Classic Praha;none;Audio Stream DAB+;10;AAC+;128;84;EEP 2-B;SPI, MOT Slideshow
COLOR DAB+ PHA;2117;6A;181936;HEY Radio;24F8;none;Czech Republic;none;HEYRadio;E22;HEY Radio;none;Audio Stream DAB+;2;AAC+;96;72;EEP 3-A;SPI, MOT Slideshow
COLOR DAB+ PHA;2117;6A;181936;DAB Test HQ;2F75;none;Czech Republic;none;TestHQ;E22;DAB Test HQ;none;Audio Stream DAB+;19;AAC+;128;96;EEP 3-A;SPI, MOT Slideshow
COLOR DAB+ PHA;2117;6A;181936;ZUN radio;2F76;none;Czech Republic;none;ZUN;E22;ZUN radio;none;Audio Stream DAB+;14;AAC+;72;72;EEP 2-A;SPI, MOT Slideshow
COLOR DAB+ PHA;2117;6A;181936;MUSICONLY;2F77;none;Czech Republic;none;MUSICONL;E22;MUSICONLY;none;Audio Stream DAB+;7;AAC+;72;54;EEP 3-A;SPI, MOT Slideshow
COLOR DAB+ PHA;2117;6A;181936;'Rádio SÁZAVA;2FBA;none;Czech Republic;none;SÁZAVA;E22;'Rádio SÁZAVA;none;Audio Stream DAB+;D;AAC+;72;54;EEP 3-A;SPI, MOT Slideshow
COLOR DAB+ PHA;2117;6A;181936;Americana Radio;2FBB;none;Czech Republic;none;American;E22;Americana Radio;none;Audio Stream DAB+;C;AAC+;64;42;EEP 2-B;SPI, MOT Slideshow
COLOR DAB+ PHA;2117;6A;181936;Black Hornet;2FD1;none;Czech Republic;none;BHornet;E22;Black Hornet;none;Audio Stream DAB+;11;AAC+;64;32;EEP 4-A;SPI, MOT Slideshow
This feature can be disabled in settings but please consider keeping this option enabled to help the community.
Before using TII decoding, the feature needs to be configured in the application settings:
First, update the DAB transmitter database kindly provided by FMLIST. Note: you might need to configure a network proxy in Others tab.
Then set your location, 3 options are available:
Note: The map is centered in Prague when the location provided is invalid.
Logs are stored under data storage folder. You can set timestamps to be in UTC instead of local time. These settings affect the TII CVS log and the Scanning tool log. Additionally, the GPS coordinates of the receiver (RX) and transmitters (TX) can be appended to the TII CSV log file. This option is particularly useful during mobile reception. Last option related to TII log is called "No TII". When this option is enabled, application writes the log even when not TII is decoded. This feature can be useful to monitor signal quality in the channel with DAB signal but without TII being decoded.
The TII detector can run in Sensitive or in Reliable mode. Sensitive mode is the default, as it gives good results but in some edge cases the detected weak codes might be invalid. Reliable option on the other hand uses more conservative criteria to evaluate the TII, thus it generally detects fewer codes but with a lower probability of incorrect detections.
The TII view user interface can be configured too. You can enable the Spectrum plot option. This option is mostly for debugging. If enabled it displays a spectrum-like plot in the TII Decoder view that shows the sum of carrier pairs calculated from the NULL symbol of the DAB signal.
Note: It is not a real spectrum of the NULL symbol but rather preprocessed TII information extracted from it.
Next option is to keep no longer detected transmitters on the map. When this option is enabled, all transmitters that were detected for the current ensemble since the view was opened are shown on the map. Transmitters that were detected in the last NULL symbol are shown with a marker whose color depends on relative signal level of that transmitter. Transmitters that could not be detected in the last NULL symbol have a gray marker. If the option is enabled you can also configure a timeout to remove undetectable transmitters from the map. For example, when the timeout is set to 1 minute, transmitters that were not detected in the NULL symbol during the last minute will be removed from the map. The minimum timeout is 1 minute, the maximum is 600 minutes, i.e. 10 hours.
There is also a possibility to configure TII table columns displayed on the map. Columns can be enabled or disabled and columns order is configurable too.
The plot can be zoomed in both axes by mouse wheel or in one axis by clicking on the axis and zooming with the mouse wheel.
The TII Decoder view shows an interactive map provided by OpenStreetMap, a table of detected transmitter codes and ensemble information. The blue dot shows the location configured in Settings or current receiver location when real-time GPS position is available.
By default, the table shows the TII code (Main-Sub), the relative transmitter level, and distance and azimuth if the position of the transmitter is known. The columns can be modified from settings. The table can be sorted by any column by clicking on its header, by default it is sorted by Level so that the strongest transmitter is on top.
To see details of a particular transmitter, you can either select it by clicking on the row in the table or you can click on the position bubble in the map. Transmitter details are shown above the map in bottom right corner like in the screenshot above.
It is also possible to record a CSV log with received codes using the "recording dot" button in the bottom left corner of the view. Logs are stored in tii directory under data storage folder.
There are some interesting projects to visualize CVS logs, check it here.
AbracaDABra offers the possibility to run an unattended DAB band scan and to store all received transmitters. This is an advanced DX feature. TII decoding configuration is required for the tool to function correctly.
The scanning tool can be configured to run in one of 3 different modes:
The number of scan cycles can be configured. One scan cycle means scanning all selected channels once. You can let the Scanning tool run "forever" by setting number of cycles to be infinite (value 0).
By default, all the channels in band III are scanned (5A-13F, 38 channels in total) but you can only scan some channels using the "Select channels" option.
The scanning results are displayed in the table and as red circles on the map. The blue circle is the location specified in the TII settings. You can select any row in the table by clicking on it and the corresponding transmitter is shown as a bubble on the map with detailed information shown in the bottom right corner (see screenshot above). It also works the other way around by clicking the red circle on the map. Selection of multiple rows is also supported. In this case the corresponding dots are shown on the map but no details about the transmitters are available. The table can be sorted by any column by clicking on its header. It is possible to display the ensemble structure by double clicking on the row or from the context menu shown with a right mouse click (Precise mode only).
Results of scanning can be stored to a CSV file using the "Save as CSV" menu item. The scanner tool does not store the results "on the fly" during scanning by default but it can be configured to do so by enabling AutoSave option in menu. Scanning log is stored as CVS file in scanner directory under data storage folder. Application stores GPS location of the receiver when it is enabled in TII settings. You can also load previously stored CSV files to display the results. Please note that this CSV file replaces the contents of the table. When GPS location of the receiver is found in the log, application shows the first valid location as blue dot on the map and calculated distances from this location, when GPS location is not the the log, application uses current location to calculate the distances.
There are some interesting projects to visualize CVS logs, check it here.
Individual transmitters in scanning results can be marked as local (known) transmitters using context menu (multiple transmitters can be selected and marked as local at once). These local (known) transmitters can be excluded from results view using "Hide local (known) transmitters" option in Scanner tool menu. Furthermore, when local transmitters are hidden, they are not exported to CSV.
Note: The application service list is preserved when the Scanning tool is running. Use the band scan functionality if you want to update the service list. Furthermore, some features in the application are limited when scanning tool performs scanning.
The DAB signal overview displays the spectrum of the input signal, a time plot of SNR and other signal parameters known by the application. The border between plots can be moved to the very top or very bottom to hide the spectrum or SNR plot respectively. It is possible to display also NULL symbol spectrum. The default refresh rate of the spectrum is 1 second, but it can be modified in the configuration menu.
The spectrum plot can be zoomed in both axes with the mouse wheel or in one axis by clicking on the axis and zooming.
Note: Spectrum calculation and visualization leads to higher CPU use by the application.
All files that AbracaDABra generates on user request are stored under data storage location. By default, application uses Documents/AbracaDABra directory. Documents location is operating system dependent. Data storage location can be changed from Settings - Others page. Following directories are created under data storage directory when user asks application to save data:
ensemble - ensemble information CSVscanner - scanning tool logstii - TII decoding logsslides - slides saved from slide context menuuserApps -user applications dataaudio - audio recording filesraw - raw IQ recordingsThe location of settings file is OS dependent:
$HOME/.config/AbracaDABra/AbracaDABra.ini%USERPROFILE%\AppData\Roaming\AbracaDABra\AbracaDABra.ini$HOME/.config/AbracaDABra/AbracaDABra.iniIt is generally not advised to modify INI file manually, but if you do so, the application should not be running while you are editing the INI file, otherwise the settings will be overwritten.
It is also possible to use a different INI file instead of the default one using the --ini or -i command line parameter.
The service list is stored in a dedicated ServiceList.json file since version 3.0.0. By default, the application looks for it in the same folder as the INI file but you can specify different file using the --service-list or -s command line parameter. If the file does not exist, the application creates one and uses it for storing the service list.
It is possible to backup application settings together with service list and audio recording schedule from Others settings page. Backup file can be loaded anytime later. Apllication creates backup in data storage folder.
Download the latest DMG file from the release page and install it like any other application.
There are two versions of the DMG, one for Intel Macs and the other for Apple Silicon Macs. Although the Intel Mac version can run on both platforms, it is highly recommended to install Apple Silicon version if you have an Apple Silicon Mac. Both the Apple Silicon and Intel builds require at least MacOS Big Sur (11).
Download the latest Windows zip file from the release page and unzip it to any folder on your drive.
RTL-SDR devices need the WinUSB driver to work correctly under Windows. To install it, use Zadig, which can be downloaded from zadig.akeo.ie. Please follow the installation steps here. When the driver is installed, start AbracaDABra.exe and the first band scan should start automatically when an RTL-SDR device is recognized.
Please note that other applications requiring a default Realtek driver will not work with a WinUSB driver from Zadig.
The simplest way to install is to download the latest AppImage file from the release page, make it executable and run it.
There are two versions of the AppImage - one for Intel/AMD 64 bit CPUs (x86_64) and the other is for ARM64 CPUs (aarch64), so make sure you download the one that matches your hardware.
The AppImage for x86_64 CPUs is compatible with Ubuntu 22.04 or newer. If you run it on other Linux distributions, GLIBC version 2.35 or higher is required. The AppImage for AARCH64 platform is built on Debian Bookworm for compatibility with Raspberry Pi 4/5s.
Arch Linux users can install AbracaDABra from the AUR.
AbracaDABra is available for Android since version 4.0.0. It is provided as APK for ARM64 platform and Android 11 or newer (API 30 or newer). Both mobile phone and tablet UI is supported. Applications was tested on Google Pixel 3a and Samsung Galaxy Tab A11 devices and due to Android fragmentation, these are the only devices where the functionality is guaranteed.
Android version of the application has the same features as desktop versions with following limitations:
OTG support on the Android device and OTG cable is required for live DAB reception via USB on Android device. OTG cable shall be as short as possible to avoid power supply and transfer speed issues. Application does not require any external driver, everything is included in APK.
To install the application, download latest build from the release page into your device. Application is not available on Play Store.
Note: When application is uninstalled, system deletes all application files. This includes settings, service list but also all files in default data storage folder. It is higly recommended to set different data storage folder and create settings backup before application reinstallation or update.
The following libraries are required:
On a fresh Ubuntu 22.04 installation you can use the following commands to install all the required packages:
sudo apt-get install git cmake build-essential mesa-common-dev
sudo apt-get install libcups2-dev libxkbcommon-x11-dev libxcb-cursor0 libxcb-cursor-dev
sudo apt-get install libusb-dev librtlsdr-dev libfaad2 mpg123 libmpg123-dev libfaad-dev
sudo apt-get install portaudio19-dev rtl-sdr
Ubuntu 24.10 or lower does not support the version of Qt (at least 6.7.0) that is required to build the application. If you want to compile the application you should install Qt using the online installer. The following modules are sufficient to compile AbracaDABra:
For optional Airspy support:
sudo apt-get install libairspy-dev
For optional SoapySDR support:
sudo apt-get install libsoapysdr-dev
Then clone the project:
git clone https://github.com/KejPi/AbracaDABra/
cd AbracaDABra
Create the build directory inside the working copy and enter it
mkdir build
cd build
Export the QT path
export QT_PATH=$HOME/Qt/6.7.3/gcc_64
Run cmake
cmake .. -DCMAKE_PREFIX_PATH=$QT_PATH/lib/cmake
With optional Airspy support:
cmake .. -DCMAKE_PREFIX_PATH=$QT_PATH/lib/cmake -DAIRSPY=ON
With optional SoapySDR support:
cmake .. -DCMAKE_PREFIX_PATH=$QT_PATH/lib/cmake -DSOAPYSDR=ON
Optionally disabling FMLIST support:
cmake .. -DFMLIST=OFF -DCMAKE_PREFIX_PATH=$QT_PATH/lib/cmake
Run make
make
Install application for all users (optional)
sudo make install
sudo ldconfig
Note: CMAKE_INSTALL_PREFIX is /usr/local by default. It means that application installs to /usr/local/bin and libraries are installed in /usr/local/lib. Make sure that /usr/local/lib is in your ldconfig path, if it is not then use the LD_LIBRARY_PATH environment variable when running AbracaDABra:
LD_LIBRARY_PATH=/usr/local/lib:$QT_PATH/lib:$LD_LIBRARY_PATH /usr/local/bin/AbracaDABra &
Optional SDRplay support:
SoapySDR is required, additionally SDRplay API 3.15 must be installed and the SoapySDR SDRplay3 plugin needs to be built from source. Then specify SOAPY_SDR_PLUGIN_PATH when you run the application.
The USBFS buffer size limitation is a typical problem under Linux. A common symptom is that the RTL-SDR disconnects just after tuning. You may also see a message like this in the terminal:
Failed to submit transfer 10
Please increase your allowed usbfs buffer size with the following command:
echo 0 > /sys/module/usbcore/parameters/usbfs_memory_mb
You can set the buffer size to be unlimited using this command:
sudo bash -c 'echo 0 > /sys/module/usbcore/parameters/usbfs_memory_mb'
There are instructions on the internet that explain how to make this setting persistent, for example here
AbracaDABra-TII-Logs-Analyzer is a tool by @LucasGallone to create beautiful DAB scan summary from CSV logs.
abracadabra-tii-heatmapper is a Python script created by @itewreed to visualize TII log as a heatmap.
more like this
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
Free open-source Cloudflare R2 desktop client and S3 GUI for macOS, Windows, and Linux. Manage Cloudflare R2, AWS S3, M…
search projects, people, and tags