MCPcopy Index your code
hub / github.com/chuot/rdio-scanner

github.com/chuot/rdio-scanner @v6.6.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v6.6.3 ↗ · + Follow
683 symbols 1,402 edges 90 files 0 documented · 0% updated 52d agov6.6.3 · 2022-11-25★ 61995 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Rdio Scanner

What is it ?

Rdio Scanner is an open source software that ingest and distribute audio files generated by various software-defined radio recorders. Its interface tries to reproduce the user experience of a real police scanner, while adding its own touch.

You can listen to Rdio Scanner on any modern browsers using the integrated web app.

Recorders compatibility

Rdio Scanner works with any radio recorder, as long as they can create audio files separated by conversations or transmissions.

Here is a list of recorders known to work with Rdio Scanner:

Recorder API Dirwatch
Trunk Recorder X X
RTLSDR-Airband X
SDRTrunk X
voxcall X
ProScan X
DSDPlus Fast Lane X

Quick start

ALWAYS DOWNLOAD THE LATEST VERSION OF RDIO SCANNER FROM ITS OFFICIAL REPOSITORY AT HTTPS://GITHUB.COM/CHUOT/RDIO-SCANNER.

  1. Download the latest precompiled version of Rdio Scanner from the releases tab.
Operating system Architecture Use package
FreeBSD amd64 rdio-scanner-freebsd-amd64-v6.6.3.zip
Linux 386 rdio-scanner-linux-386-v6.6.3.zip
Linux amd64 rdio-scanner-linux-amd64-v6.6.3.zip
Linux arm rdio-scanner-linux-arm-v6.6.3.zip
Linux arm64 rdio-scanner-linux-arm64-v6.6.3.zip
macOS amd64 rdio-scanner-macos-amd64-v6.6.3.zip
macOS arm64 rdio-scanner-macos-arm64-v6.6.3.zip
Windows amd64 rdio-scanner-macos-amd64-v6.6.3.zip
  1. Extract the contents of the archive somewhere on your computer.
  2. Run the Rdio Scanner executable.
  3. Access the administrative dashboard to finalize the configuration.

More detailed instructions are available in the rdio-scanner.pdf file provided in the precompiled archives.

Docker

As a courtesy to Docker users, Rdio Scanner is also distributed as a Docker image where a new version is generated with each new release. More information available at https://hub.docker.com/repository/docker/chuot/rdio-scanner.

Need help ?

You can ask your questions or post your comments on the Rdio Scanner Discussions at https://github.com/chuot/rdio-scanner/discussions.

Show your appreciation, support the author

If you like Rdio Scanner, consider starring the GitHub repository to show you appreciation to the author for his hard work. It cost nothing but is really appreciated.

If you use Rdio Scanner for commercial purposes or derive income from it, sponsor the project to help support continued development.

Follow us on Twitter

Improve your experience on the go

You can enjoy your Rdio Scanner on the go on your mobile device with the native app.

Available on the App Store Get it on Google Play

Commercial support

Commercial support is available at https://saubeo.solutions/.

Happy Rdio scanning !

Extension points exported contracts — how you extend this code

RdioScannerAvoidOptions (Interface)
(no doc)
client/src/app/components/rdio-scanner/rdio-scanner.ts
RdioScannerBeep (Interface)
(no doc)
client/src/app/components/rdio-scanner/rdio-scanner.ts
RdioScannerCall (Interface)
(no doc)
client/src/app/components/rdio-scanner/rdio-scanner.ts
RdioScannerCallFrequency (Interface)
(no doc)
client/src/app/components/rdio-scanner/rdio-scanner.ts
RdioScannerCallSource (Interface)
(no doc)
client/src/app/components/rdio-scanner/rdio-scanner.ts

Core symbols most depended-on inside this repo

exitWithError
called by 37
server/command.go
LogEvent
called by 34
server/log.go
Write
called by 27
server/tag.go
Add
called by 22
server/unit.go
Read
called by 22
server/tag.go
beep
called by 21
client/src/app/components/rdio-scanner/rdio-scanner.service.ts
String
called by 20
server/blacklists.go
Write
called by 17
server/downstream.go

Shape

Method 452
Class 94
Struct 51
Interface 36
Function 35
TypeAlias 8
Enum 7

Languages

TypeScript60%
Go40%

Modules by API surface

client/src/app/components/rdio-scanner/admin/admin.service.ts62 symbols
client/src/app/components/rdio-scanner/rdio-scanner.service.ts56 symbols
client/src/app/components/rdio-scanner/main/main.component.ts26 symbols
server/dirwatch.go20 symbols
client/src/app/components/rdio-scanner/rdio-scanner.ts20 symbols
server/database.go19 symbols
server/admin.go18 symbols
client/src/app/components/rdio-scanner/search/search.component.ts17 symbols
server/call.go16 symbols
client/src/app/components/rdio-scanner/admin/config/config.component.ts16 symbols
server/command.go15 symbols
server/controller.go14 symbols

For agents

$ claude mcp add rdio-scanner \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page