
The ADS-B to TAK Gateway (ADSBCOT) transforms Automatic Dependent Surveillance-Broadcast (ADS-B) aircraft position information into Cursor on Target for display on TAK Products such as ATAK, WinTAK & iTAK.
ADS-B data can be recevied from dump1090 using the following network formats:
- Local file.
- Aircraft JSON HTTP feed. See dump1090 README-json.md.
- Raw TCP (via pyModeS)
- Beast TCP (via pyModeS)

If you'd like to feed ADS-B from another source, consider these tools:
- adsbxcot: ADSBExchange.com to CoT Gateway. Transforms ADS-B position messages to CoT PLI Events.
- stratuxcot: Stratux ADS-B to CoT Gateway. Transforms position messages to CoT PLI Events.
To report bugs, please set the DEBUG=1 environment variable to collect logs:
$ DEBUG=1 adsbcot $ # -OR- $ export DEBUG=1 $ adsbcot
Copyright 2023 Sensors & Signals LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- pyModeS is an optional extra package, and is licensed under the GNU General Public License v3.0.