Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rick51231/tak-update-server
TAK update server dev
https://github.com/rick51231/tak-update-server
atak server tak update
Last synced: about 6 hours ago
JSON representation
TAK update server dev
- Host: GitHub
- URL: https://github.com/rick51231/tak-update-server
- Owner: rick51231
- Created: 2023-02-16T10:08:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T11:15:45.000Z (over 1 year ago)
- Last Synced: 2024-11-15T18:19:05.075Z (2 months ago)
- Topics: atak, server, tak, update
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TAK Update Server
This is my own implementation of the TAK update protocol/server.
At the moment it only provides basic functionality like uploading plugins/apps and downloading them from the ATAK app.
Currently, only the ATAK application and plugins are supported.### Installation
- Install requirements via `npm install`
- Build project via `npx tsc`
- Set the `ACCESS_TOKEN` environment variable with your management token. Bash example: `export ACCESS_TOKEN=16123123123`
- Run app via `node build/index.js`
- Upload plugins via `http://localhost:8019/manage?token=`### Usage
- Open menu `ATAK app > More icon > Plugins > More icon > Edit`
- Enable option `Update Server`
- Enter your server url into `Update Server URL`Please note that ATAK requires HTTPS for the update server, so you should run it behind a TLS reverse proxy or create your own certificates for this app.