@meshtastic/core
v2.6.7
Published
Core functionalities for Meshtastic web applications.
Readme
@meshtastic/core
Overview
@meshtastic/core Provides core functionality for interfacing with Meshtastic
devices. Installation instructions are available at
JSR
NPM
Usage
import { MeshDevice } from "@meshtastic/core";
// Transport if provided by one of the available transport adapters
const device = new MeshDevice(transport);