roq-udp-publisher#

UDP (multicast) publisher

The publisher allows you transmit CustomMetrics over UDP (multicast).

Installing#

$ mamba install \
      --channel https://roq-trading.com/conda/stable \
      roq-udp-publisher
$ mamba install \
      --channel https://roq-trading.com/conda/unstable \
      roq-udp-publisher

Using#

$ roq-udp-publisher \
      --name "udp-publisher" \
      --config_file $CONFIG_FILE_PATH \
      --client_listen_address $UNIX_SOCKET_PATH \
      --flagfile $ENVIRONMENT_FLAGFILE

Flags#

$ roq-udp-publisher --help
--exchange (udp)

Exchange identifier

Configuration#

$ $CONDA_PREFIX/share/roq-udp-publisher/config.toml

Important

The template will be replaced when the software is upgraded. Make a copy and modify to your needs.

symbols = ".*"

[users]

  [users.trader]
  password = "secret"

Constraints#