Files
web/packages/transport-node
Jeremy Gallant 90cf136b8c Update test format (#821)
* Lint tests, format JSON

* Update test formatting

---------

Co-authored-by: philon- <philon-@users.noreply.github.com>
2025-08-31 21:30:11 -04:00
..
2025-08-31 21:30:11 -04:00
2025-07-09 22:02:10 -04:00
2025-08-31 16:04:34 -04:00
2025-07-09 22:02:10 -04:00
2025-08-31 16:04:34 -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/core";
import { TransportNode } from "@meshtastic/transport-node";

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

Stats

Alt