Skip to content

xeronimus/node-libroboint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.