-
Notifications
You must be signed in to change notification settings - Fork 5
How to use Servo with BBB example as template
Starting from the following Nodejs application, a lab owner should:
-
Install the necessary node modules using the Node Packaged Modules (https://www.npmjs.org/). Lab owners can find node modules necessary for their specific applications on the mentioned website.
-
Modify the
package.json
file to include the newly installed modules or delete the unnecessary ones. -
Modify the
README.md
file to better describe the specific application. -
Modify the
websocket-server.js
file to address correctly the specific instrumentation connected to the BeagleBone Black and service adequately the user client. Lab owners can use the javascript libraries on this website: http://beagleboard.org/Support/BoneScript for the specific use of the connected hardware to the GPIOs of the board.