Files
web/packages/transport-node
Austin d2cb51d489 Execute oxfmt (#1166)
Ran
pnpm oxfmt .

This should get the web repo aligned so that we can better enforce oxfmt going forward.
2026-06-16 20:30:08 -04:00
..
2026-06-16 20:30:08 -04:00
2025-07-09 22:02:10 -04:00
2026-06-16 20:30:08 -04:00

@meshtastic/transport-node

JSR CI CLA assistant Fiscal Contributors Vercel

Overview

@meshtastic/transport-node Provides TCP transport (Node) for Meshtastic devices. Installation instructions are available at JSR NPM

Usage

import { MeshDevice } from "@meshtastic/sdk";
import { TransportNode } from "@meshtastic/transport-node";

const transport = await TransportNode.create("10.10.0.57");
const device = new MeshDevice(transport);

Stats

Alt