-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
54 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
ADSBXCOT's configuration parameters can be set two ways: | ||
|
||
1. In an INI-style configuration file. ``adsbxcot -c config.ini`` | ||
2. As environment variables. ``export DEBUG=1;adsbcot`` | ||
|
||
ADSBXCOT has the following built-in configuration parameters: | ||
|
||
|
||
* **`FEED_URL`** | ||
* Default: TK | ||
|
||
ADS-B Aggregator API URL. | ||
|
||
* **`POLL_INTERVAL`** | ||
* Default: ``30`` | ||
|
||
Period, in seconds, to poll API URL. | ||
|
||
* **`KNOWN_CRAFT`**: | ||
* Default: unset | ||
|
||
CSV-style aircraft hints file for overriding callsign, icon, COT Type, etc. | ||
|
||
* **`INCLUDE_TISB`**: | ||
* Default: ``False`` | ||
|
||
If ``True``, includes TIS-B tracks. | ||
|
||
* **`INCLUDE_ALL_CRAFT`**: | ||
* Default: ``False`` | ||
|
||
If ``True`` and ``KNOWN_CRAFT`` is set, will forward all aircraft, including those transformed by the ``KNOWN_CRAFT`` database. | ||
|
||
* **`TISB_ONLY`**: | ||
* Default: ``False`` | ||
|
||
If ``True``, only passes TIS-B tracks. | ||
|
||
Additional configuration parameters, including TAK Server configuration, are included in the [PyTAK Configuration](https://pytak.readthedocs.io/en/latest/configuration/) documentation. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters