felix-toflx - FELIX central data acquisition application

    Usage:
      felix-toflx [options --device=<device>... --cid=<cid>...]

    General Options:
        --bus-dir=DIRECTORY         Write felix-bus information to this directory. [default: ./bus]
        --bus-groupname=NAME        Use this groupname for the bus. [default: FELIX]
        --cid=<cid>...              CID (Connector Ids) to set in FID (Felix ID). Can be used multiple times. [default: device]
        --did=<did>                 DID (Detector Id) to set in FID (Felix ID). [default: 0]
    -d, --device=<device>...        Use FLX device DEVICE. [default: 0]
        --error-out=<fifo>          Write error information to a UNIX FIFO
        --free-cmem                 Free previously booked cmem segment by name-<device>-<dma>
        --iface=<iface>             Send data to the interface. [calculated: use --ip value]
    -i, --ip=<ip>                   Publish data on the ip address IP. [default: libfabric:127.0.0.1]
    -b, --netio-pagesize=<size>     NetIO page size in Byte. [default: 65536]
    -B, --netio-pages=<size>        Number of NetIO pages. [default: 256]
        --stats-out=<fifo>          Write periodic statistics data to a UNIX FIFO
        --stats-period=<ms>         Period in milliseconds for statistics dumps. [default: 1000]
    -?, --help                      Give this help list
    -v, --verbose                   Produce verbose output
        --verbose-bus               Produce verbose output for bus
    -V, --version                   Print program version
        --evloop-type=<type>        Event loop type to use. [default: netio-next]
        --vid=N                     VID (Version Id) to set in FID (Felix ID) [default: 1]

    ToFlx Options:
    -c, --cmem=SIZE                 CMEM buffer size in MB. [default: 20]
    -p, --port=PORT                 Send data to port PORT. [calculated: 53200 + 10*device + dma]
    -u, --unbuffered                Use unbuffered mode
    -t, --trickle                   Use trickle mode

Report bugs to <https://its.cern.ch/jira/projects/FLXUSERS>.

