KO
|
EN
gitlite — search
Search
#python
#go
#nodejs
#javascript
#php
#ruby
#r
#shell
#java
#metrics
#ios
#logging
ATAK-geobot
★ 34
Open GitHub ↗
A geo bot for ATAK
Download README (.md)
Explore Similar Repositories
aiscot
:
Display Ships in TAK - AIS to TAK Gateway
ATAK_push_cots
:
Push Cursor on Target messages to TAK clients with attachments and other information
ATAK-Weather-Plugin
:
No description available.
UI
:
FreeTAKServer Web User Interface project
node-CoT
:
Javascript Cursor-On-Target Library
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ATAK-geobot
?
Download (.md)
# ATAK geo bot This script is a client to a TAK server which forwards messages to web services like What3Words. It has been tested with https://github.com/tkuester/taky  ## Setup ### Fetch libraries for w3w and OSGB python3 -m pip install what3words OSGridConverter 1. Edit the settings in the script for your server and API keys |Parameter | Default | Description | |--|--|--| | TAK_SERVER_ADDRESS | 127.0.0.1 | TAK Server IP address | | TAK_SERVER_PORT | 8087 | TAK Server TCP port | 2. In a terminal, run your TAK server taky -l debug 3. In a new terminal, run the chatbot script python3 geobot.py 4. Expect to see a message on your TAK client in "All Chat Rooms" "GEO-BOT online" 5. Start chatting to the bot directly, not in the "All Chat Rooms" ## BOT commands |Command | Description | |--|--| | bng | Convert WGS84 to British National Grid / OSGB | | w3w | Convert WGS84 to what-3-words. Requires API key... | | ddd | Decimal degrees dropper. Paste in coordinates, get a pin |