Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudkov committed Feb 23, 2022
1 parent ab17829 commit f936f0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
# GoATAK - free ATAK/CivTAK server & web client
# 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](https://github.com/FreeTAKTeam/FreeTakServer).
at [FreeTakServer](https://github.com/FreeTAKTeam/FreeTakServer) or [Taky](https://github.com/tkuester/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](https://github.com/kdudkov/goatak/actions?query=is%3Acompleted+workflow%3ACI)

## GoATAK server features
![Alt text](client.png?raw=true "Title")

## Web-based client features

* v1 (XML) and v2 (protobuf) CoT protocol support
* TCP, SSL and UDP (broadcast) listener
* simple web dashboard
* data package support
* easy to start - just edit config and run binary
* SSL connection support, tested with [FreeTakServer](https://github.com/FreeTAKTeam/FreeTakServer)
and [Argustak](https://argustak.com/)
* 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

## Web client features
## GoATAK server features

* v1 (XML) and v2 (protobuf) CoT protocol support
* SSL connection support
* same features as client, but... with embedded server!

## Web client setup

Expand Down
Binary file added client.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f936f0c

Please sign in to comment.