@meshtastic/core@2.6.6
latest
meshtastic/jsWorks with
•JSR Score70%•This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




Downloads328/wk
•Published11 months ago (2.6.6)
Core functionality for interfacing with Meshtastic devices
@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);
Stats
Add Package
deno add jsr:@meshtastic/core
Import symbol
import * as core from "@meshtastic/core";
Import directly with a jsr specifier
import * as core from "jsr:@meshtastic/core";