Publish JSON fifo and routes to one or more e-links (FIDs)

Usage:
    felix-fifo2elink [options] <fifo> <hostname_or_ip_or_iface> <port> <elink> (<did> <cid>)...

Options:
    -b, --netio-pagesize=SIZE       NetIO page size in kilobytes [default: 64]
    -B, --netio-pages=N             Number of NetIO pages [default: 256]
    -g, --bus-groupname GROUP_NAME  Group name to use for the bus [default: FELIX]
    -b, --bus-dir DIRECTORY         Directory to use for the bus [default: ./bus]
    -v, --verbose                   Verbose output
    -w, --netio-watermark=SIZE      NetIO watermark in kilobytes [default: 56]
    --error-out=fifo                (NA) Write error information to the error FIFO

Arguments:
    <fifo>                      FIFO (JSON) to read from
    <hostname_or_ip_or_iface>   Hostname or IP or Interface to publish from
    <port>                      Port number to use
    <elink>                     Elink to use for FID
    <did>                       DetectorID to use for FID
    <cid>                       ConnectorID to use for FID
