LocalServiceInfo

class bpod_core.ipc.LocalServiceInfo

Bases: Struct

Information about a locally advertised service.

Yielded by LocalServiceAdvertisement.discover().

address: str

The address where the service can be reached.

pid: int

Process ID of the service.

properties: dict[str, str | None]

Additional key-value properties to advertise with the service.

service_name: str

The name of the service being advertised.

service_type: str

The type of service being advertised.

uuid: UUID

Unique identifier for the service instance.