john30
|
453ffd2477
|
corrected dump for divider
|
2015-02-23 23:36:56 +01:00 |
|
john30
|
d50b3b6cb2
|
added FIELD.N to 'read' command for retrieving N'th FIELD, fixed getMasterNumber(), check maximum NN in message, use more constants, check all type conversions, added --nodevicecheck to ebusfeed help
|
2015-02-22 13:57:37 +01:00 |
|
john30
|
e484bf57b9
|
added helper for dumping messages, corrected line number printing
|
2015-02-21 16:19:02 +01:00 |
|
john30
|
2786e44d73
|
simplified
|
2015-02-21 13:19:05 +01:00 |
|
john30
|
41cd38ab75
|
changed code style
|
2015-02-21 13:18:36 +01:00 |
|
john30
|
7bead7fa7b
|
made result_t an enum
|
2015-02-15 18:59:41 +01:00 |
|
john30
|
ff3fdf84a6
|
header
|
2015-02-15 18:59:30 +01:00 |
|
john30
|
c6bd44d2b9
|
header
|
2015-02-15 18:58:47 +01:00 |
|
john30
|
d2d97c399b
|
header
|
2015-02-15 18:50:43 +01:00 |
|
john30
|
2e92b15ec5
|
unexpected syn is now an error, simplified, log self-update requests specially
|
2015-02-15 18:36:14 +01:00 |
|
john30
|
1f422e0685
|
moved TODO to correct position
|
2015-02-15 18:16:31 +01:00 |
|
john30
|
71d8727d2d
|
solved some TODOs, check hex input and message length, simplified SymbolString ctors, fixed extra newline in scan result, no longer include write messages in default find command types, append command type to find result in verbose mode, add source and/or destination to update log when not set in the message definition, documentation
|
2015-02-15 12:20:06 +01:00 |
|
john30
|
0c0a137ef5
|
nicer error messages
|
2015-02-14 14:19:53 +01:00 |
|
john30
|
a16cb85bd0
|
comment
|
2015-02-14 14:19:22 +01:00 |
|
john30
|
1e150844c3
|
use relative libs for dist, add missing files, add define for sysconfdir
|
2015-02-14 14:18:43 +01:00 |
|
john30
|
479434c8fe
|
append to log file
|
2015-02-10 22:04:26 +01:00 |
|
john30
|
aa306d9131
|
reworked and optimized device handling and check network device address, log failed device open, avoid blocking threads with sleep(), optimized shutdown
|
2015-02-08 10:06:03 +01:00 |
|
john30
|
bc1fa51747
|
added WaitThread, removed unused detach()
|
2015-02-07 14:25:09 +01:00 |
|
john30
|
be7a8e9828
|
updated copyright year
|
2015-02-01 13:12:29 +01:00 |
|
john30
|
676a0e60c0
|
documentation
|
2015-02-01 12:58:30 +01:00 |
|
john30
|
a38cac7209
|
do not close stdout
|
2015-02-01 12:57:15 +01:00 |
|
john30
|
430d72daed
|
switched from Appl class to argp
|
2015-01-31 18:32:30 +01:00 |
|
john30
|
5903204a4f
|
formatting
|
2015-01-31 16:21:57 +01:00 |
|
john30
|
a7000b2342
|
removed outdated files
|
2015-01-25 19:29:23 +01:00 |
|
john30
|
3b968afb41
|
added simple, fast, and efficient logging
|
2015-01-25 19:01:24 +01:00 |
|
john30
|
44957a6566
|
switched to autobrief
|
2015-01-18 12:40:54 +01:00 |
|
john30
|
4b94a38c3c
|
hide copy constructor
|
2015-01-18 12:08:58 +01:00 |
|
Roland Jax
|
4e85f82250
|
class notify reduced too single file.
|
2015-01-07 23:12:39 +01:00 |
|
Roland Jax
|
9fcff1221e
|
fix: disable device test for network device as default.
|
2015-01-04 13:43:12 +01:00 |
|
john30
|
50e24172b1
|
added lastChangeTime
|
2015-01-03 12:11:46 +01:00 |
|
Roland Jax
|
c490dcd3da
|
TCPSocket: replaced read/write with recv/send to ignore SIGPIPE during sending; ebusctl: Dealing when receiving data corrected to detect the end of the message with double newline sign.
|
2015-01-02 18:57:30 +01:00 |
|
john30
|
648588149d
|
no longer read any file, added checks
|
2014-12-31 10:51:19 +01:00 |
|
john30
|
a865dfe322
|
return error when part or name was defined and part is last item
|
2014-12-31 10:47:22 +01:00 |
|
john30
|
699ee88b5b
|
fixed bounds check for time types
|
2014-12-31 09:59:54 +01:00 |
|
john30
|
2253060b8a
|
neither update last found timestamp nor empty last found value if decoding failed, added decode() for combined master/slave decoding
|
2014-12-31 09:16:33 +01:00 |
|
john30
|
be8ae316ed
|
renamed isSet to isWrite
|
2014-12-31 07:42:41 +01:00 |
|
Roland Jax
|
612270f942
|
code style
|
2014-12-30 20:08:48 +01:00 |
|
john30
|
df85caf71f
|
ignore case in class and name
|
2014-12-29 22:31:22 +01:00 |
|
john30
|
98fb32cbfc
|
Merge branch 'master' of github.com:yuhu-/ebusd
|
2014-12-29 21:56:53 +01:00 |
|
john30
|
f6c036c000
|
fixed poll priority queue order
|
2014-12-29 21:56:19 +01:00 |
|
Roland Jax
|
5487580c02
|
interactive mode in ebusctl simplified; cosmetics in class Appl
|
2014-12-29 12:24:17 +01:00 |
|
john30
|
cdf5df9804
|
added more filtering options to MessageMap::findAll
|
2014-12-28 17:31:57 +01:00 |
|
john30
|
cd38162772
|
do not use exit() in Appl to avoid memory leaks
|
2014-12-28 16:01:24 +01:00 |
|
john30
|
e6a4b774dd
|
do not use exit() in Appl to avoid memory leaks
|
2014-12-28 11:00:38 +01:00 |
|
john30
|
f68e0d6763
|
only support a single LogSink in Logger, added hasSink() and setAreaMask() and setLevel() to Logger
|
2014-12-28 10:40:44 +01:00 |
|
john30
|
5fcfb27d29
|
fix counter for reload
|
2014-12-28 10:36:47 +01:00 |
|
john30
|
bf3680bbf4
|
use active message definitions for parsing other-initiated messages as well
|
2014-12-28 09:03:57 +01:00 |
|
john30
|
3e9bdee2ed
|
added bool completeMatch to MessageMap::findAll
|
2014-12-27 16:13:51 +01:00 |
|
john30
|
088d99d4bc
|
allow replacement value for PIN type
|
2014-12-27 16:10:16 +01:00 |
|
john30
|
5cf1aec6df
|
fix for findAll()
|
2014-12-27 14:14:41 +01:00 |
|