reticulum-js
    Preparing search index...
    • Builds the msgpack app_data blob for an lxmf.delivery announce.

      The display name is encoded as msgpack bin (0xc4), NOT str, matching upstream (§4.3 / §9.3). A str-encoded name breaks peer-name display in Sideband/Nomadnet/MeshChat because those clients read element 0 as bytes.

      Parameters

      • displayName: string

        Human-readable node name.

      • OptionalstampCost: number | null = null

        Active stamp cost (upstream emits nil unless 1 ≤ N ≤ 254); null signals stamping is disabled.

      • OptionalsupportedFunctions: number[] = ...

        Capability flags; defaults to [SF_COMPRESSION].

      Returns Uint8Array<ArrayBufferLike>