Skip to content

gitmacbart/adsb_feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adsb

Read dump1090 data from a stream and insert it into MongoDB.

Read from dump1090's port 30003

First, start dump1090 with --net

$ dump1090 --interactive --net --fix

Then ingest from a network stream:

$ nc somehost 30003 | ./ingest.py

You could also save the stream to a file along the way if you wanted:

$ nc somehost 30003 | tee somefile.csv | ./ingest.py

Read from a CSV file

$ ./ingest.py somefile.csv

Read an uncompressed file stream with '-' argument

$ 7za e -so somefile.csv.7z  | ./ingest.py -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published