README adapted.

This commit is contained in:
Roland Jax
2014-11-17 20:47:10 +01:00
parent 3f7f60cc68
commit 46e8aa7a77
2 changed files with 36 additions and 40 deletions
+23 -27
View File
@@ -13,6 +13,7 @@ Features
* collect data of cycle messages
* poll messages and collect received data
* write raw data into dump files (for debugging purpose)
* scan ebus to identifies bus participants
* available daemon commands:
- get fetch data from ebus participant
@@ -20,6 +21,10 @@ Features
- cyc fetch data from collected cycle messages
- hex send given hex value to ebus (ZZPBSBNNDx)
- scan scan kown slave addresses (collected)
- scan full scan all possible slave addresses
- scan result show scanning results
- log areas change log areas
- log level change log level
@@ -29,12 +34,29 @@ Features
- reload reload ebus configuration
- stop stop daemon
- quit close connection
- help print help page
vendor specific configuration files for ebusd
---------------------------------------------
See https://github.com/yuhu-/ebus-configuration
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
Build
-----
@@ -43,32 +65,6 @@ $ make
$ make install
Daemon Configuration
--------------------
See ./ebusd -h
Vendor specific configuration files
-----------------------------------
See https://github.com/yuhu-/ebus-configuration
Tools
-----
ebusctl - client program for ebusd.
local commands:
* 'feed' ebusd with raw data from dump files (or telnet) to ebusd
* 'scan' ebus and identifies the participants
remote commands:
* connect to ebusd (socket) and execute server commands (see above)
See ./ebusctl -h
For usage and further information take a look on help page.