reticulum-js
    Preparing search index...
    • Builds the §9.3 wake-packet msgpack Map: { "receiver" → bin(16) } plus an optional "sender" (LXMF path) and/or "channel" (rfed.channel fanout). String keys, binary values; missing keys are omitted (Rust encode_wake_payload).

      Parameters

      • parts: {
            channel?: Uint8Array<ArrayBufferLike> | null;
            receiver: Uint8Array;
            sender?: Uint8Array<ArrayBufferLike> | null;
        }

      Returns Uint8Array<ArrayBufferLike>