From cde41e54c9268a1208c28395ce78b53db7971714 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 18 Jul 2011 11:17:19 +0200 Subject: [PATCH] updated directory structure and READMEs --- README | 4 ++-- misc/controller/README | 18 +++++------------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/README b/README index 7b44bb7..1e977b9 100644 --- a/README +++ b/README @@ -11,8 +11,8 @@ volkszaehler.org/ |_ lib/ middleware libraries |_ misc/ |_ controller/ - | |_ php/ simple reference implemenation of controllers - | \_ ethersex ethersex fork optimized for volkszaehler.org + | |_ vzlogger/ command line tool to log meters/sensors + | \_ batch/ batch scripts for logging (prototypes) | |_ docs/ documentation |_ frontend/ diff --git a/misc/controller/README b/misc/controller/README index ca81261..493d2c4 100644 --- a/misc/controller/README +++ b/misc/controller/README @@ -1,14 +1,6 @@ -Dieses Verzeichnis enthällt den Sourcecode für die Messcontroller (und deren Webfrontend). +volkszaehler.org can read measurements from a variety of "controllers": -PHP ---------------------------------------- -Die PHP Implementation soll eine Referenz für alle anderen Controllerimplementationen darstellen und ist als Vorbild zu nutzen. - -Ethersex ---------------------------------------- -Informationen zum Comilen und flashen finden sich hier: -http://wiki.volkszaehler.org/software/ethersex - -Das ethersex Verzeichnis ist als git Submodule eingebunden und kann mit folgenden Befehlen nachgeladen werden: -git submodule init -git submodule update +vzlogger/ our main tool for logging meters/sensors/eHz and many more +ethersex/ little OS running on Atmel AVRs (clone from git://github.com/ethersex/ethersex.git) +batch/ a collection of batch scripts (mostly used for prototyping) +current_cost/