Roland Jax
|
6e2f29d6c2
|
class BaseLoop: config option added. (config reload implemented)
|
2014-10-03 12:35:15 +02:00 |
|
Roland Jax
|
0d02a4ba8e
|
daemon log option reworked (logarea -> logareas; loglevel -> log level).
|
2014-10-02 22:33:04 +02:00 |
|
Roland Jax
|
c65e74947f
|
global Objects (network, commands, ebusloop, cycdata) relocated into new global Object baseloop.
|
2014-10-02 18:50:23 +02:00 |
|
Roland Jax
|
bda1b87952
|
class CYCData: methode delCommands added.
|
2014-09-28 21:23:12 +02:00 |
|
Roland Jax
|
fd6e65e7d7
|
class CYCData: methode addCommands added.
|
2014-09-28 21:01:51 +02:00 |
|
Roland Jax
|
3061bd09ca
|
CYCData::findData - some log points added.
|
2014-09-28 20:51:56 +02:00 |
|
Roland Jax
|
9092e290c2
|
class BaseLoop: checking for the transmitted telegram type 'BC' improved.
|
2014-09-27 21:01:27 +02:00 |
|
Roland Jax
|
6b0bd394ab
|
ebusctl: some error messages added.
|
2014-08-27 15:36:42 +02:00 |
|
Roland Jax
|
3407386b94
|
daemon: 'stop' command added.
|
2014-06-22 07:48:31 +02:00 |
|
Roland Jax
|
da2d943fce
|
class WQueue: method 'T remove(const long delay)' removed.
|
2014-06-21 15:34:18 +02:00 |
|
Roland Jax
|
081f1eefe7
|
class BaseLoop: receive timeout message changed.
|
2014-06-21 15:06:58 +02:00 |
|
Roland Jax
|
9a47ba14d8
|
daemon: pthread names changed.
|
2014-06-20 16:36:08 +02:00 |
|
Roland Jax
|
ffbdf5f8b3
|
class WQueue: method 'T remove(const long delay)' added.
|
2014-06-20 13:35:16 +02:00 |
|
Roland Jax
|
56c5dc668c
|
daemon option --recvtimeout added.
|
2014-06-18 18:47:18 +02:00 |
|
Roland Jax
|
cb35117785
|
BUG: in Appl::parseArgs: 'Checking if necessary arguments were entered' added.
|
2014-06-10 13:51:05 +02:00 |
|
Roland Jax
|
370cac97fb
|
class Appl: addArgs function added.
|
2014-06-02 22:04:08 +02:00 |
|
Roland Jax
|
bc7b4d91b0
|
ebusd_send added.
TCPListener renamed to TCPServer.
TCPClient added.
|
2014-06-02 18:58:19 +02:00 |
|
Roland Jax
|
f77e6d215c
|
directory 'test' to 'tools' renamed.
|
2014-05-31 16:55:17 +02:00 |
|
Roland Jax
|
1a1db87d6d
|
README: missing info for logarea and loglevel added.
|
2014-05-21 16:59:46 +02:00 |
|
Roland Jax
|
09c0229060
|
NEW: ebus-daemon merged into ebusd.
|
2014-05-20 22:12:02 +02:00 |
|
Roland Jax
|
fd93217f66
|
NEW: new command 'hex' added; sends given hex value to slave [hex type value] (ZZ PB SB NN Dx)
|
2014-05-19 20:24:12 +02:00 |
|
Roland Jax
|
b75246bf11
|
config: factor for DesiredTemp correted.
|
2014-05-18 16:45:06 +02:00 |
|
Roland Jax
|
0ed9795d99
|
logger: logarea and loglevel reimplemented; daemon socket option logarea added.
|
2014-05-17 13:48:32 +02:00 |
|
Roland Jax
|
ad200cc6b9
|
class BaseLoop: parameter test for dump and log command added.
|
2014-05-14 19:07:47 +02:00 |
|
Roland Jax
|
92a3f7fbc5
|
daemon parameter '--retries' (number retries send ebus command) added.
|
2014-05-13 18:58:10 +02:00 |
|
Roland Jax
|
820b4dd6be
|
class BaseLoop: help page added; ReadMe adapted.
|
2014-05-12 18:27:56 +02:00 |
|
Roland Jax
|
2a2b638fc4
|
cleanup: not necessary c_str() removed.
|
2014-05-12 17:59:41 +02:00 |
|
Roland Jax
|
3cc04bf3a7
|
some cosmetics.
|
2014-05-11 15:12:00 +02:00 |
|
Roland Jax
|
1d2bd3840f
|
Default ebus config dir changed to /etc/ebus-daemon
|
2014-05-09 11:47:34 +02:00 |
|
Roland Jax
|
e302ce4745
|
BUG: Appl::parseArgs searching for '-' in argument reduced to first character; Appl::printSettings added.
|
2014-05-05 22:48:58 +02:00 |
|
Roland Jax
|
60cfff6738
|
daemon option -l --logfile added; ebusd strings replaced with ebus-daemon
|
2014-05-05 09:22:59 +02:00 |
|
Roland Jax
|
6a5bdd28c5
|
class BaseLoop: daemon command SET implemented.
|
2014-05-04 21:53:19 +02:00 |
|
Roland Jax
|
fa57297735
|
class BaseLoop: query for negative results added.
|
2014-05-01 22:40:22 +02:00 |
|
Roland Jax
|
a8c8c3bd1b
|
atoX functions replaced with strtoX implementation.
|
2014-04-27 20:40:27 +02:00 |
|
Roland Jax
|
ec1ce841d0
|
class BaseLoop: ignore daemon socket commands case insensitive
|
2014-04-23 21:49:21 +02:00 |
|
Roland Jax
|
c3321d9130
|
class BaseLoop: adapted for Command::calcResult
|
2014-04-21 21:08:00 +02:00 |
|
Roland Jax
|
e9a4721c8f
|
class CYCData: findData() added; various cleanup
|
2014-04-18 19:45:05 +02:00 |
|
Roland Jax
|
fdc52ee122
|
initial commit
|
2014-04-14 23:40:45 +02:00 |
|
Roland Jax
|
167e17b001
|
wrong files from c++ branch deleted.
|
2014-03-16 17:07:16 +01:00 |
|
Roland Jax
|
7907533bac
|
factor added for uin, sin, ulg, slg, flt
|
2014-03-15 20:51:53 +01:00 |
|
Roland Jax
|
1c4a935696
|
Some cosmetic changes.
|
2014-02-21 12:36:50 +01:00 |
|
Roland Jax
|
3ec0712bc4
|
Improved ebus device handling to use tcp based device too
|
2014-02-20 23:11:31 +01:00 |
|
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 |
|
Roland Jax
|
5f51856176
|
Missing daemon option -n (nodevicecheck) fixed.
|
2014-01-05 17:52:16 +01:00 |
|
Roland Jax
|
11aa98c4fa
|
New daemon option nodevicecheck added.
|
2013-11-29 15:03:07 +01:00 |
|
Roland Jax
|
916ec20456
|
Initial commit on github.
|
2013-11-14 21:15:14 +01:00 |
|