Metadata-Version: 2.1
Name: OpenTAKServer
Version: 1.5.4
Summary: A server for ATAK, WinTAK, and iTAK
Home-page: https://github.com/brian7704/OpenTAKServer
License: GPL-3.0-or-later
Author: OpenTAKServer
Author-email: opentakserver@gmail.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: Flask-Security-Too[common,mfa] (==5.6.1)
Requires-Dist: PyJWT (==2.9.0)
Requires-Dist: PyYAML (==6.0.2)
Requires-Dist: adsbxcot (==6.0.4)
Requires-Dist: aiscot (==5.2.1)
Requires-Dist: androguard (==4.1.2)
Requires-Dist: beautifulsoup4 (==4.12.3)
Requires-Dist: colorlog (==6.9.0)
Requires-Dist: datetime (==5.5)
Requires-Dist: eventlet (==0.40.0)
Requires-Dist: flask (==3.1.0)
Requires-Dist: flask-apscheduler (==1.13.1)
Requires-Dist: flask-cors (==5.0.0)
Requires-Dist: flask-migrate (==4.1.0)
Requires-Dist: flask-socketio (==5.5.1)
Requires-Dist: flask-sqlalchemy (==3.1.1)
Requires-Dist: gevent (==25.5.1)
Requires-Dist: kombu (==5.4.2)
Requires-Dist: lastversion
Requires-Dist: lxml (==5.3.0)
Requires-Dist: meshtastic (==2.7.0)
Requires-Dist: pika (==1.3.2)
Requires-Dist: poetry-dynamic-versioning[plugin] (==1.8.0)
Requires-Dist: protobuf (==5.28.3)
Requires-Dist: psutil (==6.1.0)
Requires-Dist: pyOpenSSL (==24.2.1)
Requires-Dist: pyfiglet (==1.0.2)
Requires-Dist: pygc (==1.3.0)
Requires-Dist: pyotp (==2.9.0)
Requires-Dist: pytak (==6.3.2)
Requires-Dist: pytest (==8.3.3)
Requires-Dist: pytest-cov (==6.0.0)
Requires-Dist: python-ffmpeg (==2.0.12)
Requires-Dist: python-socketio[asyncio-client,client,websocket-client] (==5.12.1)
Requires-Dist: simplekml (==1.3.6)
Requires-Dist: sqlalchemy (==2.0.39)
Requires-Dist: sqlalchemy-utils (==0.41.2)
Requires-Dist: tldextract (==5.1.2)
Requires-Dist: unishox2-py3 (==1.0.0)
Requires-Dist: yt-dlp
Project-URL: Documentation, https://docs.opentakserver.io
Project-URL: Repository, https://github.com/brian7704/OpenTAKServer
Description-Content-Type: text/markdown

# OpenTAKServer

![PyPI - Downloads](https://img.shields.io/pypi/dm/opentakserver)
![PyPI - Version](https://img.shields.io/pypi/v/opentakserver)
![Discord](https://img.shields.io/discord/1183578214459777164?logo=discord&label=Discord&link=https%3A%2F%2Fdiscord.gg%2F6uaVHjtfXN)
![GitHub Release Date](https://img.shields.io/github/release-date/brian7704/OpenTAKServer)


OpenTAKServer (OTS) is yet another open source TAK Server for ATAK, iTAK, and WinTAK. OTS's goal is to be easy to install and use, and to run on both servers and SBCs (ie Raspberry Pi).

Join us on our [Discord server](https://discord.gg/6uaVHjtfXN)

## Current Features
- Connect via TCP from ATAK, WinTAK, and iTAK
- SSL
- Authentication
- [WebUI with a live map](https://github.com/brian7704/OpenTAKServer-UI)
- Client certificate enrollment
- Send and receive messages
- Send and receive points
- Send and receive routes
- Send and receive images
- Share location with other users
- Save CoT messages to a database
- Data Packages
- Alerts
- CasEvac
- Optional Mumble server authentication
  - Use your OpenTAKServer username and password to log into your Mumble server
- Video Streaming
- Mission API
  - Data Sync plugin
  - Fire Area Survey plugin

## Planned Features
- Federation
- Groups/Channels

## Requirements
- RabbitMQ
- MediaMTX (Only required for video streaming)
- openssl
- nginx

## Installation

### Ubuntu

`curl https://i.opentakserver.io/ubuntu_installer -Ls | bash -`

### Raspberry Pi

`curl https://i.opentakserver.io/raspberry_pi_installer -Ls | bash -`

### Rocky 9

`curl -s -L https://i.opentakserver.io/rocky_linux_installer | bash -`

### Windows

Open PowerShell as an administrator and run the following command

`Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://i.opentakserver.io/windows_installer'))`

### MacOS

`curl -Ls https://i.opentakserver.io/macos_installer | bash -`

## Documentation

https://docs.opentakserver.io

## Supporting the project

If you would like to support the project you can do so [here](https://buymeacoffee.com/opentakserver)
