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 |
| ADS-B | Aircraft tracking via adsb.lol |
| SpaceTrack | Satellite tracking via TLE/SGP4 |
| EdgeTX | Drone and RC vehicle telemetry |
| Reolink | IP cameras with RTSP streams and PTZ control |
| Axis | Axis IP cameras with RTSP streams and PTZ control |
| Tailscale | Peer discovery on Tailscale mesh networks |
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
ADS-B
Track aircraft in real time using ADS-B data
EdgeTX
Drone and RC vehicle telemetry over CRSF
Axis
Axis IP cameras with RTSP, MJPEG, and PTZ
Tailscale
Discover Hydris peers on your Tailscale network