ADSBUpdate - diggybell/piaware-tools GitHub Wiki
This utility is responsible for processing the aircraft history file generated by adsb-import.php and storing aircraft and position data in the database.
This utility can be run manually using the following commands
cd <path to piaware-tools>/utility
php adsb-update.php
None
The script should be integrated with CRON to provide continuous updates to the data set. The following entry will run the script at 15 and 45 minutes after the hour.
15,45 * * * * cd <path to piaware-tools>/utility; php adsb-update.php
Notes:
- Replace <path to piaware-tools> with the base path where you installed PiAware Tools.