reticulum-js
    Preparing search index...

    Module @reticulum/core/src/lxmf/index.js

    LXMF (Lightweight Extensible Message Format) — public barrel.

    Asynchronous, store-and-forward messaging primitives: one-to-one messages, the router, paper/QR messaging, and the propagation-node server.

    LXMF is intentionally NOT re-exported from the package root (src/index.js): it is a sizable, server-leaning module and ESM eagerly evaluates the whole static import graph, so re-exporting it would bloat import { Reticulum } from "@reticulum/core" for browsers. Import it here by subpath instead:

    import { LXMessage, LXMRouter } from "@reticulum/core/src/lxmf/index.js";

    For the leanest possible graph, import a single symbol directly from its module file (e.g. .../lxmf/message.js) — importing from this barrel pulls in every LXMF module.

    LXMFConstants
    LXStamper
    PeerState
    LXMessage
    LXMPeer
    LXMRouter
    MessageStore
    PropagationNode
    buildAnnounceAppData
    buildPropagationNodeAppData
    packPropagationContainer
    parseAnnounceAppData
    parsePropagationNodeAppData
    unpackPropagationContainer