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
| Protocol | Use Case |
|---|---|
| ATAK / TAK | Cursor-on-Target (also known as TAK) |
| ASTERIX | Surveillance radar track data |
| SAPIENT | The standard for Counter UAS |
| MAVLink | Drone and unmanned vehicle telemetry |
| AIS | Maritime vessel tracking |
| SpaceTrack | Satellite tracking via TLE/SGP4 |
| Reolink | IP cameras with RTSP streams and PTZ control |
Code Integrations
| Method | Description |
|---|---|
| gRPC / HTTP API | Connect from any language using Protocol Buffers over gRPC. Multi-language quickstart with TypeScript, Python, Go, and Rust. |
gRPC / HTTP API
Multi-language quickstart with TypeScript, Python, Go, and Rust
ATAK
Bidirectional TAK interop over TCP, UDP, and multicast
ASTERIX
Receive and send ASTERIX CAT 062 radar surveillance tracks
SAPIENT
Connect autonomous sensor networks with SAPIENT v1/v2
MAVLink
Receive telemetry from drones and unmanned vehicles
AIS
Maritime vessel positions and identity via AIS/NMEA
SpaceTrack
Track satellites using TLE data and SGP4 propagation
Reolink
IP cameras with RTSP streams and PTZ control