@meshtastic/transport-node
v0.0.2
Published
NodeJS-specific transport layer for Meshtastic web applications.
Readme
@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);