All Projects → meshtastic → meshtastic.js

meshtastic / meshtastic.js

Licence: GPL-3.0 License
Javascript library that provides an interface to Meshtastic devices

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to meshtastic.js

Meshtastic
Meshtastic project website and documentation
Stars: ✭ 277 (+669.44%)
Mutual labels:  meshtastic
Meshtastic-protobufs
Protobuf definitions for the Meshtastic project
Stars: ✭ 32 (-11.11%)
Mutual labels:  meshtastic

Meshtastic.js

Open in Visual Studio Code NPM Downloads CI CLA assistant

Overview

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

Getting Started Guide Documentation/API Reference

Installation & Usage

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

pnpm add @meshtastic/meshtasticjs

Development & Building

The Meshtastic Protobufs submodule 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

Powered by Vercel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].