Metadata-Version: 2.4
Name: pulsecot
Version: 3.0.2
Summary: PulsePoint to TAK Gateway
Home-page: https://github.com/snstac/pulsecot
Maintainer: Greg Albrecht <oss@undef.net>
Maintainer-email: oss@undef.net
License: Apache 2.0
Project-URL: CI: GitHub Actions, https://github.com/snstac/pulsecot/actions
Project-URL: GitHub: issues, https://github.com/snstac/pulsecot/issues
Project-URL: GitHub: repo, https://github.com/snstac/pulsecot
Keywords: Cursor on Target,CoT,ATAK,TAK,WinTAK,TAK,TAK Server,PulsePoint
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Requires-Python: <4,>=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytak>=5.4.0
Requires-Dist: aiohttp<4.0.0
Requires-Dist: cryptography>=3.4.7
Requires-Dist: importlib_resources; python_version < "3.9"
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

# PulsePoint to TAK Gateway

PulseCOT is a lightweight Python application designed to bridge PulsePoint emergency call data with Team Awareness Kit (TAK) platforms. It enables seamless integration of real-time emergency information into TAK products such as ATAK, WinTAK, and iTAK. With support for both multicast and unicast transmissions, as well as TAK Server compatibility, PulseCOT ensures flexibility in delivering critical data to your TAK ecosystem.

## Example Agencies
- **DC Fire & EMS**: EMS1205

## Call Types Source
[PulsePoint Call Types JSON](https://web.pulsepoint.org/assets/json/call_types.json)

## License
Copyright Sensors & Signals LLC [https://snstac.com/](https://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.
