-
Notifications
You must be signed in to change notification settings - Fork 137
Logging activity of scanned frequencies
Tomasz Lemiech edited this page Oct 18, 2021
·
4 revisions
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