Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/fccPublic

Parse the FCC license database dump

License

NotificationsYou must be signed in to change notification settings

alrs/fcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The rootfcc package provides the data structures necessary for parsing theamateur-relevant portion of the FCC license database that is provided as a1GB+ csv file.

cmd/fcc2bolt is a console application that reads the zipfile of the FCC dump,parses it, and inserts active amateur licenses into a boltDB store.

cmd/fccdb is a console application for doing name and address lookups ofFCC-issued amateur callsigns.

Installation

Thefcc package can be used as-is. To download and ingest the FCC database,this software requirescurl,make, and thego toolchain.

make help provides all options in the Makefile.

make will build thecmd binaries, download the FCC dataset, and performthe boltdb ingestion.

sudo make install will copyfccdb andfccd to/usr/local/bin/ and thefcc.dbdatabase to/usr/share/fccdb.

fccd

fccd listens on port 8080, and picks up a non-default DB location from the FCCDBenvironment variable.

Lookups against thefccd API can be made in the format:/license/<FCC CALLSIGN>

From the console:curl http://localhost:8080/license/kj6cbe

The expected result:

{ "Name": "Lehtonen, Lars A", "Address": "1727 Glendale Blvd", "City": "Los Angeles", "State": "CA", "ZIP": "90026" }

About

Parse the FCC license database dump

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp