Skip to content
forked from meshtastic/js

JS/TS library for interfacing with Meshtastic devices

License

Notifications You must be signed in to change notification settings

jstarpl/meshtasticjs

 
 

Repository files navigation

Meshtastic.js

NPM Downloads CI CLA assistant Fiscal Contributors Vercel

Overview

Meshtastic.js is a JavaScript library that provides an interface to Meshtastic devices. It can be used to build applications to interface with Meshtastic networks, via HTTP(S), Web Bluetooth or Web Serial.

Getting Started Guide

Documentation/API Reference

Stats

Alt

Installation & Usage

The library is available from NPM and can be installed with:

pnpm add @meshtastic/meshtasticjs

Development & Building

The Meshtastic Protobuf Definitions must be pulled, this can be done via:

git submodule update --init

Then the type definitions need to be generated:

pnpm generate:protobufs

Finally the project can be built:

pnpm build

Optionally the doccumentation can be built with:

pnpm generate:docs

Compatibility

The Bluetooth and Serial connections rely on the availability of the Web Bluetooth and Web Serial API's respectively, this is represented in the compatibility matrices below.

Web Bluetooth compatability matrix Web Serial compatability matrix

About

JS/TS library for interfacing with Meshtastic devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • JavaScript 1.6%