Skip to content

Drone radar design

Drone radar design

Overall design using OpenGTS

OpenGTS have 4 main modules

  1. GUI with map and account and vehicle administration
  2. Feed web services working to support UI and retrieve tracker feeds, vehicle info and account info
  3. Tracker feed, trackers (vehicle and account database (my sql)
  4. Tracker feed collect agents

In general each feed is done from a unique device, and this devise is identified as a vehicle on a specific account.

We keep all this intact an make extra retrieval process

We need

  1. On map showing all alive vehicles within each users map boundaries
  2. A list of active vehicles

How to solve: (extra retrieval process)

Two step retrieval from openGTS tracker feed table

  1. A process that query the tracker feed table on current feeds (alive ones with a time frame) and put to a tracker feed run time table
  2. The user request feeding showing all tracks within a geographical boundaries for each active retrieving user.
  3. Track simulator for simulate drone movments for demo purpose Add a process for each drone that refresh new positions every 10 seconds on server

Tasks and issues