This is fast & simple implementation of TAK server/CoT router and ATAK client with web interface.
binary builds can be downloaded from releases page
We offer a public TAK server for the community free of charge. Credentials to join test group:
- address:
takserver.ru
- set
Enroll for Client Certificate
- user
test
- password
111111
iTAK connect qr-code:
- 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
- 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
This project includes configuration for the MCP Language Server to enhance development experience with Go language support.
To set up the MCP Language Server:
make install-mcp
For detailed setup instructions, see MCP_SETUP.md
.