bpod_core.ipc¶
Inter-process Communication, service discovery and related.
Functions¶
Discover a device/service on the local network matching given properties. |
|
Discover all services matching the given type and properties. |
Classes¶
File-based local service advertisement for IPC discovery. |
|
Information about a locally advertised service. |
|
Abstract Base class to |
|
A client for communicating with |
|
A service discovery event yielded by |
|
A ZeroMQ host providing REQ/REP and PUB/SUB sockets with service discovery. |
|
Lazy iterator for service discovery events. |
Exceptions¶
- exception bpod_core.ipc.RemoteError ¶
Bases:
ServiceErrorException representing an error on the remote side.
Attributes¶
- bpod_core.ipc.T = ~T¶
Per-call reply type for
ServiceClient.
- bpod_core.ipc.U = ~U¶
Default reply type for
ServiceClient, set at construction.