On this page
§1.3
Conventions
§1.3.1 Normative keywords
The key words MUST, MUST NOT, SHOULD, SHOULD NOT, and MAY in this specification are to be interpreted as described in RFC 2119.
§1.3.2 Byte order
All multi-byte integers in the event header and ring buffer metadata page are little-endian. The ring buffer magic field is a fixed byte sequence compared byte-by-byte, not an integer.
§1.3.3 String encoding
Event type strings are UTF-8 encoded. No case folding or normalization is applied -- event types are compared as raw byte sequences.
§1.3.4 Payload encoding
Event payloads are encoded using MessagePack (msgpack) as defined by the MessagePack specification. KMES does not interpret payload contents.
Peios Learn
Built with Trail