{"id":22087444,"url":"https://github.com/freetakteam/freetakserver","last_synced_at":"2025-04-14T00:50:26.411Z","repository":{"id":37751041,"uuid":"238457011","full_name":"FreeTAKTeam/FreeTakServer","owner":"FreeTAKTeam","description":"Situational Awareness Server compatible with TAK clients","archived":false,"fork":false,"pushed_at":"2024-10-29T11:52:00.000Z","size":19105,"stargazers_count":674,"open_issues_count":143,"forks_count":170,"subscribers_count":60,"default_branch":"master","last_synced_at":"2024-10-29T13:32:07.333Z","etag":null,"topics":["android","atak","command-and-control-information-system","command-control","cot","emergency-management","emergency-response","flask","freetakserver","fts","json","mda","mil-std-2525","python","situational-awareness","tak","tak-server","uml","uml-model"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FreeTAKTeam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["brothercorvo"],"custom":["https://www.paypal.com/donate/?cmd=_donations\u0026business=brothercorvo%40gmail.com\u0026item_name=FreeTAKServer+R%26D\u0026currency_code=CAD\u0026source=url"]}},"created_at":"2020-02-05T13:29:55.000Z","updated_at":"2024-10-29T11:52:04.000Z","dependencies_parsed_at":"2023-02-19T03:15:30.457Z","dependency_job_id":"de499be9-4338-498f-8136-95e9085445e6","html_url":"https://github.com/FreeTAKTeam/FreeTakServer","commit_stats":{"total_commits":1270,"total_committers":27,"mean_commits":47.03703703703704,"dds":0.3653543307086614,"last_synced_commit":"e5233aa77413fe6ceb8cd4b216e2b6ababf28dc7"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeTAKTeam%2FFreeTakServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeTAKTeam%2FFreeTakServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeTAKTeam%2FFreeTakServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeTAKTeam%2FFreeTakServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreeTAKTeam","download_url":"https://codeload.github.com/FreeTAKTeam/FreeTakServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248804773,"owners_count":21164131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","atak","command-and-control-information-system","command-control","cot","emergency-management","emergency-response","flask","freetakserver","fts","json","mda","mil-std-2525","python","situational-awareness","tak","tak-server","uml","uml-model"],"created_at":"2024-12-01T02:05:37.140Z","updated_at":"2025-04-14T00:50:26.371Z","avatar_url":"https://github.com/FreeTAKTeam.png","language":"Python","readme":"# FreeTAKServer [![Downloads](https://pepy.tech/badge/freetakserver)](https://pepy.tech/project/freetakserver) ![PyPI](https://img.shields.io/pypi/v/FreeTAKServer) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/FreeTAKTeam/FreeTakServer)\n\n\u003cimg src=\"https://user-images.githubusercontent.com/60719165/226138056-a2b1076c-fd4c-4488-b330-55e57f9ecc78.png\" alt=\"the Parrot is not dead\" width=\"300\" height=\"300\"\u003e\n\n\nWelcome to the FreeTakServer (FTS) git repository.\n\nFTS is a Python3 implementation of a TAK Server for devices like [ATAK](https://play.google.com/store/apps/details?id=com.atakmap.app.civ), [WinTAK](https://1drv.ms/u/s!AtMVrrXVTu4YgSanKtSHIslxfRu5?e=ftVio7), and ITAK, it is cross-platform and runs from a multi node installation on AWS down to the Android edition.\nIt's free and open source (released under the [Eclipse Public License](https://www.eclipse.org/legal/epl-2.0/)).\n\n- [Use Cases](#use-cases)\n- [Documentation](#documentation)\n- [Requirements](#requirements)\n- [Community](#community)\n- [Project Status](#project-status)\n  - [Public instance](#public-instance)\n  - [Tell us what you think](#tell-us-what-you-think)\n- [Project Structure](#project-structure)\n- [Architecture](#architecture)\n- [Donate](#donate)\n- [Open Source Notes](#open-source-notes)\n\n![FTS UI 1.8](https://user-images.githubusercontent.com/60719165/118400921-0731e180-b63a-11eb-976e-c38ee052a013.png)\n\n## Use Cases\n\nFTS allows you to connect ATAK clients to share geo information, to chat with all the connected clients, exchange files and more.\nIt intends to support all the major use cases of the original TAK server.\n\n- Web administration\n- Federation Service (Connecting two or more FTS instances)\n- Data Package upload, share with all connected users and retrieval\n- Image transfer and storage\n- COT recording in a database\n- Execution of common task list (_using the ExCheck plugin for WinTAK; ATAK plugin only available to users with takmaps.com access_)\n- SSL Encryption\n- KML generation\n- Command Line Interface\n- [Extensive REST API](https://freetakteam.github.io/FreeTAKServer-User-Docs/API/REST_API_Doc/) for integrations and extensions\n![some use cases](https://user-images.githubusercontent.com/60719165/193834333-ea041722-e3ea-46f9-9eb6-7417c19807ea.png)\n\n## Documentation\n\nFor documentation on installation and usage visit our [FreeTAKServer Documentation page](https://freetakteam.github.io/FreeTAKServer-User-Docs/)\n\n## Requirements\n\n- Python 3.11\n- Dependencies:\n  - `flask`\n  - `lxml`\n  - `pathlib`\n  - `tabulate`\n  - `sqlalchemy`\n  - `setuptools`\n  - `Flask-SQLAlchemy`\n\n## Community\n\nIf you have any issues don't hesitate to [bring it up](https://github.com/FreeTAKTeam/FreeTakServer/issues), as FreeTAKServer is in continuous development.\nTo discuss with the ATAK community you may use:\n\n- The [official FreeTakServer Discord](https://discord.gg/VSukyY5wfD)\n- The [public ATAK Discord Server](https://discordapp.com/invite/XEPyhHA)\n- The [subreddit](https://www.reddit.com/r/ATAK/)\n\n## Project Status\n\nThis code is currently in _Production Stage_.\nCheck out our roadmap [@FreeTakServer#25](https://github.com/FreeTAKTeam/FreeTakServer/issues/25) to see what is planned\nAlso subscribe to this feed to be automatically informed about PIP new versions:\n\u003chttps://pypi.org/rss/project/freetakserver/releases.xml\u003e\n\n### Public instance\n\nWe support a public instance of FTS.\nthe IP address is TCP: `137.184.101.250:8087`\n\n- download the configuration [here](https://drive.google.com/file/d/1IK1LfPN13EWikHaMyOuDDwIerNGz-Wli/view?usp=sharing)\n- use the Import manager in ATAK to import the configuration\n- [more details](https://freetakteam.github.io/FreeTAKServer-User-Docs/Usage/Connecting_ATAK/)\n\n### Tell us what you think\n\nTo discuss with the developer team:\n\n- Join the FreeTakServer Discord\n  \u003chttps://discord.gg/VSukyY5wfD\u003e\n\n## Project Structure\n\n- [FreeTakServer](./FreeTAKServer/)\n  - **Controllers**: Contains FTS business Logic\n  - **Models**: Contains all the FTS object model\n  - **Views**: contains the access to FTS\n\n## Architecture\n\nTAKFreeServer uses a MVC pattern, the concept of a [COT (Cursor On Target)](https://freetakteam.github.io/FreeTAKServer-User-Docs/About/architecture/cot_domain/) is described in a set of Domain classes, generated from the UML model using a Model Driven Architecture approach.\n\n## Donate\n\nThe 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.\n\nWe 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:\n\n- Maintain a Public server and a test server\n- Invest in different technologies for R\u0026D\n\nIf you feel that FTS is useful to you and you can donate in those challenging times please consider contributing here:\n[DONATE](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=brothercorvo%40gmail.com\u0026item_name=FreeTAKServer+R%26D\u0026currency_code=CAD\u0026source=url)\n\nYou can also support the project by buying one of our [t-shirts](http://tee.pub/lic/elARpZYCmaw).\n\n**_NOTE_**:\n\n\u003e 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.\n\u003e Finally you can help the project by spamming FTS information, starring our repositories in github and Pip and upvoting us.\n\n[![Star History Chart](https://api.star-history.com/svg?repos=FreeTAKTeam/FreeTakServer,tkuester/taky,TAK-Product-Center/Server\u0026type=Date)](https://star-history.com/#FreeTAKTeam/FreeTakServer\u0026tkuester/taky\u0026TAK-Product-Center/Server\u0026Date)\n\n## Open Source Notes\n\nFTS was made possible by the following Open Source projects.\nWe'd like to thank the following individuals and organizations for providing crucial support and making FTS possible.\n\n- [flask](https://flask.palletsprojects.com/en/2.0.x/)\n- [lxml](https://lxml.de/)\n- [pathlib](https://pathlib.readthedocs.io/en/pep428/)\n- [tabulate](https://pypi.org/project/tabulate/)\n- [sqlalchemy](https://www.sqlalchemy.org/)\n- [setuptools](https://pypi.org/project/setuptools/)\n- [eventlet](https://eventlet.net/)\n- [random_word](https://pypi.org/project/Random-Word/)\n- [Pip](https://pypi.org/project/pip/)\n- [Bootstrap4](https://getbootstrap.com/)\n- [pyopenssl](https://pypi.org/project/pyOpenSSL/)\n- [Flask Dashboard Black by AppSeed](https://github.com/app-generator/flask-black-dashboard)\n","funding_links":["https://github.com/sponsors/brothercorvo","https://www.paypal.com/donate/?cmd=_donations\u0026business=brothercorvo%40gmail.com\u0026item_name=FreeTAKServer+R%26D\u0026currency_code=CAD\u0026source=url","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=brothercorvo%40gmail.com\u0026item_name=FreeTAKServer+R%26D\u0026currency_code=CAD\u0026source=url"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreetakteam%2Ffreetakserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreetakteam%2Ffreetakserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreetakteam%2Ffreetakserver/lists"}