|
| 1 | +--- |
| 2 | +order: 2 |
| 3 | +icon: fas fa-pager |
| 4 | +title: Antares Web Radar |
| 5 | +description: >- |
| 6 | + A real-time web-based radar visualization and experimentation tool built for rapid prototyping and analysis. |
| 7 | +--- |
| 8 | + |
| 9 | +## Overview |
| 10 | + |
| 11 | +**Antares Web Radar** is an interactive, browser-based radar interface designed to **visualize, analyze, and command radar simulations** in real time. Built for defense research, operational testing, and prototyping scenarios, it provides a seamless way to **observe radar data** with minimal setup or installation. |
| 12 | + |
| 13 | +By abstracting complexity and exposing only the necessary controls and data streams, Antares Web Radar empowers engineers, analysts, and decision-makers to **focus on the tactical implications of sensor data**, not the plumbing behind it. |
| 14 | + |
| 15 | +## Key Features |
| 16 | + |
| 17 | +### 🔍 Live Visualization of Radar Tracks |
| 18 | +- Real-time display of **moving targets** and **navigational aids** (ATONs) over a configurable radar canvas. |
| 19 | +- Automatic detection and **consolidation of multiple echoes** for the same object. |
| 20 | +- Intuitive visualization of **range, speed, and bearing** for all tracked entities. |
| 21 | + |
| 22 | +### 🧪 Rapid Experimentation |
| 23 | +- Seamlessly issue **commands to the simulation engine** such as adding vessels or resetting scenarios. |
| 24 | +- Built-in interface for configuring ships with different radar signatures, kinematics, and identifiers. |
| 25 | +- Designed to support **live experiments and training exercises** with minimal latency. |
| 26 | + |
| 27 | +### 🛰️ WebSocket Integration |
| 28 | +- Connects to a live radar stream via WebSocket for **low-latency data ingestion**. |
| 29 | +- Decodes structured telemetry modeled after standard radar output formats (e.g. range, bearing, position, velocity). |
| 30 | + |
| 31 | +### ⚙️ Zero-Install, Full Capability |
| 32 | +- Entirely web-based: just open the browser and connect. |
| 33 | +- Configurable via `.env` settings for controller and radar endpoints. |
| 34 | +- No installation or compilation required—**works out of the box** in any modern web browser. |
| 35 | + |
| 36 | +## Use Cases |
| 37 | + |
| 38 | +- **Sensor behavior validation**: visualize how changes in radar settings or environment affect target tracking. |
| 39 | +- **Command & control prototyping**: simulate real-world scenarios and test control interfaces. |
| 40 | +- **Training support**: provide operators or researchers with an intuitive radar feed for interpretation practice. |
| 41 | +- **Tactical replay and debrief**: re-run scenarios and observe how the system behaved under various configurations. |
| 42 | + |
| 43 | +## Screenshots |
| 44 | + |
| 45 | +{: width="700" } |
| 46 | +_Live radar display with multiple dynamic targets_ |
| 47 | + |
| 48 | +{: width="700" } |
| 49 | +_Adding a new vessel with customizable parameters_ |
| 50 | + |
| 51 | +## Learn More |
| 52 | + |
| 53 | +For source code, contributions, or in-depth technical details, visit the GitHub repository: |
| 54 | +👉 [https://github.com/TheSoftwareDesignLab/ANTARES/antares-web](https://github.com/TheSoftwareDesignLab/ANTARES/antares-web) |
| 55 | + |
0 commit comments