@meshtastic/transport-node-serial
v0.0.2
Published
NodeJS-specific serial transport layer for Meshtastic web applications.
Readme
@meshtastic/transport-node-serial
Overview
@meshtastic/transport-noden-node Provides Serial transport (Node) for Meshtastic
devices. Installation instructions are available at
JSR
NPM
Usage
import { MeshDevice } from "@meshtastic/core";
import { TransportNodeSerial } from "@meshtastic/transport-node-serial";
const transport = await TransportNodeSerial.create("/dev/cu.usbserial-0001");
const device = new MeshDevice(transport);