Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 790 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 790 Bytes

Wildcat

Graphical Uniden BC125AT programmer for Linux

Features

  • 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

Documentation

For more information on now to install Wildcat see the documentation located here

Notice!

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!