Package com.sun.multicast.reliable.applications.mctest
Source code for the MCTest application.
This application uses reliable multicast to stream data from a sender
to multiple receivers.
See:
Description
Package com.sun.multicast.reliable.applications.mctest Description
Source code for the MCTest application.
This application uses reliable multicast to stream data from a sender
to multiple receivers.
Command line arguments are as follows:
For the sender:
java com.sun.multicast.reliable.applications.mctest.MCTest -s -i filename [-a address] [-p port] [-r rate] [-v (enables transport logging)]
filename - the name of the file to send
address - the multicast address to use. Default is 224.10.10.10.
port - the port to use. Default is 4567.
rate - the maximum rate to use. Default is 400KB.
For the receivers:
java com.sun.multicast.reliable.applications.mctest.MCTest -c -o filename [-a address] [-p port] [-v (enables transport logging)]
filename - the name of the file to receive into
address - the multicast address to use. Default is 224.10.10.10.
port - the port to use. Default is 4567.
JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.