https://github.com/interfiber/wildcat
Open source Uniden BC125AT programmer for Linux
https://github.com/interfiber/wildcat
linux radio-scanner uniden
Last synced: about 1 month ago
JSON representation
Open source Uniden BC125AT programmer for Linux
- Host: GitHub
- URL: https://github.com/interfiber/wildcat
- Owner: Interfiber
- License: mit
- Created: 2024-07-03T21:46:36.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-02-20T13:59:12.000Z (3 months ago)
- Last Synced: 2025-04-06T06:13:34.946Z (about 2 months ago)
- Topics: linux, radio-scanner, uniden
- Language: C++
- Homepage: http://www.interfiber.dev/Wildcat/
- Size: 5.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.interfiber.dev/Wildcat)## 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:
```bash
sudo usermod -a -G dialout $(whoami)
# Make sure to logout!
```