Skip to main content
Works with
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score70%
Downloads328/wk
Published11 months ago (2.6.6)

Core functionality for interfacing with Meshtastic devices

@meshtastic/core

JSR CI CLA assistant Fiscal Contributors Vercel

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

Alt

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@meshtastic/core

Import symbol

import * as core from "@meshtastic/core";
or

Import directly with a jsr specifier

import * as core from "jsr:@meshtastic/core";