Skip to content
Snippets Groups Projects
Commit ee50188a authored by brutzman's avatar brutzman
Browse files

console log from first machine, oldlaptop

parent a394deea
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment