From d183c0b437309262021ac1a2a9f30ce3454fafc5 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Mon, 25 Nov 2024 03:05:57 -0300 Subject: [PATCH] added simtak to readme description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 053fb3c..68232ab 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Project Concept -ARMATAK is a server side Arma 3 addons for streaming unit positions to TAK Clients in sessions on real locations maps. It basically sends HTTP requests to a OpenTAKServer API instance from your Game Server, converting the useful information as HTTP Requests right into the OpenTAKServer REST API as TAK entities soo the players can connect their WinTAK/ATAK/iTAK and game using the TAK features as a Blue Force Tracker or mission planning tool for Arma 3. +ARMATAK is a Arma 3 addons for sending the player's location to WebSocket connection for SIMTAK, a self made application for mocking the EUD's location with provided data from the WebSocket. ARMATAK is also able to stream selected unit positions to TAK Clients in sessions on real locations maps. It basically sends HTTP requests to a OpenTAKServer API instance or FreeTAKServer from your Game Server, converting the useful information as HTTP Requests right into the OpenTAKServer/FreeTAKServer REST API as TAK entities soo the players can connect their WinTAK/ATAK/iTAK and game using the TAK features as a Blue Force Tracker or mission planning tool for Arma 3. ## Disclaimers @@ -38,5 +38,5 @@ The whole Project is licensed under GPL License. ## Acknowledgment * Ind3goFox - for releasing a3go, used to build the first versions of this project's extensions and for teaching me how extensions works. -* The Folks on the ACE Dev Team - for awnsering my large number of questions about this project's architecture and given me many tips about it, especially for +* The Folks on the ACE Dev Team - for giving me many tips about arma 3 engine, project's architecture and software stuff, especially for * BrettMayson - for building HEMTT and ARMA-RS, the tools i used to get this project to life, also for taking some time to teach a non-rust programmer how to make things work.