All Projects → chuot → rc-scanner

chuot / rc-scanner

Licence: GPL-3.0 license
Remote control your police scanner

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
shell
77523 projects

Projects that are alternatives of or similar to rc-scanner

rdio-scanner-pi-setup
A fully working police radio scanner on a Raspberry Pi with Trunk Recorder and Rdio Scanner
Stars: ✭ 24 (+9.09%)
Mutual labels:  radio, scanner, police
Idisagree
Control remote computers using discord bot and python 3.
Stars: ✭ 116 (+427.27%)
Mutual labels:  control, remote
Dingding
免root远程钉钉打卡,支持wifi和gps定位,仅支持android系统。本项目出于学习目的,仅用于学习玩耍,请于24小时后自行删除。xposed, crack,package,dingtalk,remote control
Stars: ✭ 116 (+427.27%)
Mutual labels:  control, remote
RFMap
RFMap - Radio Frequency Mapper
Stars: ✭ 23 (+4.55%)
Mutual labels:  radio, scanner
Ddnsto
DDNSTO 文档以及问题反馈。
Stars: ✭ 255 (+1059.09%)
Mutual labels:  control, remote
Rat Hodin V2.9
Remote Administration Tool for Linux
Stars: ✭ 97 (+340.91%)
Mutual labels:  control, remote
Ws Scrcpy
Web client prototype for scrcpy.
Stars: ✭ 164 (+645.45%)
Mutual labels:  control, remote
Irext
Universal IR Remote Control Solution
Stars: ✭ 1,240 (+5536.36%)
Mutual labels:  control, remote
Localradio
📻 LocalRadio is "Radio for Cord-Cutters" – a Software-Defined Radio (SDR) app for your Mac and mobile devices. With an inexpensive RTL-SDR USB device, LocalRadio provides a casual, home-based radio listening experience for your favorite local frequencies - FM broadcasts/free music/news/sports/weather/public safety & aviation scanner/etc.
Stars: ✭ 269 (+1122.73%)
Mutual labels:  radio, scanner
Rdio Scanner
Rdio Scanner is an interface similar to a police radio scanner for software defined radio recorders
Stars: ✭ 122 (+454.55%)
Mutual labels:  radio, scanner
PuTTY-ng
An improved multi-tabbed PuTTY with better user experience. This project is based on noddle1983's putty-nd.
Stars: ✭ 37 (+68.18%)
Mutual labels:  control, remote
Barcode To Pc App
Barcode to PC app
Stars: ✭ 121 (+450%)
Mutual labels:  scanner, remote
Spotcommander
The most intuitive and feature-rich remote control for Spotify for Linux
Stars: ✭ 152 (+590.91%)
Mutual labels:  control, remote
FT857d
CAT support for Arduino, simulating a Yaesu FT-857D
Stars: ✭ 31 (+40.91%)
Mutual labels:  radio, control
DcRat
A simple remote tool in C#.
Stars: ✭ 709 (+3122.73%)
Mutual labels:  control, remote
Chimera
System Remote Control Discord Bot written in Python discord.py
Stars: ✭ 77 (+250%)
Mutual labels:  control, remote
sslscanner
SSL Scanner written in Crystal
Stars: ✭ 18 (-18.18%)
Mutual labels:  scanner
yellowShoes
nrsc5 (HD FM) radio player
Stars: ✭ 16 (-27.27%)
Mutual labels:  radio
guardian
Guardian is a tool for extensible and universal data access with automated access workflows and security controls across data stores, analytical systems, and cloud products.
Stars: ✭ 127 (+477.27%)
Mutual labels:  control
arcsi
Software to automate the production of optical analysis ready data (ARD) from Landsat, Sentinel-2 and others.
Stars: ✭ 22 (+0%)
Mutual labels:  remote

RC Scanner (BETA)

RC Scanner, or Remote Controlled Scanner, is a progressive web interface which allows you to remotely control your scanner and receive audio from anywhere in the world. RC Scanner is degined to works well on desktop and mobile devices.

Need help?

Chat

Supported models

At the moment, RC Scanner only works with a limited number of radio scanners.

Supported models:

  • Uniden BCD436HP (stable)
  • Uniden BCD396T (stable)

Other scanner models can be added on request as long as I can get one. Any lease or donation of such a scanner model is welcome.

Supported platforms

Since RC Scanner uses libraries Node SerialPort and Naudiodon, which are both multiplatform, there should'nt be to much trouble running it on other platforms. If you do try RC Scanner, please share you experience on Gitter

Features

  • Remote control your radio scanner with very low latency (you can even get audio feedback)

  • Care has been taken to minimize data transfer to the client application

    • Screen updates suspended while application isn't focused
    • Audio stream suspended if no audio output on the scanner (squelch adjustable)

Screenshot (BCD436HP)

BCD436HP

Quick start

It is fairly easy to have RC Scanner up and running.

Ensure that your operating system is fully updated and that the prerequisites are installed:

Then clone the RC Scanner code and run it:

$ git clone https://github.com/chuot/rc-scanner.git
Cloning into 'rc-scanner'...
remote: Enumerating objects: 3821, done.
remote: Counting objects: 100% (3821/3821), done.
remote: Compressing objects: 100% (2975/2975), done.
Receiving objects: 100% (3821/3821), 6.87 MiB | 10.65 MiB/s, done.
remote: Total 3821 (delta 1693), reused 2156 (delta 662)
Resolving deltas: 100% (1693/1693), done.

$ cd rc-scanner

$ Installing node modules... done
Building client app... done
Server is running at http://0.0.0.0:3000
Connected to /dev/ttyUSB0

Note that the first time you start RC Scanner, it will be longer to do so as it has to install required node modules and build the progressive web app.

A default configuration file rc-scanner/server/.env will be created.

At this point, you should review the configuration file to ensure that it is conform to your setup.

When done, re-run again node run.js to launch the application.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].