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
952b330a
Commit
952b330a
authored
8 months ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
javadoc
parent
3e4031ca
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/src/UdpExamples/MulticastUdpReceiver.java
+6
-1
6 additions, 1 deletion
examples/src/UdpExamples/MulticastUdpReceiver.java
examples/src/UdpExamples/MulticastUdpSender.java
+6
-1
6 additions, 1 deletion
examples/src/UdpExamples/MulticastUdpSender.java
with
12 additions
and
2 deletions
examples/src/UdpExamples/MulticastUdpReceiver.java
+
6
−
1
View file @
952b330a
...
@@ -8,7 +8,12 @@ import java.util.logging.Level;
...
@@ -8,7 +8,12 @@ import java.util.logging.Level;
import
java.util.logging.Logger
;
import
java.util.logging.Logger
;
/**
/**
* Looks a lot like UdpReceiver. Start this before launching MulticastSender.
* Send preformatted test packets on a UDP multicast group.
* The source looks a lot like UnicastUdpReceiver. Start this before launching MulticastUdpSender.
* Multicast must be enabled for the (wired or wireless) LAN that the system is connected too.
* Note that these paired programs can communicate within a remote LAN (such as a wireless
* home network) even if one or both machines are connected via a
* <a href="https://en.wikipedia.org/wiki/Virtual_private_network" target="_blank">Virtual Private Network (VPN)</a>.
*
*
* @author mcgredo
* @author mcgredo
* @author brutzman@nps.edu
* @author brutzman@nps.edu
...
...
This diff is collapsed.
Click to expand it.
examples/src/UdpExamples/MulticastUdpSender.java
+
6
−
1
View file @
952b330a
...
@@ -7,7 +7,12 @@ import java.util.logging.Level;
...
@@ -7,7 +7,12 @@ import java.util.logging.Level;
import
java.util.logging.Logger
;
import
java.util.logging.Logger
;
/**
/**
* Looks a lot like UdpSender. Start this after launching MulticastReceiver.
* Send preformatted test packets on a UDP multicast group.
* The source looks a lot like UnicastUdpSender. Start this after launching MulticastUdpReceiver.
* Multicast must be enabled for the (wired or wireless) LAN that the system is connected too.
* Note that these paired programs can communicate within a remote LAN (such as a wireless
* home network) even if one or both machines are connected via a
* <a href="https://en.wikipedia.org/wiki/Virtual_private_network" target="_blank">Virtual Private Network (VPN)</a>.
*
*
* Privacy note: this sender advertises your user name as part of the multicast packet message
* Privacy note: this sender advertises your user name as part of the multicast packet message
*
*
...
...
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