README, NEWS and ChangeLog adapted.

This commit is contained in:
Roland Jax
2014-11-26 13:05:53 +01:00
parent 11b522a342
commit 8c5de31d98
4 changed files with 14 additions and 403 deletions
+10 -16
View File
@@ -1,5 +1,5 @@
ebusd - README
--------------
ebusd
-----
The ebusd provides a communication interface to the energy bus (ebus)
which is used in various heating systems.
@@ -8,12 +8,11 @@ which is used in various heating systems.
Features
--------
* send and receive ebus commands for all ebus message types
(message types are: Broadcast, Master-Master and Master-Slave)
* collect data of cycle messages
* poll messages and collect received data
* write raw data into dump files (for debugging purpose)
* send and receive ebus commands
* collect data of cycle commands
* poll commands and collect received data
* scan ebus to identifies bus participants
* dump raw data into binary files
* available daemon commands:
- get fetch data from ebus participant
@@ -45,16 +44,11 @@ vendor specific configuration files for ebusd
See https://github.com/yuhu-/ebus-configuration
Tools
-----
ebusctl - client program for ebusd
----------------------------------
server commands:
* connect to ebusd (socket) and execute server commands (commands see above)
local commands:
* 'feed' ebusd with raw data from dump files (or telnet) to ebusd
* 'ebusctl' is a tcp socket client for ebusd.
* 'ebusfeed' is a tool to feed ebusd with raw data from dump files.
Build