4
Command_Ping
Eveldee edited this page 2019-03-21 21:24:38 +00:00

PING - Command

Description

The PING command is used to check if a remote is responding.
It should always be sent as the first command for testing purpose, a connection should
be terminated if a PING request fail.

Request

Command Argument
PING Ping
  • Ping: can be anything

Response

Command Argument
PING Pong
  • Pong: exactly the same value as the received Ping

Example

PING
Hello World!

Request

PING
Hello World!

Response