Files
web/packages/transport-node/README.md
Dan Ditomaso 66b839742a Add node-transport lib (#703)
* feat: add node transport

* updated readme

* Update packages/transport-node/README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-09 22:02:10 -04:00

1.4 KiB

@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