fnordlicht library & sample code in ansi c
Vai al file
Steffen Vogel 5f1f6b0d7c fixed whitespace 2014-01-04 23:56:23 +01:00
debian added startup script and configuration for fnweb 2013-02-19 22:55:56 +00:00
share brand new javascript frontend with a lot of fancy features! 2013-02-19 21:55:34 +00:00
src fixed whitespace 2014-01-04 23:56:23 +01:00
web brand new javascript frontend with a lot of fancy features! 2013-02-19 21:55:34 +00:00
.gitignore added binaries and other garbage to .gitignore 2012-03-14 09:17:49 +00:00
AUTHORS gnu-ified buildsystem 2011-06-12 14:18:14 +02:00
COPYING added licence file 2010-10-31 22:34:45 +01:00
ChangeLog gnu-ified buildsystem 2011-06-12 14:18:14 +02:00
INSTALL gnu-ified buildsystem 2011-06-12 14:18:14 +02:00
Makefile.am add web directory to automake install 2013-02-19 22:54:47 +00:00
Makefile.in add web directory to automake install 2013-02-19 22:54:47 +00:00
NEWS gnu-ified buildsystem 2011-06-12 14:18:14 +02:00
README gnu-ified buildsystem 2011-06-12 14:18:14 +02:00
aclocal.m4 updated buildsystem 2013-02-19 21:56:26 +00:00
autogen.sh gnu-ified buildsystem 2011-06-12 14:18:14 +02:00
config.guess updated buildsystem 2013-02-19 21:56:26 +00:00
config.h.in added fnweb: a webinterface to control your lights via browser/smartphone 2012-01-19 13:15:38 +01:00
config.sub updated buildsystem 2013-02-19 21:56:26 +00:00
configure updated buildsystem 2013-02-19 21:56:26 +00:00
configure.ac added fnweb: a webinterface to control your lights via browser/smartphone 2012-01-19 13:15:38 +01:00
depcomp updated buildsystem 2013-02-19 21:56:26 +00:00
fn.pc.in gnu-ified buildsystem 2011-06-12 14:18:14 +02:00
install-sh updated buildsystem 2013-02-19 21:56:26 +00:00
ltmain.sh updated buildsystem 2013-02-19 21:56:26 +00:00
missing updated buildsystem 2013-02-19 21:56:26 +00:00

README

This Pakage is a suite of tools and a lib to control & configure your fnordlichts:

libfn	is a simple c lib for controlling your fnordlichts
fnctl	is a sample programm which uses libfn
fnvum	is a vu meter to use your fnordlichts as a calvilux
fnpom	is a program to visualize measurements from a volkszaehler.org middleware

Please contact me by mail (info@steffenvogel.de) for bug reports, feature requests or further remarks.

HARDWARE

All tools have been tested with a chain of ten fnordlicht minis:
http://wiki.lochraster.org/wiki/Fnordlichtmini

The libary has been implemented according to this protocol spec:
https://raw.github.com/fd0/fnordlicht/master/doc/PROTOCOL

To connect the fnordlichts to your computer you need a serial port or an USB to RS232 adapter and a RS232 to TTL level shifter (MAX232).
Connect your CTS line to the interrupt line of the fnordlicht bus to be able to count the devices on the bus.

INSTALLATION

Please read INSTALL