Roland Jax 4787c26b35 Added CFLAGS -Wall -Wextra to configure.ac
Fixed some compiler warnings related to changed CFLAGS settings.
2014-02-05 13:23:40 +01:00
2014-01-22 21:22:14 +01:00
2013-11-14 21:15:14 +01:00
2014-01-22 21:22:14 +01:00
2014-01-22 21:22:14 +01:00
2013-11-15 18:17:41 +01:00
2013-11-14 21:15:14 +01:00
2014-01-22 21:22:14 +01:00

ebus Daemon (ebusd) - README
============================

ebus (energy bus) is a serial communication protocoll used in heating systems. 


Features:
=========

 * ebus - send and receive ebus commands
   - Send Broadcast (BC), Master-Master (MM) and Master-Slave (MS) messages
   - Calculate CRC for sent and received data
   - Escaped and unescaped not allowed byte sequences
   - Saved data of specified cycle messages
   
 * telnet - multi telnet session (listen on TCP port 8888)
   The available commands are different of each heating system and provider.
   
   Commands:
   - get        send message to slave and decoded received answer
   - set        send data to the slave with the intention to adjust this value
   - cyc        return data from collected cycle messages
   - loglevel   change loglevel at runtime
   - quit       disconnect from daemon
   - shutdown   stop daemon
   

Build:
======

$ ./autogen.sh
$ ./configure
$ make


Daemon Configuration:
=====================

See ./ebusd -h


The author can be contacted at roland.jax@liwest.at.
S
Description
No description provided
Readme
11 MiB
Languages
C++ 91.1%
Shell 3%
M4 1.9%
HTML 1.6%
CMake 0.9%
Other 1.4%