Skip to content

A simple bash script that can be used to deliver email updates every time an aircraft is detected via dump1090

License

Notifications You must be signed in to change notification settings

peterrother/dump1090email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Dump1090Email README

Dump1090 Email is a simple bash script that can be used to deliver email updates every time an aircraft is detected via dump1090. Note: I use this for my fr24 rig. You may need to adjust the log path if you are not using fr24feed.

This script will process the dump1090 log files and notify via email whenever an aircraft was detected. This will reduce duplicates as much as possible to avoid getting spammed. If the data is all the same, it will ignore multiple hits based on track.

Package requirements

Installation

Set the required configuration variables and run the file. Cron can be used for automated tracking around the clock. Here is an example Crontab entry that runs the script every 3 minutes:

*/3 * * * * /home/user/dump1090email/dump1090email.sh >> /home/user/dump1090email/dump1090email.log 2>&1

Happy flight tracking!

About

A simple bash script that can be used to deliver email updates every time an aircraft is detected via dump1090

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages