ZMQSerializer

Serialize data streams to be send through the zmq network

Input port

port name

data type

slots

description

data

IData

1-256

None

Options

port name

data type

default

description

port

unsigned int

7777

Local network port for data streaming. If interleave is false, then this is the first port in a sequence of ports used for streaming.

encoding

string

binary

Only two acceptable keyword (‘binary’ or ‘yaml’)

format

string

full

Only tree acceptable keyword (‘full’, ‘nodata’, ‘compact’) See serializer.hpp for more informations on this mode

interleave

bool

False

Interleave data streams from all input slots and stream to single network port.