8000 GitHub - nemanjan00/meshtastic-js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nemanjan00/meshtastic-js

Repository files navigation

meshtastic-js

JS lib for talking to Meshtastic node from Browser or Node.JS

Table of contents

Usage

const { interfaceFactory, commandsFactory } = require("meshtastic-js");

const interface = interfaceFactory("/dev/ttyUSB0");
const commands = commandsFactory(interface);

commands.getNodeDB().then(data => {
	console.log(data);
});

Installation

NPM

npm install meshtastic-js --save

Yarn

yarn add meshtastic-js

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published
0