All Projects → kdudkov → goatak

kdudkov / goatak

Licence: other
go ATAK/CivTAK simple server & web client

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to goatak

opensky2cot
Opensky Network to CoT/ATAK server data converter
Stars: ✭ 14 (-63.16%)
Mutual labels:  cot, atak, civtak
aprscot
aprscot - APRS to Cursor On Target Gateway.
Stars: ✭ 25 (-34.21%)
Mutual labels:  cot, atak
FreeTAKUAS
DJI drone flying app with integrations for FreeTAKServer
Stars: ✭ 41 (+7.89%)
Mutual labels:  atak
ATAK-Certs
Tool for creating and packaging certificates for Taky, OpenTAKRouter and FTS
Stars: ✭ 15 (-60.53%)
Mutual labels:  atak

GoATAK - free ATAK/CivTAK server & web-based client

Is is early alfa now. If you need production ready ATAK server - take a look at FreeTakServer or Taky.

This is Golang implementation of ATAK server/CoT router aimed to test some ideas about CoT message routing.

binary builds can be downloaded from actions

Alt text

Web-based client features

  • v1 (XML) and v2 (protobuf) CoT protocol support
  • SSL connection support, tested with FreeTakServer and Argustak
  • 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

GoATAK server features

  • same features as client, but... with embedded server!

Web client setup

  1. Download latest binary build from actions
  2. Unzip it to local directory
  3. edit goatak_client.yml (default values are for community server).
  4. run webclient
  5. open http://localhost:8080 in your browser

You can use as many config files as you want and run with specific config with webclient -config <your_config.yml>

Web client config examples

simple config to connect to Argustak cloud based TAK server:

---
server_address: argustak.com:4444:ssl
web_port: 8080
me:
   callsign: username
   uid: auto
   type: a-f-G-U-C
   team: Blue
   role: Team Member
   lat: 0
   lon: 0
ssl:
   cert: username.p12
   password: password

Libraries used

CI

By me a beer 🍺

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].