SunNETs Language
SunNET has only a three commands of note.
- DATA - transmits normal data through SunNET
- SECURE - though currently not implemented, this command will send secured data.
- CLOSE - Close down the connection this command was sent on. This can be used
when a site is about to go offline for some reason.
The DATA command
The DATA is of the following form:
DATA {ReturnACK, TimeStamp, PacketID, Path, Destination, Protocol, Message}
Each DATA command has the following seven elements:
The SECURE command
The Secure command has not yet been implemented entirely, but is expected to have the
same format as the data command.
The CLOSE command
The close command takes no arguments. It causes the link to shutdown and turn
itself off (ie, not attempt to regenerate).