Serialized Form

Class transport.protocol.Message implements Serializable

Serialized Fields

from

int from
The port number of who sent the message.


to

int to
The port number to whom the message is being sent.


Class transport.protocol.MulticastMessage implements Serializable

Serialized Fields

message

java.lang.String message
The string content of this Message.


content

java.lang.Object content
Content to send in this message. Must be Serializable.


hops

int hops
The maximum number hops the message can make.


Class transport.protocol.NMEAMessage implements Serializable

Serialized Fields

nmea

java.lang.String nmea
Nmea formatted message string.


latitude

double latitude
The latitude position for the receiving agent.


longitude

double longitude
The longitude position for the receiving agent.


heading

double heading
The heading for the receiving agent.


time

long time
The time for the receiving agent.