utils ssml Simple util to subscribe on multicast group. Example of execution ssml 239.192.112.7 10.50.129.200 9027 (format "ssml src_ip group_ip group_port". ) vpn_scripts Windows scripts to set some route to successfully setup PPTP VPN connection for UAT access test.py python script for subscription to multicast feed. USAGE: python test.py recv -s 91.203.253.225 -p 16001 -g 239.195.1.1 -i 195.1.1.1 -s source address -p port number -g multicast group address -i receiving server network interface address (optional) Once per second the script writes in console: -number of bytes received in this second -number of messages received in this second -time Sample output while receiving production FX market feed: python test.py recv -s 91.203.253.225 -p 16001 -g 239.195.1.1 READY. 3160 49 12-22-52 16305 243 12-22-53 8952 135 12-22-54 2107 30 12-22-56 61651 720 12-22-57 91714 1199 12-22-58 300515 3695 12-22-59 235475 2958 12-23-00 299681 3618 12-23-01 485507 5900 12-23-02 510967 6013 12-23-03 431080 4979 12-23-04 181146 2003 12-23-05 233204 2806 12-23-06 105636 1123 12-23-07 153877 1641 12-23-08 96406 1297 12-23-09 162885 1866 12-23-10 164907 1809 12-23-11 106086 1341 12-23-12 78918 1067 12-23-13 66799 925 12-23-14 70828 954 12-23-15 61408 845 12-23-16 Few more samples available in src_examples.txt