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

ebus (energy bus) is a bus system used in heating systems.
The 2-wire bus using a serial communication protocol.


Features:
=========

 * ebus - send and receive ebus commands
   - supported message types are Broadcast, Master-Master and Master-Slave
   - escape/unescape byte sequences and calculate CRC for transfer
   - collect data of cycle messages
   
 * tcp socket based multi session server
   
   Commands:
   - get        fetch data from ebus participant
   - set        adjust data of ebus participant
   - cyc        fetch data from collected cycle messages
   - loglevel   change loglevel
   - quit       close connection
   - 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%