felix-register - Receive control data for registers and reply.

    Usage:
      felix-register [options] <local_ip_or_interface> (<device> <did> <cid>)...

    Options:
      -h --help                         Show this screen.
      --version                         Show version.
      --bus-dir=<bus-directory>         Set bus directory [default: bus]
      --bus-groupname=<groupname>       Set groupname for bus to use [default: FELIX]
      --cmd-port=<N>                    Set port number for commands to the devices [default: 53402 + (10 * first-device)]
      --pub-port=<N>                    Set port number for publications from the devices [default: 53403 + (10 * first-device)]
      --log-level=<loglevel>            Specify level of logging (trace, debug, info, notice, warning, error, fatal) [default: info]
      --mon-port=<N>                    Set port number for monitoring of the devices [default: 53404 + (10 * first-device)]
      --mon-interval=<seconds>          Set monitoring interval [default: 5]
      --mon-regfile=<file>              File containing the name of additinal card registers to monitor [default: ""]
      --verbose                         Show verbose output [default: false]
      --verbose-bus                     Show bus information [default: false]
      --no-cmd-channel                  Do not instantiate a Cmd channel, for testing only [default: false]
      --no-reply                        Do not reply, for unit tests only [default: false]
      --no-mon-channel                  Do not start MON channel [default: false]

    Arguments:
      <local_ip_or_interface>           Local IP or interface
      <device>                          Use FLX device
      <did>                             DID (Detector Id) to use in FID (Felix ID)
      <cid>                             CID (Connector Id) to use in FID (Felix ID)

    Notes:
      <device> <did> <cid> triplets should be declared in endpoint-0, endpoint-1 order.
      Requests for non-existing endpoint-1 will be routed to endpoint-0: device 1 -> device 0, device 3 -> device 2

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

