Open Source Smart Meter with focus on privacy - you remain the master of your data.
Go to file
Steffen Vogel 0b10eadb6a improved dynamic creation/modification of channel properties 2012-02-21 17:49:26 +01:00
etc changed default include path for doctrine (required for install.sh) fixes #127 2011-11-23 00:38:38 +01:00
htdocs improved dynamic creation/modification of channel properties 2012-02-21 17:49:26 +01:00
lib removed autogenerated Proxies from git (use misc/tools/doctrine orm:generate-proxies) 2012-02-21 01:48:30 +01:00
misc updated install.sh, added release.sh 2012-02-21 01:52:22 +01:00
.gitignore closes #39 (new directory structure) 2010-12-27 16:06:03 +01:00
.gitmodules fixed invalid submodule address 2011-07-18 10:54:35 +02:00
.htaccess added ip to .htaccess to fix systems with strange hostnames ;) 2011-09-14 09:46:49 +02:00
CHANGELOG last changes for the release 2011-08-08 01:30:13 +02:00
COPYING updated docs 2011-08-08 01:09:45 +02:00
INSTALL updated docs 2011-08-08 01:09:45 +02:00
README Added mbus to README 2011-12-03 08:20:45 +01:00

README

This are the scripts running on volkszaehler.org
Feel free to setup your own installation and protect your privacy!

volkszaehler.org/
 |_ etc/			configuration files
 |_ debian			metadata for debian packaging
 |_ htdocs/			static files accessible through the web
 |   |_ middleware.php		middleware bootstrapping
 |   \_ frontend		web frontend
 |
 |_ lib/			middleware libraries
 |_ misc/
 |   |_ controller/
 |   |   |_ vzlogger/		command line tool to log meters/sensors
 |   |   |_ mbus/               a controler for mbus/messbus
 |   |   \_ batch/		batch scripts for logging (prototypes)
 |   |
 |   |_ docs/			documentation
 |   |_ frontend/		
 |   |_ graphics/		several graphics for docs, etc..
 |   |_ sql/			database schema dumps
 |   |   \_ demo/		demo data
 |   |
 |   |_ tools/			scripts for imports, installation etc.
 |   \_ tests/			simple tests for middleware classes
 \_ var/			SQLite database (optional)

Wiki: http://wiki.volkszaehler.org
Other: http://volkszaehler.org
Or contact our mailing list: volkszaehler-dev@lists.volkszaehler.org