Rendeer Systems
Pharos mission intelligence visualization

Pharos mission intelligence

Pharos is Rendeer Systems' mission intelligence layer for small unmanned and edge systems. It ingests telemetry, detections, and health data from air, ground, maritime platforms, and edge nodes and turns them into a coherent mission picture for planning, live monitoring, and after-action review.

Inputs

Telemetry streams, detections, health and status updates, and mission timelines from air, ground, maritime platforms, fixed sensors, and edge compute nodes.

Outputs

Unified tracks, mission timelines, alerts, and summaries for operators, command systems, and downstream analytics tools.

Targets

Small unmanned systems, fixed and mobile sensors, and StarEdge or other edge compute nodes across air and surface domains.

Capabilities

Built for real-world operations.

Unified mission picture

Combines telemetry, detections, video metadata, and operator events from multiple platforms into a single mission view with shared timelines and maps.

Cross-domain fusion

Correlates air, ground, maritime, and fixed sensors so teams can understand what is happening across assets and domains, even when individual feeds are intermittent or degraded.

Disconnected-friendly design

Designed to work with logs and streams from disconnected and degraded environments, and to synchronize mission history when connectivity allows, without requiring constant backhaul.

Interfaces

Connects to the systems you already use.

Pharos is designed to sit alongside existing control stacks, sensors, and edge compute. It ingests telemetry and state over standard protocols, turning separate feeds into a normalized mission view without replacing flight controllers or radios.

MavLink and similar telemetry

Consumes navigation, attitude, and mission messages from Ardupilot, PX4, and other compatible stacks for display, fusion, and alerting, without taking over low-level control.

NMEA and GNSS-style feeds

Ingests position and timing data expressed as NMEA sentences or equivalent from systems that may be operating in degraded or contested environments.

Custom and vendor APIs

Adapter layer for proprietary or vendor-specific telemetry and event APIs, enabling Pharos to pull data from consumer and commercial systems without exposing low-level internals.

Example ingestion mapping

# Telemetry ingestion
MAVLINK_MSG_GLOBAL_POSITION_INT -> PHAROS_TRACK
MAVLINK_MSG_ATTITUDE            -> PHAROS_STATE

# NMEA ingestion
NMEA_GGA, NMEA_RMC              -> PHAROS_TRACK

# Normalized mission view
PHAROS_MISSION_VIEW {
  tracks:   fused_tracks[]
  events:   mission_events[]
  health:   platform_health[]
}

Integration

Bring existing platforms into a single mission view.

01 · Connect feeds

Expose telemetry, detections, and health streams from drones, surface vehicles, sensors, and edge nodes using existing protocols.

02 · Normalize and tag

Map raw messages into Pharos' common schema, tag assets and missions, and align events on unified timelines.

03 · Review and act

Use the Pharos mission view for planning, live oversight, and after-action review, or export data into other analysis tools.