mirror of
https://github.com/charlie-foxtrot/RTLSDR-Airband.git
synced 2026-03-01 20:51:15 +01:00
Page:
Logging activity of scanned frequencies
Pages
Audio filters in MP3 outputs
CTCSS
Changing PID file location
Channel usage statistics
Configuration essentials
Configuring Icecast outputs
Configuring MiriSDR devices
Configuring PulseAudio outputs
Configuring PulseAudio server
Configuring RTLSDR devices
Configuring SoapySDR devices
Configuring UDP outputs
Configuring channels for multichannel mode
Configuring channels for scan mode
Configuring file outputs
Configuring mixers
Configuring optional features
Configuring rawfile outputs
Disabling configuration sections
General configuration file structure
Grammar basics
Home
Icecast metadata updates in scan mode
Installation
Limiting channel bandwidth
Logging activity of scanned frequencies
Manual squelch setting
Multithreaded operation
NFM deemphasis
Notch filter
Running
Setting up your own Icecast server
Troubleshooting
Tweaking sampling rate and FFT size
4
Logging activity of scanned frequencies
Tomasz Lemiech edited this page 2021-10-18 23:41:17 +02:00
When scan mode is in use, RTLSDR-Airband can optionally write a log message whenever there is an activity on any of the scanned frequencies:
Jan 17 11:25:32 pi rtl_airband[409]: Activity on 123.400 MHz
This feature is disabled by default. It can be enabled globally by setting
log_scan_activity configuration parameter to true:
# global parameters go here
log_scan_activity = true;
# here goes devices configuration
devices: ({
( ... )
});
- Overview
- Installation
- Configuration essentials
- Grammar basics
- General configuration file structure
- Configuring devices
- Configuring channels
- Configuring outputs
- Configuring optional features
- Disabling configuration sections
- Changing PID file location
- Manual squelch setting
- CTCSS
- NFM deemphasis
- Audio filters in MP3 outputs
- Notch filter
- Limiting channel bandwidth
- Icecast metadata updates in scan mode
- Logging activity of scanned frequencies
- Channel usage statistics
- Tweaking sampling rate and FFT size
- Mixers
- Multithreaded operation
- Running
- Troubleshooting
- Configuring auxiliary software to work with RTLSDR-Airband