https://github.com/snstac/adsbcot
Display Aircraft in TAK - ADS-B to TAK Gateway
https://github.com/snstac/adsbcot
ads-b adsb aircraft atak cot cursor-on-target itak sa tak takserver wintak
Last synced: about 2 months ago
JSON representation
Display Aircraft in TAK - ADS-B to TAK Gateway
- Host: GitHub
- URL: https://github.com/snstac/adsbcot
- Owner: snstac
- License: apache-2.0
- Created: 2020-10-16T22:57:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T18:09:38.000Z (about 1 year ago)
- Last Synced: 2025-12-21T23:52:24.864Z (4 months ago)
- Topics: ads-b, adsb, aircraft, atak, cot, cursor-on-target, itak, sa, tak, takserver, wintak
- Language: Python
- Homepage: https://adsbcot.rtfd.io
- Size: 31.5 MB
- Stars: 137
- Watchers: 7
- Forks: 33
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# Display Aircraft in TAK - ADS-B feed to TAK Gateway
ADSBCOT is software for monitoring and analyzing aviation surveillance data via the Team Awareness Kit (TAK) ecosystem of products.
For detailed documentation, visit the [official documentation](https://adsbcot.rtfd.io).
## Features
- Converts ADS-B messages to Cursor on Target (CoT) format.
- Retains aircraft track, course, speed vectors and other metadata.
- Compatible with TAK products: ATAK, TAKX, WinTAK, and iTAK.
- Supports multiple ADS-B data aggregators.
- Supports COTS ADS-B hardware receivers.
- Supports over-the-air RF ADS-B data via SDR.
- Runs on Python 3.7+ in both Windows and Linux environments.
### Supported ADS-B Aggregators
- [ADS-B Exchange](https://www.adsbexchange.com/)
- [adsb.fi](https://adsb.fi/)
- [ADS-B Hub](https://www.adsbhub.org/)
- [Airplanes.Live](https://airplanes.live/)
### Supported ADS-B Receivers
- [Piaware](https://www.flightaware.com/adsb/piaware/)
- [ADS-B Exchange](https://www.adsbexchange.com/ways-to-join-the-exchange/)
- [Stratux ADS-B](https://stratux.me/)
- Any SDR (RTL-SDR, HackRF, etc.)
### Supported ADS-B Decoders
- [readsb](https://github.com/wiedehopf/readsb)
- [dump1090](https://github.com/antirez/dump1090)
- [dump1090-fa](https://github.com/edgeofspace/dump1090-fa)
- [dump1090-mutability](https://github.com/adsb-related-code/dump1090-mutability)
## Related Projects
- [AirTAK](https://www.snstac.com/store/p/airtak-v1): A turn-key ADS-B to TAK Gateway solution.
- [WarDragon](https://cemaxecuter.com/?product=wardragon-pro-kit)
- StratuxCOT & ADSBXCOT functionality has been merged into ADSBCOT.
## Copyright & License
Copyright Sensors & Signals LLC https://www.snstac.com
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.