From 764fdebfc925c729a4235e45f8314d747854e02c Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 25 Aug 2024 19:15:18 -0700
Subject: [PATCH] add newlaptop console to shared session log

---
 .../UdpExamples/MulticastUdpChatKeyboardLog.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/examples/src/UdpExamples/MulticastUdpChatKeyboardLog.txt b/examples/src/UdpExamples/MulticastUdpChatKeyboardLog.txt
index cfbef0374c..c4a07fb833 100644
--- a/examples/src/UdpExamples/MulticastUdpChatKeyboardLog.txt
+++ b/examples/src/UdpExamples/MulticastUdpChatKeyboardLog.txt
@@ -20,9 +20,25 @@ 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
@@ -44,4 +60,5 @@ Multicast packets received log:
  3. "[brutzman  2] newlaptop 2" 
  4. "[brutzman  2] oldlaptop 2" 
  5. "[brutzman  3] quit" 
+
 ===============================
\ No newline at end of file
-- 
GitLab