From: Tom Martin (tig@wiltecinc.com)
Date: Mon Jul 12 2004 - 12:29:05 GMT-3
Mathew,
I wrote a simple program for creating multicast streams that I use for studying. It's written in Java (I primarily work in Linux, other people I work with mainly use Windows so it seemed a good fit). You may need to get the JDK from Sun.
I've posted my program here: http://www.wiltecinc.com/Multicast.jar
To start the streaming server, open a command prompt, navigate to the directory where the the Multicast.jar file is and execute:
java -jar Multicast.jar send=239.0.0.1
To start a client to listen to the stream, execute:
java -jar Multicast.jar recv=239.0.0.1
To start a client that reports statistics to the screen:
java -jar Multicast.jar recv=239.0.0.1,verbose
I tend to thrown in new options as I test different scenarios. You can see all of the options and get full syntax by:
java -jar Multicast.jar
-- Tom
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of Mathew
Sent: Monday, July 12, 2004 10:55 AM
To: CCIE LAB List
Subject: windows multicast server & viewer for multicast lab tests
Hi,
Can I now whether there is a free (freeware) simple multicast server &
client software for windows for testing our LABs with multicast configs?
As I am somewhat weak on multicast, I need to play around with a server
& a client on my home lab so that I can really see the "show" outputs
while the IP stream is active, etc.
Thanks for the reply.
mathew
This archive was generated by hypermail 2.1.4 : Sun Aug 01 2004 - 10:11:52 GMT-3