ADSBUpdate - diggybell/piaware-tools GitHub Wiki

Table of Contents

PiAware ADSB Data Management

Description

This utility is responsible for processing the aircraft history file generated by adsb-import.php and storing aircraft and position data in the database.

Usage

This utility can be run manually using the following commands

cd <path to piaware-tools>/utility
php adsb-update.php

Options

None

CRON Automation

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:

  1. Replace <path to piaware-tools> with the base path where you installed PiAware Tools.
⚠️ **GitHub.com Fallback** ⚠️