kavinsky / goatak

go ATAK/CivTAK fast and simple server and client

Home Page:https://github.com/kdudkov/goatak/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoATAK - free ATAK/CivTAK server & client

This is fast & simple implementation of TAK server/CoT router and ATAK client with web interface.

binary builds can be downloaded from releases page

Test server

We offer a public TAK server for the community free of charge.

  • address: takserver.ru
  • set Enroll for Client Certificate marked
  • user test
  • password 111111

iTAK connect qr-code:

QR

GoATAK server features

  • v1 (XML) and v2 (protobuf) CoT protocol support
  • certificate enrollment (v1 and v2) support
  • mission packages management
  • datasync / missions basic support
  • user management with cli tool
  • video feeds management
  • visibility scopes for users (devices can communicate and see each other within one scope only)
  • default preferences and maps provisioning to connected devices
  • ability to log all cot's and cli utility to view cot's log and convert it to json or gpx

you can run it with docker, using docker run -p 8088:8088 -p 8080:8080 -p 8999:8999 kdudkov/goatak_server:latest

Client features

  • v1 (XML) and v2 (protobuf) CoT protocol support
  • SSL connection support, tested with FreeTakServer , Argustak and urpc.info
  • web-ui, ideal for big screen situation awareness center usage
  • unit track - your target unit is always in the center of map
  • RedX tool - to measure distance and bearing
  • Digital Pointer - send DP position to all other contacts
  • Add and edit units on map
  • ability to log all cot's and cli utility to view cot's log and convert it to json or gpx

Client screen

Libraries used

CI

By me a beer 🍺

About

go ATAK/CivTAK fast and simple server and client

https://github.com/kdudkov/goatak/wiki

License:GNU Affero General Public License v3.0


Languages

Language:Go 76.3%Language:HTML 13.2%Language:JavaScript 8.5%Language:Shell 1.4%Language:Makefile 0.4%Language:Dockerfile 0.1%Language:CSS 0.1%