Skip to content
tpkarras edited this page May 13, 2025 · 7 revisions

Octets are numbers containing a binary sequence that indicates either the number or a continuation of said sequence.

Each octet is an 8 bit string, bits 1-8 can be either 1 or 0, bit 8 indicates whether it's a continuation (1) or a terminus (0).

Octets must be 0-128 or 255.

Clone this wiki locally