Skip to content
Snippets Groups Projects
Commit 952b330a authored by Brutzman, Don's avatar Brutzman, Don
Browse files

javadoc

parent 3e4031ca
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
...@@ -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
* *
......
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