# Radios

Reliable wireless communication is a critical component of UAV system performance. The DroneCore Suite is designed to interface with professional-grade radio systems that support long-range, high-throughput, and secure data transmission. These links handle multiple data streams, including real-time video, telemetry, command and control (C2), and multi-node mesh networking.

The listed radio systems are fully compatible with the platform and have been validated through integration in operational UAV deployments. They can be used both in custom-built configurations and as part of complete Airvolute UAV systems. The selection represents a set of datalink technologies that meet established requirements for reliability, bandwidth, and operational robustness.

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Mesh Rider</strong></td><td data-object-fit="contain"><a href="/files/No0pHPOh2MVcsUpjbear">/files/No0pHPOh2MVcsUpjbear</a></td><td><a href="/pages/nPFa20vo96KP0Wx1gkaI">/pages/nPFa20vo96KP0Wx1gkaI</a></td></tr><tr><td align="center"><strong>StreamCaster</strong></td><td data-object-fit="contain"><a href="/files/g63bhEPwv0aoyXoEwcoJ">/files/g63bhEPwv0aoyXoEwcoJ</a></td><td><a href="/pages/FLdwlbWxocRconal7ChD">/pages/FLdwlbWxocRconal7ChD</a></td></tr><tr><td align="center"><strong>Viulinx</strong></td><td data-object-fit="contain"><a href="/files/geIwx5DGlD9GvAOK61hb">/files/geIwx5DGlD9GvAOK61hb</a></td><td><a href="/pages/6fA8nkPthhymoruolqRf">/pages/6fA8nkPthhymoruolqRf</a></td></tr></tbody></table>

***

## Use cases

Once a radio link is established, the DroneCore Suite acts as a transparent IP network node. This\
opens up a wide range of connected capabilities:

* **Ground control stations** - QGroundControl, Mission Planner, or custom GCS software over MAVLink/UDP
* **Live video streaming** - HD or 4K streams from gimbals and cameras via RTSP forwarded over the datalink
* **Payload control** - gimbal commands, sensor triggering, and payload telemetry tunnelled over the same link
* **Remote SSH/diagnostics** - direct shell access to the Companion Computer for in-field debugging
* **Multi-vehicle coordination** - with mesh radios (DoodleLabs or Silvus), multiple UAVs and ground operators share one network
* **Sensor data offload** - LiDAR point clouds, thermal data, or inspection imagery streamed in near-real-time to a ground station

The key requirement for any of the above is that the radio link presents a standard IP interface to\
the DroneCore system. All three supported radio families satisfy this, and their Ethernet interfaces connect directly to the onboard network switch without additional hardware.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.airvolute.com/hidden-wip/radios.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
