Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!
```