Metadata-Version: 2.1
Name: aiscot
Version: 6.0.0b1
Summary: Software for monitoring and analyzing AIS in TAK.
Home-page: https://github.com/snstac/aiscot
Maintainer: Greg Albrecht <oss@undef.net>
Maintainer-email: oss@undef.net
License: Apache 2.0
Project-URL: CI: GitHub Actions, https://github.com/snstac/aiscot/actions
Project-URL: GitHub: issues, https://github.com/snstac/aiscot/issues
Project-URL: GitHub: repo, https://github.com/snstac/aiscot
Keywords: Cursor on Target,Cursor-on-Target,CoT,ATAK,TAK,WinTAK,TAK,TAK Server,iTAK,AIS,Boats,Marine,Sailing,Ships,Shipping
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: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
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/x-rst
License-File: LICENSE
Requires-Dist: pytak >=5.4.0
Requires-Dist: aiohttp <4.0.0
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'
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'

AISCOT: Display Ships in TAK - AIS to TAK Gateway 
*************************************************

.. image:: https://raw.githubusercontent.com/ampledata/aiscot/main/docs/screenshot_1676076870_2962.png
   :alt: Screenshot of ships in ATAK.
   :target: https://raw.githubusercontent.com/ampledata/aiscot/main/docs/screenshot_1676076870_2962.png

Description
===========

AISCOT 
The Automatic Identification System to Cursor on Target gateway (AISCOT) transforms 
automatic identification system (AIS) to Cursor on Target (CoT) for use with TAK 
products such as ATAK, WinTAK & iTAK. Vessels sending AIS either 
over the air (RF), through a local networks (NMEA), or through internet aggregators 
(AISHUB), will be displayed in TAK with appropriate icons, attitude, type, track, 
bearing, speed, callsign and more.

For more information the TAK Product suite, see: https://ww.tak.gov

AISCOT was original developed to support an open ocean boat race in the Northern 
Pacific Ocean, as described in this article: http://ampledata.org/boat_race_support.html


License & Copyright
===================

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](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.

* pyAISm.py is licensed under the MIT License. See aiscot/pyAISm.py for details.
