Packages and Binaries:
chirp
CHIRP is a free, open-source tool for programming your amateur radio. It supports a large number of manufacturers and models, as well as provides a way to interface with multiple data sources and formats.
CHIRP can handle data in the following formats:
- Comma Separated Values (.csv)
- Comma Separated Values generated by RT Systems (.csv)
- EVE for Yaesu VX-5 (.eve)
- Kenwood HMK format (.hmk)
- Kenwood commercial ITM format (.itm)
- Icom Data Files (.icf)
- ARRL TravelPlus (.tpe)
- VX5 Commander Files (.vx5)
- VX7 Commander Files (.vx7)
Most popular modern amateur radios are supported by CHIRP via their interface cables.
Installed size: 5.13 MB
How to install: sudo apt install chirp
Dependencies:
- python3
- python3-future
- python3-requests
- python3-serial
- python3-six
- python3-wxgtk4.0
chirpw
A tool for programming two-way radio equipment
[email protected]:~# chirpw -h
usage: chirpw [-h] [--module module] [--version] [--profile]
[--onlydriver ONLYDRIVER [ONLYDRIVER ...]] [--inspect]
[--no-linux-gdk-backend] [-q] [-v] [--log LOG_FILE]
[--log-level LOG_LEVEL]
[file ...]
positional arguments:
file File to open
options:
-h, --help show this help message and exit
--module module Load module on startup
--version Print version and exit
--profile Enable profiling
--onlydriver ONLYDRIVER [ONLYDRIVER ...]
Include this driver while loading
--inspect Show wxPython inspector
--no-linux-gdk-backend
Do not force GDK_BACKEND=x11
-q, --quiet Decrease verbosity
-v, --verbose Increase verbosity
--log LOG_FILE Log messages to a file
--log-level LOG_LEVEL
Log file verbosity (critical, error, warn, info,
debug). Defaults to 'debug'.
Updated on: 2022-Nov-16