0.1.1 • Published 4 years ago

libroboint v0.1.1

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

node.js wrapper around libroboint

Thanks to https://gitlab.com/Humpelstilzchen/libroboint

This npm module allows you to communicate with the Fischertechnik Robo Interface via Node.JS

Setup

installing libroboint

First, add the repository, see http://vontaene.de/apt/README.txt

Then install libroboint-all

$ sudo apt-get update
$ sudo apt-get install libroboint-all 

installing node-libroboint

$ npm i libroboint

Usage

Check the examples directory to get a basic idea.

See the API documentation for more details.