Name | FreeTAKServer JSON |
Version |
2.2.1
JSON |
| download |
home_page | None |
Summary | An open source server for the TAK family of applications. |
upload_time | 2024-05-10 12:52:46 |
maintainer | None |
docs_url | None |
author | FreeTAKTeam |
requires_python | <4.0,>=3.11 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# FreeTAKServer [](https://pepy.tech/project/freetakserver)   

Welcome to the FreeTakServer (FTS) git repository.
FTS 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.
It's free and open source (released under the [Eclipse Public License](https://www.eclipse.org/legal/epl-2.0/).
## User Documentation

For documentation on installation and usage visit our [FreeTAKServer Documentation page](https://freetakteam.github.io/FreeTAKServer-User-Docs/)
## Use Cases
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](https://freetakteam.github.io/FreeTAKServer-User-Docs/API/REST_APIDoc/) for integrations and extensions

## Project Status
This code is currently in _Production Stage_.
Check out our roadmap [@FreeTakServer#25](https://github.com/FreeTAKTeam/FreeTakServer/issues/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>
### Public instance
We support a public instance of FTS.
the IP address is TCP: 137.184.101.250:8087
- download the configuration [here](https://drive.google.com/file/d/1IK1LfPN13EWikHaMyOuDDwIerNGz-Wli/view?usp=sharing)
- use the Import manager in ATAK to import the configuration
- [more details](https://freetakteam.github.io/FreeTAKServer-User-Docs/Usage/Connecting_ATAK/)
### Tell us what you think
To discuss with the developer team:
- Visit the ATAK subreddit
<https://www.reddit.com/r/ATAK/>
- or join the ATAK Discord
<https://discordapp.com/invite/XEPyhHA>
- or join the FreeTakServer Discord
<https://discord.gg/VSukyY5wfD>
## Architecture
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.
## Documentation
See [user docs](https://freetakteam.github.io/FreeTAKServer-User-Docs/) for various information including an UML model of the Domain classes involved in a COT event.
## Requirements
- Python 3.11
- Dependencies:
- `flask`
- `lxml`
- `pathlib`
- `tabulate`
- `sqlalchemy`
- `setuptools`
- `Flask-SQLAlchemy`
## Installing and using FreeTakServer
For installation [go here](https://freetakteam.github.io/FreeTAKServer-User-Docs/Installation/Linux/1_Install/).
## Project Structure
- [FreeTakServer](./FreeTAKServer/)
- **Controllers**: Contains FTS business Logic
- **Models**: Contains all the FTS object model
- **Views**: contains the access to FTS
## Community
If you have any issues don't hesitate to [bring it up](https://github.com/Tapawingo/FreeTakServer/issues), as FreeTAKServer is in continuous development.
To discuss with the developer team you may use:
- The [subreddit](https://www.reddit.com/r/ATAK/)
- The [public ATAK Discord Server](https://discordapp.com/invite/XEPyhHA)
## Donate
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](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=brothercorvo%40gmail.com&item_name=FreeTAKServer+R%26D¤cy_code=CAD&source=url)
You can also support the project by buying one of our [t-shirts](http://tee.pub/lic/elARpZYCmaw).
**_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.
[](https://star-history.com/#FreeTAKTeam/FreeTakServer&tkuester/taky&TAK-Product-Center/Server&Date)
## Open Source Notes
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.
- [flask](https://flask.palletsprojects.com/en/2.0.x/)
- [lxml](https://lxml.de/)
- [pathlib](https://pathlib.readthedocs.io/en/pep428/)
- [tabulate](https://pypi.org/project/tabulate/)
- [sqlalchemy](https://www.sqlalchemy.org/)
- [setuptools](https://pypi.org/project/setuptools/)
- [eventlet](https://eventlet.net/)
- [random_word](https://pypi.org/project/Random-Word/)
- [Pip](https://pypi.org/project/pip/)
- [Bootstrap4](https://getbootstrap.com/)
- [pyopenssl](https://pypi.org/project/pyOpenSSL/)
- [Flask Dashboard Black by AppSeed](https://github.com/app-generator/flask-black-dashboard)
Raw data
{
"_id": null,
"home_page": null,
"name": "FreeTAKServer",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.11",
"maintainer_email": null,
"keywords": null,
"author": "FreeTAKTeam",
"author_email": "FreeTakTeam@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/2a/8e/c94431cb8e1dda4bf9995970442ef6fe4ee714a81b5d0b30dd8ccb8288b1/freetakserver-2.2.1.tar.gz",
"platform": null,
"description": "# FreeTAKServer [](https://pepy.tech/project/freetakserver)   \n\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## User Documentation\n\n\n\nFor documentation on installation and usage visit our [FreeTAKServer Documentation page](https://freetakteam.github.io/FreeTAKServer-User-Docs/)\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_APIDoc/) for integrations and extensions\n\n\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<https://pypi.org/rss/project/freetakserver/releases.xml>\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- Visit the ATAK subreddit\n <https://www.reddit.com/r/ATAK/>\n- or join the ATAK Discord\n <https://discordapp.com/invite/XEPyhHA>\n- or join the FreeTakServer Discord\n <https://discord.gg/VSukyY5wfD>\n\n## Architecture\n\nTAKFreeServer 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.\n\n## Documentation\n\nSee [user docs](https://freetakteam.github.io/FreeTAKServer-User-Docs/) for various information including an UML model of the Domain classes involved in a COT event.\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## Installing and using FreeTakServer\n\nFor installation [go here](https://freetakteam.github.io/FreeTAKServer-User-Docs/Installation/Linux/1_Install/).\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## Community\n\nIf you have any issues don't hesitate to [bring it up](https://github.com/Tapawingo/FreeTakServer/issues), as FreeTAKServer is in continuous development.\nTo discuss with the developer team you may use:\n\n- The [subreddit](https://www.reddit.com/r/ATAK/)\n- The [public ATAK Discord Server](https://discordapp.com/invite/XEPyhHA)\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&D\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&business=brothercorvo%40gmail.com&item_name=FreeTAKServer+R%26D¤cy_code=CAD&source=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> 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> Finally you can help the project by spamming FTS information, starring our repositories in github and Pip and upvoting us.\n\n[](https://star-history.com/#FreeTAKTeam/FreeTakServer&tkuester/taky&TAK-Product-Center/Server&Date)\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",
"bugtrack_url": null,
"license": null,
"summary": "An open source server for the TAK family of applications.",
"version": "2.2.1",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b46880018d6cb4782361ec98e7b2674a61fa3f8830be21e901c8096a6b3cebc0",
"md5": "f9de6dc17c535419bfbc5ba853b36780",
"sha256": "ef310faac4db150870c6a700521223bd1463b4f85c442419afaefaaf313e1c79"
},
"downloads": -1,
"filename": "freetakserver-2.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f9de6dc17c535419bfbc5ba853b36780",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.11",
"size": 1507934,
"upload_time": "2024-05-10T12:52:41",
"upload_time_iso_8601": "2024-05-10T12:52:41.848936Z",
"url": "https://files.pythonhosted.org/packages/b4/68/80018d6cb4782361ec98e7b2674a61fa3f8830be21e901c8096a6b3cebc0/freetakserver-2.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2a8ec94431cb8e1dda4bf9995970442ef6fe4ee714a81b5d0b30dd8ccb8288b1",
"md5": "9efd4efd7a8df526cf971c5e43c2b4ab",
"sha256": "b4d1313d924403a38d08aaf94bda56045b3387a8c87f10166a30f37422e456e7"
},
"downloads": -1,
"filename": "freetakserver-2.2.1.tar.gz",
"has_sig": false,
"md5_digest": "9efd4efd7a8df526cf971c5e43c2b4ab",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.11",
"size": 815554,
"upload_time": "2024-05-10T12:52:46",
"upload_time_iso_8601": "2024-05-10T12:52:46.505068Z",
"url": "https://files.pythonhosted.org/packages/2a/8e/c94431cb8e1dda4bf9995970442ef6fe4ee714a81b5d0b30dd8ccb8288b1/freetakserver-2.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-10 12:52:46",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "freetakserver"
}