vzlogger/debian/control

24 lines
1 KiB
Text
Raw Permalink Normal View History

2011-06-09 18:30:07 +02:00
Source: vzlogger
Section: net
Priority: optional
Maintainer: Steffen Vogel <info@steffenvogel.de>
2011-10-08 17:21:58 +02:00
Build-Depends: debhelper (>= 7.0.50~), pkg-config (>= 0.25), libjson0-dev (>= 0.9), libcurl4-openssl-dev (>= 7.19), libmicrohttpd-dev (>= 0.4.6)
2011-08-31 00:32:24 +02:00
Standards-Version: 3.9.1
2011-06-09 18:30:07 +02:00
Homepage: http://wiki.volkszaehler.org/software/controller/vzlogger
Vcs-Git: git://github.com/volkszaehler/volkszaehler.org.git
Vcs-Browser: http://github.com/volkszaehler/volkszaehler.org/tree/master/misc/controller/vzlogger/
Package: vzlogger
Architecture: any
2011-12-06 03:53:03 +01:00
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
2011-10-16 14:32:52 +02:00
Description: program for logging measurements to an volkszaehler.org middleware
2011-06-09 18:30:07 +02:00
vzlogger...
2011-10-08 17:21:58 +02:00
* is a tool to read and log measurements of a wide variety of smartmeters and
sensors to the volkszaehler.org middleware.
* can run as a daemon or via Cron.
2011-06-09 18:30:07 +02:00
* includes a tiny onboard httpd to serve
2011-10-08 17:21:58 +02:00
realtime readings to the AJAX web frontend.
* is written in ANSI C and should run on most embedded devices
which conform to the POSIX standard.