Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/interfiber/wildcat
Open source Uniden BC125AT programmer for Linux
https://github.com/interfiber/wildcat
linux radio-scanner uniden
Last synced: 21 days 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 (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-04T18:11:19.000Z (5 months ago)
- Last Synced: 2024-12-15T07:52:28.178Z (27 days ago)
- Topics: linux, radio-scanner, uniden
- Language: C++
- Homepage: http://www.interfiber.dev/Wildcat/
- Size: 4.74 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!
```