Skip to content
forked from snstac/adsbcot

ADS-B to Cursor on Target Gateway for TAK Products, including ATAK, WinTAK & iTAK.

License

Notifications You must be signed in to change notification settings

H60Pilot/adsbcot

 
 

Repository files navigation

ADS-B to TAK Gateway

ATAK Screenshot with PyTAK Logo.

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:

  1. Local file.
  2. Aircraft JSON HTTP feed. See dump1090 README-json.md.
  3. Raw TCP (via pyModeS)
  4. Beast TCP (via pyModeS)
ADSBCOT Operation Diagram.

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.

Documentation

See ADSBCOT documentation.

Troubleshooting

To report bugs, please set the DEBUG=1 environment variable to collect logs:

$ DEBUG=1 adsbcot
$ # -OR-
$ export DEBUG=1
$ adsbcot

License & Copyright

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.

About

ADS-B to Cursor on Target Gateway for TAK Products, including ATAK, WinTAK & iTAK.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.3%
  • Makefile 4.7%