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
SpaceTrackSatellite tracking via TLE/SGP4
ReolinkIP cameras with RTSP streams and PTZ control

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