0.3.0 • Published 9 months ago

@rf24/rf24 v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@rf24/rf24

NPM Version Node.js API Node Current CHANGELOG

The node.js binding for the rf24-rs project (written in rust).

This package is only functional on Linux machines. Although, installing this package in non-Linux environments will provide the typing information used on Linux.

See the docs for more detail about the API.

Install

To install from npmjs.com:

npm install @rf24/rf24

To build from source:

yarn install
yarn build:debug

Examples

The examples are written in Typescript and located in the repository's root path "examples/node/ts". To compile them to Javascript, run the following commands:

yarn install
yarn build:examples

Afterwards the Javascript files are located "examples/node/js". To run them just pass the example file's path to the node interpreter:

node examples/node/js/gettingStarted.js
0.3.0

9 months ago

0.2.2

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago