Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Latest commit

 

History

History

nassau-soupbintcp-gateway

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Nassau SoupBinTCP Gateway

This directory defines a Docker image for a NASDAQ SoupBinTCP 3.00 gateway.

Configuration

The Docker container is configured using environment variables.

The following environment variables are optional:

  • NASSAU_SOUPBINTCP_GATEWAY_UPSTREAM_MULTICAST_GROUP: The IP address of the multicast session.

  • NASSAU_SOUPBINTCP_GATEWAY_UPSTREAM_MULTICAST_PORT: The UDP port of the multicast session.

  • NASSAU_SOUPBINTCP_GATEWAY_UPSTREAM_REQUEST_ADDRESS: The IP address of the request server.

  • NASSAU_SOUPBINTCP_GATEWAY_UPSTREAM_REQUEST_PORT: The UDP port of the request server.

Build

Build the Docker image:

docker build --tag nassau-soupbintcp-gateway .