Graphical Uniden BC125AT programmer for Linux
- Load channels from the scanner
- Write channels to the scanner
- Easy to use UI
- Save/load channels from disk
- Ability to erase the scanners memory
For more information on now to install Wildcat see the documentation located here
Wildcat will use root privileges once to create the scanners device files, in order for an ordinary user to write to them you must be in the dialout
group.
You can add yourself to this group using:
sudo usermod -a -G dialout $(whoami)
# Make sure to logout!