Skip to content

georgeglessner/FlightLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

FlightLogger

A Python 3 script used to store unique flights per day from dump1090 as a CSV file.

Usage

Before you can successfully run FlightLogger.py you will need to create a file called config.py. The file should be formatted as such:

IP_ADDR = 'Host IP Address'

Once you have created the config file, you can run python3 FlightLogger.py. You should see the output in the flights/ folder in the corresponding month.

The best use of this script would be to run it as a cron job or something similar.

Have a suggestion? Please submit an issue!

About

Log Unique Flights Per Day to CSV From dump1090

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages