|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.nps.moves.examples.EspduSender
public class EspduSender
Creates and sends ESPDUs in IEEE binary format.
Nested Class Summary | |
---|---|
static class |
EspduSender.NetworkMode
|
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_MULTICAST_GROUP
default multicast group we send on |
static int |
PORT
Port we send on |
Constructor Summary | |
---|---|
EspduSender()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Possible system properties, passed in via -Dattr=val networkMode: unicast, broadcast, multicast destinationIp: where to send the packet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_MULTICAST_GROUP
public static final int PORT
Constructor Detail |
---|
public EspduSender()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |