OnixS ICE iMpact Multicast Price Feed Handler C++ library  8.15.1
API documentation
Multicast Test Program

Setup package contains a simple program that may be used to test multicast feed connections and to troubleshoot Multicast issues. This utility can be found in the tools/ directory of the setup package.

How does MulticastTest work?

For example, following command checks the availability of ICE Futures Brent, Price Level, Live Feed:

1 $ MulticastTest.exe --verbose --ip 233.156.208.228 --port 20228 --interface 127.0.0.1 --maxPackets 30
2 ip: 233.156.208.228
3 port: 20228
4 interface: 127.0.0.1
5 timeout: 30
6 maxPackets: 30
7 Creating socket
8 Setting SO_REUSEADDR
9 Setting SO_RCVTIMEO
10 Initializing socket address
11 Binding
12 Initializing mcast request
13 Initializing interface address
14 Joining mcast group
15 Date: 07/15/2013
16  Time Bytes Packets
17 Entering test loop
18 11:45:21 572 4
19 11:45:22 1573 11
20 11:45:23 2574 18
21 11:45:24 3432 24
22 11:45:25 4433 31

Please refer to the included README.txt file for build and usage information.