Logo
Integration Guide

Builtin Integrations

Connecting to Hydris from external systems

Hydris can be integrated from any language using the gRPC/HTTP API, or connected to existing tactical and surveillance systems using built-in protocol adapters that require no code.

If you haven't installed Hydris yet, follow the installation instructions first.

Non-Code Integrations

If your system supports standard protocols, no code is required to connect them to Hydris. Integrations are configured via the command menu -> Configuration

ProtocolUse Case
ATAK / TAKCursor-on-Target (also known as TAK)
ASTERIXSurveillance radar track data
SAPIENTThe standard for Counter UAS
MAVLinkDrone and unmanned vehicle telemetry
AISMaritime vessel tracking
ADS-BAircraft tracking via adsb.lol
SpaceTrackSatellite tracking via TLE/SGP4
EdgeTXDrone and RC vehicle telemetry
ReolinkIP cameras with RTSP streams and PTZ control
AxisAxis IP cameras with RTSP streams and PTZ control
TailscalePeer discovery on Tailscale mesh networks

Code Integrations

MethodDescription
gRPC / HTTP APIConnect from any language using Protocol Buffers over gRPC. Multi-language quickstart with TypeScript, Python, Go, and Rust.

On this page