|
|
@ -6,7 +6,7 @@ import java.net.*; |
|
|
|
class UDPMulticastProducer { |
|
|
|
public static void main(String args[]) throws Exception { |
|
|
|
String groupname = "224.1.1.1"; |
|
|
|
int udpPort = 36040; |
|
|
|
int udpPort = 36041; |
|
|
|
BufferedReader inFromUser = new BufferedReader(new InputStreamReader(System.in)); |
|
|
|
MulticastSocket mcastSocket = new MulticastSocket(udpPort); |
|
|
|
InetAddress IPAddress = InetAddress.getByName(groupname); |
|
|
|