mirror of
https://github.com/meshtastic/web.git
synced 2026-02-01 11:21:48 -05:00
* 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>
1.4 KiB
1.4 KiB
@meshtastic/transport-node
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);