1
0
Fork 0
Use node.js to interact with LLAP devices (example): https://github.com/flabbergast/node-llap
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flabbergast 64644aa84b
Update bootstrap.
10 years ago
modules Basic log displaying. 10 years ago
public Update bootstrap. 10 years ago
views Update bootstrap. 10 years ago
.gitignore Add logging incoming messages to a file via winston. 11 years ago
README.md Update readme and package.json. 10 years ago
TODO.md Add a basic temp sensor display. 10 years ago
app.js Initial checkin. 11 years ago
llap.sublime-project Initial checkin. 11 years ago
package.json Basic log displaying. 10 years ago

README.md

Sensors base server

A node.js app for collecting and displaying LLAP messages from sensors (a-la Ciseco sensors).

Setup

The basic hardware setup is:

The software setup / server side:

  • have node installed
  • get the app's sources, e.g. clone this git repo: git clone https://github.com/flabbergast/node-llap
  • run npm install from the app's source directory
  • run the app by npm app.js
  • open the website and enjoy

Note that currently the app expects one Ciseco's sensor with a thermistor, in the cyclic sleep/transmit mode. The device name should be TM. All the other LLAP will be only displayed in the log.

More explanations

Since it's veery unlikely that you'll have the same setup as me, some editing of the sources might be necessary. For this reason, I'm including some explanations for the sources:

Credits

Originally inspired by Node-LEDS.