You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hexanode consists of programs that connect other devices to the hexabus network. There is a web frontend that can display sensor information and aggregated measurements such as the power grid infeed. The aggregated values are calculated within another program. In addition, there is an interface program for MIDI pads (right now the AKAI LPD8) that transforms MIDI messages to hexabus packets.
Prerequisites
boost 1.48 (use package libboost1.48-all on ubuntu)
The web frontend consists of a node.js frontend that provides a responsive HTML5 interface, and a backend which integrates with the hexabus network and forwards certain measurements to the web frontend.
For the frontend, please install node v0.8X manually. Then:
$ cd webfrontend
$ npm install
$ node app.js # or plain node