# How Remote ID works

## Broadcast Method

The current Remote ID implementation in AuterionOS on Skynode is using the WiFi Beacon transmission method, where Remote ID information is embedded into [WiFi Beacon frames](https://en.wikipedia.org/wiki/Beacon_frame). Every device that scans for WiFi networks and is within range therefore has access to the drone's Remote ID information.

## Remote ID Data

AuterionOS streams the basic ID message, aircraft location and system message from the GCS in every WiFi Beacon frame. More specifically, the frames contain:

* GCS Information:
  * Latitude and Longitude of the GCS
  * Geometric altitude of the GCS
* Vehicle information:
  * Vehicle serial number or session ID
  * Latitude and Longitude of the vehicle
  * Geometric altitude of the vehicle
  * Velocity of the vehicle expressed as
    * Track direction
    * Horizontal and vertical speed
* Coordinated Universal Time (UTC) timestamp of this data
* Operational or emergency status of the vehicle


---

# 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.camflite.com/camflite-aurora-intro/remote-id/how-remote-id-works.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.
