auron89,
What do you mean "...can not find the necessary files to the operation..."?
Do you have node.js installed?
Do you have git installed? (Can't recall if git is installed out of the box on Raspbian)
Did you follow the instructions for installing nodeimu ?
Be sure you are in the nodeimu directory at this point.
Code: Select all
$ git clone https://github.com/rupnikj/nodeimu --recursive && cd nodeimu
$ npm install node-gyp -g
$ npm install
$ node test.js
The test should run.
Those tests are right there in the nodeimu directory.
I see no documentation on how to use this but everything you need to know can be found by reading test.js and testSync.js. It's not complicated.
Memory in C++ is a leaky abstraction .