This is the ThingsDB documentation for version v0, click here for the latest version!

Example ping

Can be used as keep-alive. A successful ping will respond with a PONG (16)

No authorization is required for sending a ping request.

Example

A Ping package has no data so we only need to construct the header:

  • Data length (0) \x00\x00\x00\x00
  • Identifier (0) \x00\x00
  • Ping package type (32) \x20
  • Inverse type check bit (223) \xdf

Sending the Ping package

\x00\x00\x00\x00\x00\x00\x20\xdf

Responding Pong package

\x00\x00\x00\x00\x00\x00\x10\xef