OnixS ICE iMpact Multicast Price Feed Handler C++ library  8.15.1
API documentation
Multicast Tunnel Proxy

For the test environment, the multicast tunnel proxy can be used to receive multicast messages through a TCP tunnel.

How to install?

Multicast tunnel proxy utility is available as part of ICE iMpact Multicast Price Feed Getting Started package which can be obtained from by contacting ICE Support.

How does it work?

The tunnel proxy establishes a socket connection to the feed server, receives the messages and multicasts them on the local network based on the multicast group mapping rules from TunnelProxy.properties file.

Once the tunnel proxy is launched, the multicast client can join the local multicast channels that the tunnel is currently multicasting. This provides a seamless operation from the clients' perspective. The diagram below illustrates the connectivity:

MulticastTunnelProxy.png
Multicast Tunnel Proxy

The tunnel TCP server address is 63.247.113.163. But the tunnel port could be different depending on the multicast groups. You can find the port numbers under connection info for API Test env in ICE iMpact Multicast Feed Technical Specification.

How to specify a network interface?

Configuration parameter tunnel.multicast.interface in the TunnelProxy.properties file could be used.

1 #
2 # In case you want to multicast on a specific interface, or if your local
3 # network doesn't support # multicast, you can uncomment the following property.
4 # This property sets the multicast interface to 127.0.0.1
5 #
6 tunnel.multicast.interface=127.0.0.1
Note
The value 127.0.0.1 works perfectly in most cases.