Skip to content
Snippets Groups Projects
MulticastUdpChatKeyboardLog.txt 2.93 KiB
MulticastUdpChatKeyboardLog.txt

===============================
oldlaptop MulticastUdpChatKeyboardSender

ant -f D:\\x-nps-gitlab\\NetworkedGraphicsMV3500\\examples -Dnb.internal.action.name=run.single -Djavac.includes=UdpExamples/MulticastUdpChatKeyboardSender.java -Drun.class=UdpExamples.MulticastUdpChatKeyboardSender run-single
init:
Deleting: D:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
deps-jar:
Updating property file: D:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
Compiling 1 source file to D:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\classes
compile-single:
run-single:
UdpExamples.MulticastUdpChatKeyboardSender started...
Multicast address/port: 239.1.2.15/1718
[DisThreadedNetworkInterface] using network interface Intel(R) Dual Band Wireless-AC 8260
type new message here:  oldlaptop 1
Sent packet  1 of 100: "oldlaptop 1"
type new message here:  oldlaptop 2
Sent packet  2 of 100: "oldlaptop 2"
type new message here:  quit
Sent packet  3 of 100: "quit"

===============================
newlaptop MulticastUdpChatKeyboardSender

ant -f C:\\x3d-nps-gitlab\\NetworkedGraphicsMV3500\\examples -Dnb.internal.action.name=run.single -Djavac.includes=UdpExamples/MulticastUdpChatKeyboardSender.java -Drun.class=UdpExamples.MulticastUdpChatKeyboardSender run-single
init:
Deleting: C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
deps-jar:
Updating property file: C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
Compiling 1 source file to C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\classes
compile-single:
run-single:
UdpExamples.MulticastUdpChatKeyboardSender started...
Multicast address/port: 239.1.2.15/1718
[DisThreadedNetworkInterface] using network interface Intel(R) Wi-Fi 6E AX210 160MHz
type new message here:  newlaptop 1
Sent packet  1 of 100: "newlaptop 1"
type new message here:  newlaptop 2
Sent packet  2 of 100: "newlaptop 2"

===============================
oldlaptop MulticastUdpReceiver

ant -f D:\\x-nps-gitlab\\NetworkedGraphicsMV3500\\examples -Dnb.internal.action.name=run.single -Djavac.includes=UdpExamples/MulticastUdpReceiver.java -Drun.class=UdpExamples.MulticastUdpReceiver run-single
init:
Deleting: D:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
deps-jar:
Updating property file: D:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
Compiling 1 source file to D:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\classes
compile-single:
run-single:
UdpExamples.MulticastUdpReceiver started...
[DisThreadedNetworkInterface] using network interface Intel(R) Dual Band Wireless-AC 8260
Multicast address/port: 239.1.2.15/1718 isBound=true
Multicast packets received log:
 1. "[brutzman  1] oldlaptop 1" 
 2. "[brutzman  1] newlaptop 1" 
 3. "[brutzman  2] newlaptop 2" 
 4. "[brutzman  2] oldlaptop 2" 
 5. "[brutzman  3] quit" 

===============================