Skip to main content

Module server

Module server 

Source
Expand description

Top-level PVA server orchestration.

run_pva_server binds UDP + TCP + beacon and runs until cancelled.

Structs§

PvaServerConfig
Configuration for the PVA server.
PvaServerState
Shared server state wrapping a PvStore implementation.

Functions§

run_pva_server
Run a PVA server (UDP search + TCP handler + beacon).
run_pva_server_with_registry
Like run_pva_server but re-uses an existing MonitorRegistry.