ping

Name

ping -- General-purpose unconnected "ping" command.

Parameter Format

The following table shows how the command is encoded for network transmission:

TypeNameDescription
uint8id = 5The command byte that identifies this command.
string500messagePing data payload, delivered to the host.

Description

The ping command is used to send arbitrary data to a computer that is assumed to be running a Verse host service. It is sent without first establishing a connection, so the data is sent without authorization or data security. This means ping data is not guaranteed to be delivered.

For examples of practical use of the Verse ping command, please see the server description and master server specifications, both of which are implemented on top of ping.