Welcome to the FreeTakServer (FTS) git repository.
FTS is a Python3 implementation of a TAK Server for devices like ATAK, WinTAK, and ITAK, it is cross-platform and runs from a multi node installation on AWS down to the Android edition. It's free and open source (released under the Eclipse Public License).
- Use Cases
- Documentation
- Requirements
- Community
- Project Status
- Project Structure
- Architecture
- Donate
- Open Source Notes
FTS allows you to connect ATAK clients to share geo information, to chat with all the connected clients, exchange files and more. It intends to support all the major use cases of the original TAK server.
- Web administration
- Federation Service (Connecting two or more FTS instances)
- Data Package upload, share with all connected users and retrieval
- Image transfer and storage
- COT recording in a database
- Execution of common task list (using the ExCheck plugin for WinTAK; ATAK plugin only available to users with takmaps.com access)
- SSL Encryption
- KML generation
- Command Line Interface
- Extensive REST API for integrations and extensions
For documentation on installation and usage visit our FreeTAKServer Documentation page
- Python 3.11
- Dependencies:
flask
lxml
pathlib
tabulate
sqlalchemy
setuptools
Flask-SQLAlchemy
If you have any issues don't hesitate to bring it up, as FreeTAKServer is in continuous development. To discuss with the ATAK community you may use:
This code is currently in Production Stage. Check out our roadmap @FreeTakServer#25 to see what is planned Also subscribe to this feed to be automatically informed about PIP new versions: https://pypi.org/rss/project/freetakserver/releases.xml
We support a public instance of FTS.
the IP address is TCP: 137.184.101.250:8087
- download the configuration here
- use the Import manager in ATAK to import the configuration
- more details
To discuss with the developer team:
- Join the FreeTakServer Discord https://discord.gg/VSukyY5wfD
- FreeTakServer
- Controllers: Contains FTS business Logic
- Models: Contains all the FTS object model
- Views: contains the access to FTS
TAKFreeServer uses a MVC pattern, the concept of a COT (Cursor On Target) is described in a set of Domain classes, generated from the UML model using a Model Driven Architecture approach.
The FTS team is working daily on the development of an open and free solution. We plan to do more than simply replicate the functionalities of the legacy TAK server, our road map includes integration with open source systems like LORA's Meshtastic, porting it to Android, having an open API, and much more.
We are doing it for free because we believe that donating personal time to a cause is an endeavour that is worthy per-se, However, we are also spending our own time and money to:
- Maintain a Public server and a test server
- Invest in different technologies for R&D
If you feel that FTS is useful to you and you can donate in those challenging times please consider contributing here: DONATE
You can also support the project by buying one of our t-shirts.
NOTE:
Not a big fan of Paypal, but that is the easiest way I found for an initial attempt. We may go to some more ethical system in future. Finally you can help the project by spamming FTS information, starring our repositories in github and Pip and upvoting us.
FTS was made possible by the following Open Source projects. We'd like to thank the following individuals and organizations for providing crucial support and making FTS possible.