Drone radar design
Drone radar design
Overall design using OpenGTS
OpenGTS have 4 main modules
- GUI with map and account and vehicle administration
- Feed web services working to support UI and retrieve tracker feeds, vehicle info and account info
- Tracker feed, trackers (vehicle and account database (my sql)
- 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
- On map showing all alive vehicles within each users map boundaries
- A list of active vehicles
How to solve: (extra retrieval process)
Two step retrieval from openGTS tracker feed table
- 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
- The user request feeding showing all tracks within a geographical boundaries for each active retrieving user.
- Track simulator for simulate drone movments for demo purpose Add a process for each drone that refresh new positions every 10 seconds on server