diff --git a/examples/src/UdpExamples/MulticastUdpChatKeyboardLog.txt b/examples/src/UdpExamples/MulticastUdpChatKeyboardLog.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfbef0374c58a4ef674d16920d5b5f2dc7a07e30 --- /dev/null +++ b/examples/src/UdpExamples/MulticastUdpChatKeyboardLog.txt @@ -0,0 +1,47 @@ +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 + + +=============================== +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" +=============================== \ No newline at end of file