FOSSPicks
FOSSPicks
Like tardy London buses, Graham has waited months for a decent open source instant messenger client to arrive, and then in this month's FOSSPicks, he found two. Perfect for staying in touch with friends and family from the comfort of your own sofa.
Radio scanning
SDRangel
Software-defined radio (SDR) is a subject that may sound too nerdy even for the average Linux user, perhaps the equivalent of Citizens Band (CB) radio in the 1970s and 1980s. But like CB radio, the useful and technically geeky aspects of this technology can also make it very appealing. For one thing, SDR needs very little hardware to get started. A simple, low-cost, DVB USB receiver is all you need initially, and many of us have spare devices simply because digital radio and television has moved from broadcast to streaming. SDR replaces the plethora of hardware needed to investigate the radio signals in the ether with clever algorithms and processing, allowing you to decode everything from a remote thermometer to airline communication using software alone.
On Linux, there are a huge number of tools and utilities dedicated to working with SDR. GNU Radio, for example, is technically complex, but Gqrx SDR is easier to use and understand. SDRangel sits somewhere between GNU Radio and Gqrx in complexity. It is still capable of advanced analysis, but thanks to the UI, everything is also easily discoverable without having to read reams of documentation. Like Gqrx, its primary function is to let you scan and probe specific frequency ranges for signals that can potentially be decoded/demodulated into either a digital or an analog signal. A digital signal could be to a remote device with a proprietary controller you want to decode and control from your Raspberry Pi, whereas an analog signal would be something you could listen to, such as the chatter from a pilot to an airport control tower.
There are many steps between selecting your sampling device, finding the right frequency, and decoding a signal, but the heart of SDRangel is common to many SDR applications: the spectrogram waterfall. This is a scrolling chart where each horizontal line is a slice of a frequency range, with pixels colored according to the amplitude or intensity of a signal at that point. It's a waterfall, because, as each slice is measured, the previous slice moves down, creating a scrolling waterfall of color. This kind of chart makes it easy to spot signals, either as a continuous line for audio, or as intermittent blobs for bursts of digital data. Scanning the deregulated frequencies between 433.050 MHz to 434.790 MHz, for instance, can reveal all types of signals from your environment, including automatic garage doors, weather monitors, and even remote car key fobs. Some of these will be momentary, such as when you unlock your car, whereas others will be periodical, perhaps repeating every 30 seconds or every hour. To capture all of these, you need to play around with both the frequency ranges you're scanning, and the scanning period or speed of the waterfall. This is because you'll miss a signal with an hourly period if the previous transmission has scrolled off the screen, for instance. While this overview may make the process sound arduous, the reality is quite the opposite. Discovering signals, zooming in to them, working out their repeating periods, and finally trying to decode the pulses in a repeating signal is fascinating and can provide a great deal of insight into how the technology around you works and how it communicates.
Project Website
https://github.com/f4exb/sdrangel
Instant messenger
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.