All Projects → kdudkov → opensky2cot

kdudkov / opensky2cot

Licence: other
Opensky Network to CoT/ATAK server data converter

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to opensky2cot

goatak
go ATAK/CivTAK simple server & web client
Stars: ✭ 38 (+171.43%)
Mutual labels:  cot, atak, civtak
ATAK-Certs
Tool for creating and packaging certificates for Taky, OpenTAKRouter and FTS
Stars: ✭ 15 (+7.14%)
Mutual labels:  atak, freetakserver
FreeTAKUAS
DJI drone flying app with integrations for FreeTAKServer
Stars: ✭ 41 (+192.86%)
Mutual labels:  atak, freetakserver
aprscot
aprscot - APRS to Cursor On Target Gateway.
Stars: ✭ 25 (+78.57%)
Mutual labels:  cot, atak
FreeTAKServer-User-Docs
FreeTAKServer documentation for end users
Stars: ✭ 23 (+64.29%)
Mutual labels:  freetakserver

Opensky to CoT data converter

This simple python script fetches aircraft position data from Opensky Network and pushes it to Cursor-on-Target server (like FreeTakServer, or Goatak). Must work with ATAK server too.

Usage

python3 osky.py -h to see all options

python3 osky.py --proto broadcast to send events via broadcast network, your CivTAK phone must be in one network with your computer

Usage with FreeTakServer

  1. Run FreeTakServer: sudo docker run -p 8080:8080/tcp -p 8087:8087/tcp -e FTS_CONNECTION_MESSAGE="hello" -v fts_data:/data --name fts --restart unless-stopped freetakteam/freetakserver:1.2.5
  2. Run my script: python3 osky.py --proto tcp --port 8087 --addr 127.0.0.1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].