Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sequal32 authored May 17, 2021
1 parent 4bb495e commit b978830
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,19 @@ Boston Center
## Notes
* Flightplans from FlightAware are disabled by default to avoid users from getting IP banned. Please use a range of no more than 100nm if you plan on turning this feature on. See [Configuration](#configuration) for how to enable it.
* Flightplans from FlightAware will only be pulled for airline flights with a callsign starting with three letters followed by numbers in order to limit requests.
* Sometimes ADSBExchange data will go beyond the range you defined in the config file. In this case, departure/arrival data from FlightRadar24 will not be reflected in those aircraft.
## Configuration
`config.json` is read by the program and can be configured as follows:
```
{
"airport": "KBOS", - The airport to view aircraft at
"delay": 0, - How much time to buffer before displaying aircraft, useful for syncing with LiveATC
"range": 30, - How far away from the airport (in miles) aircraft should be shown
"floor": 0, - Aircraft below this altitude (in feet) will not be processed
"ceiling": 99999, - Aircraft above this altitude will not be processed
"use_flightaware": true - Whether to pull flight plans from flightaware. You can disable this if you experience IP limits.
"airport": "KBOS", - The airport to view aircraft at
"delay": 0, - How much time to buffer before displaying aircraft, useful for syncing with LiveATC
"range": 30, - How far away from the airport (in miles) aircraft should be shown
"floor": 0, - Aircraft below this altitude (in feet) will not be processed
"ceiling": 99999, - Aircraft above this altitude will not be processed
"use_flightaware": false - Whether to pull flight plans from flightaware. You can disable this if you experience IP limits.
}
```
```

0 comments on commit b978830

Please sign in to comment.