pympipool.shared.communication

pympipool.shared.communication#

Functions

interface_bootup(command_lst, connections[, ...])

Start interface for ZMQ communication

interface_connect(host, port)

Connect to an existing SocketInterface instance by providing the hostname and the port as strings.

interface_receive(socket)

Receive instructions from a SocketInterface instance.

interface_send(socket, result_dict)

Send results to a SocketInterface instance.

interface_shutdown(socket, context)

Close the connection to a SocketInterface instance.

Classes

SocketInterface([interface])

The SocketInterface is an abstraction layer on top of the zero message queue.