Skip to main content

A server for ATAK, WinTAK, and iTAK

Project description

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

This project is just beginning and not yet suitable for production.

Current Features

  • Connect via TCP from ATAK and WinTAK
  • SSL
  • Authentication
  • 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

Planned Features

  • iTAK support (This may already work, just needs to be tested)
  • API to query saved CoT messages
  • WebUI
    • Live Map
    • View saved CoT messages
    • Chat with EUDs
  • Mission support
  • Video Streaming
  • Federation

Requirements

  • python = "^3.10"
  • flask = "^3.0.0"
  • bleach = "*"
  • colorlog = "^6.7.0"
  • flask-socketio = "^5.3.6"
  • bs4 = "^0.0.1"
  • datetime = "^5.3"
  • gevent = "^23.9.1"
  • ownca = "^0.4.0"
  • pika = "^1.3.2"
  • sqlalchemy = "^2.0.23"
  • sqlalchemy-utils = "^0.41.1"
  • flask-sqlalchemy = "^3.1.1"
  • Flask-Security-Too = "^5.3.2"
  • RabbitMQ
  • MediaMTX (Only required for video streaming)
  • openssl
  • nginx

Installation

apt install python3-pip rabbitmq-server git openssl # Or substitude your distro's package manager
pip3 install poetry
git clone https://github.com/brian7704/OpenTAKServer.git
cd OpenTAKServer
poetry install

Usage

poetry run python opentakserver/app.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opentakserver-1.0.1.tar.gz (71.6 kB view hashes)

Uploaded Source

Built Distribution

opentakserver-1.0.1-py3-none-any.whl (88.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page