Metadata-Version: 2.4
Name: adsbcot
Version: 9.0.1
Summary: Monitor and analyze aviation surveillance data with TAK.
Home-page: https://github.com/snstac/adsbcot
Maintainer: Greg Albrecht <oss@undef.net>
Maintainer-email: oss@undef.net
License: Apache 2.0
Project-URL: CI: GitHub Actions, https://github.com/snstac/adsbcot/actions
Project-URL: GitHub: issues, https://github.com/snstac/adsbcot/issues
Project-URL: GitHub: repo, https://github.com/snstac/adsbcot
Keywords: Cursor on Target,Cursor-on-Target,CoT,ATAK,TAK,WinTAK,TAK,TAK Server,ADS-B,ADSB,Aircraft
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Requires-Python: <4,>=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aircot>=1.2.0
Requires-Dist: pytak>=5.4.0
Requires-Dist: aiohttp<4.0.0
Requires-Dist: websockets<11.0.0
Provides-Extra: with-pymodes
Requires-Dist: pymodes>=2.8; extra == "with-pymodes"
Provides-Extra: with-takproto
Requires-Dist: takproto>=2.0.0; extra == "with-takproto"
Provides-Extra: with-asyncinotify
Requires-Dist: asyncinotify; extra == "with-asyncinotify"
Provides-Extra: test
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pylint; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: black; extra == "test"
Dynamic: license-file

![ATAK screenshot with PyTAK logo.](https://adsbcot.readthedocs.io/en/latest/media/atak_screenshot_with_pytak_logo-x25.png)

# 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.
