1
0
Fork 0

Update README.

This commit is contained in:
flabbergast 2014-02-03 19:20:58 +00:00
parent fb2003f9cc
commit b5888e6887
1 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ A [node.js](http://nodejs.org) app for collecting and displaying LLAP messages f
Hopefully it should not be too hard for you to poke around the sources, figuring out what code does what and how to modify it to one's needs.
## Notice
While doing this project was fun, I have moved on to a different solution for the same "problem". The approach taken in this project is "one app to rule them all": the node app monitors the incoming transmissions, processes them, logs the data, takes care of displaying the data over http. I was having hard time making the logging work the way I wanted, and figuring out how to display graphs was a bit daunting. So, all in all, I probably won't work on this anymore.
### Setup
The basic hardware setup is:
@ -42,4 +46,4 @@ Working code (on my machines). Running elsewhere will likely need some source mo
### Credits
Originally inspired by [Node-LEDS](http://www.quietless.com/kitchen/controlling-24-leds-with-node-js-and-a-raspberry-pi/).
Originally inspired by [Node-LEDS](http://www.quietless.com/kitchen/controlling-24-leds-with-node-js-and-a-raspberry-pi/).