HYPERLABS Radium gRPC API (TDR11100)
Public gRPC control and acquisition interface for the HYPERLABS TDR11100 Time Domain Reflectometer. The proto3 service radium.v1.Radium exposes 22 unary RPCs covering readiness and board state, reset, LED control, board temperature, TDR enable/preset configuration, acquisition-filter configuration, license management, and T0 / calibration-region offsets, plus 3 server-streaming RPCs that emit an open-ended stream of state events, LED state and waveform sample packets. The service listens on TCP port 50052 on the instrument itself over an insecure (plaintext, unauthenticated) channel, so the contract is device-local rather than internet-facing. HYPERLABS publishes the .proto, the generated Python bindings and a worked Python capture example under an MIT license on its GitHub organization.