From 8be273c9ad650f07be926b8dcc24955c7fa0e3ff Mon Sep 17 00:00:00 2001 From: Roland Jax Date: Sat, 12 Apr 2014 21:01:59 +0200 Subject: [PATCH] README clarify --- README | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README b/README index ff7bd4e6..625e4c72 100644 --- a/README +++ b/README @@ -9,19 +9,18 @@ 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 - - escape and unescape not allowed byte sequences - - collect data of specified cycle messages + - supported message types are Broadcast, Master-Master and Master-Slave + - escape/unescape byte sequences and calculate CRC for transfer + - collect data of cycle messages - * telnet - tcp based multi session server + * tcp socket based multi session server Commands: - - get send message to slave and decode 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 + - 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