Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
ee50188a
Commit
ee50188a
authored
8 months ago
by
brutzman
Browse files
Options
Downloads
Patches
Plain Diff
console log from first machine, oldlaptop
parent
a394deea
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/src/UdpExamples/MulticastUdpChatKeyboardLog.txt
+47
-0
47 additions, 0 deletions
examples/src/UdpExamples/MulticastUdpChatKeyboardLog.txt
with
47 additions
and
0 deletions
examples/src/UdpExamples/MulticastUdpChatKeyboardLog.txt
0 → 100644
+
47
−
0
View file @
ee50188a
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment