Skip to content

A node library to collect radioreference info for a zipcode

Notifications You must be signed in to change notification settings

konsumer/radioreference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radioreference

This will allow you to collect info about radio frequencies in a specfic zipcode from radioreference.

You can use it on the web, here

These are also available as standalone programs, in releases, so you don't need to install anything (not even node).

TODO

  • handle trunked systemns (eg this)
  • output hackrf presets (portapack)

Install

npm i radioreference

Usage

const { radioreference } = require('radioreference')

async function mine(){
  const portlandRadio = await radioreference(97239)
  console.log(portlandRadio)
}

There are also gqrx and sdrtouch fucntions exported from radioreference, that both take the data-object as input and output the format of bookmarks for each program.

These are also available as CLI programs:

git clone git@github.com:konsumer/radioreference.git
cd radioreference
npm i

# create bookmark file for Gqrx
./bin/gqrx 97239 > ~/.config/gqrx/bookmarks.csv

# create presets for sdrtouch
./bin/sdrtouch 97239 > SDRTouchPresets.xml

About

A node library to collect radioreference info for a zipcode

Resources

Stars

Watchers

Forks

Packages

No packages published