Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abrander/scannerjack
GTK+ interface for classic Uniden scanners
https://github.com/abrander/scannerjack
police-scanner radio-control uniden
Last synced: about 1 month ago
JSON representation
GTK+ interface for classic Uniden scanners
- Host: GitHub
- URL: https://github.com/abrander/scannerjack
- Owner: abrander
- Created: 2017-08-13T08:42:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T11:46:46.000Z (over 3 years ago)
- Last Synced: 2024-10-30T01:59:06.692Z (2 months ago)
- Topics: police-scanner, radio-control, uniden
- Language: C
- Homepage:
- Size: 154 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Scannerjack
===========Scannerjack is a simple GTK+ application to edit channel settings on classic
Uniden scanners.![screenshot-2](https://user-images.githubusercontent.com/3726205/29249365-26f3b44e-802e-11e7-9580-4add4ab7926c.png)
Compatibility
=============Scannerjack is tested with an Uniden UBC 780 XLT, but it should work
with at least the following scanners:- BC245XLT / UBC245XLT
- BC250D / UBC250D
- BC780XLT / UBC780XLT
- BC785XLT / UBC785XLT
- BC895XLT / UBC895XLTScannerjack is *not* compatible with modern (GPS-enabled) Uniden scanners.
Compiling and developing
========================For compiling Scannerjack GTK+ v3, gcc and make is required. On Ubuntu Linux
this can be installed from the Ubuntu repositories with
`sudo apt-get install libgtk-3-dev gcc make`.Compiling the application should be as simple as typing `make`.
When developing it can be useful to open the GTK+ inspector like this:
make && GTK_DEBUG=interactive ./scannerjack
Running
=======Scannerjack is hardcoded to use `/dev/ttyUSB0` at 19.200 baud. If this doesn't
match your setup, you will need to modify the source code before Scannerjack
will be usable.Please note that your user will need access to the serial device. Usually this
can be accomplished by adding your user to the `dialout` group or using `sudo`
to start the binary. You can verify acess rights in the shell by piping nothing
to the device `>/dev/ttyUSB0`. If you miss the needed rights, your shell will
output an error like "bash: /dev/ttyUSB0: Permission denied".License
=======The user is allowed to do anything with the Scannerjack. Should the user
of the product meet the author and consider the software useful, he is
encouraged to buy the author a beer.