From b5888e68878309764a6aede25779740e27bb218e Mon Sep 17 00:00:00 2001 From: flabbergast Date: Mon, 3 Feb 2014 19:20:58 +0000 Subject: [PATCH] Update README. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4d4c2a..4bf78b5 100644 --- a/README.md +++ b/README.md @@ -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/). \ No newline at end of file +Originally inspired by [Node-LEDS](http://www.quietless.com/kitchen/controlling-24-leds-with-node-js-and-a-raspberry-pi/).