186eacb528
fix for non-C++11 compiler, better var names
john302018-04-08 14:05:33 +02:00
1955e4862f
added decode/encode commands, use [DD]* instead of Dx in help
john302018-04-08 13:47:59 +02:00
bee1fc5b8a
aligned tests with latest FileReader changes
john302018-04-08 13:37:19 +02:00
000d68f3c2
added "-def" option to read and write commands for using inline message definition (fixes#154), added support for replacing messages during load to FileReader and subclasses, added MessageMap::remove(), prepared decode/encode commands
john302018-04-08 12:33:24 +02:00
42d096001f
better comments and help for changed config service URL
john302018-04-04 10:19:54 +02:00
b410872a97
removed no longer supported build helper
john302018-04-04 10:19:02 +02:00
6ec3ef6e4c
removed /etc/ebusd for changed config service URL
john302018-04-04 10:18:32 +02:00
a36174c02f
added support for retrieving configuration files from config service URL and changed that to be the default, always store loaded files by relative path, changed FileReader to allow reading from stream as well
john302018-04-04 10:08:46 +02:00
a77b740720
extended request and get to optionally retrieve last-modified header, fix for potentially wrong content-length extraction
john302018-04-04 09:57:38 +02:00
4cdcf2d35e
changed update logging from "updated" to "received" or "sent" and also log message when sent by ebusd, avoid unnecessary addSeenAddress() calls, removed logging of decoded poll result (already done as regular update output now)
john302018-01-28 17:48:35 +01:00
7928da60f5
Merge branch 'master' of github.com:john30/ebusd
john302018-01-28 14:12:05 +01:00
f2382d1bbe
fixed since calculation
john302018-01-28 14:11:50 +01:00
472c25fb0c
avoid too much load when not connected, give up connection on wrong parameters, log errno if initial connection fails and continue trying to connect every 15 seconds (fixes#130)
john302018-01-28 11:40:21 +01:00
88e4c7eec7
stop if git tags were updated, allow non-force autoconf, enhanced build speed, include autostart instruction in postinst and adjusted start hint to systemd
john302017-12-30 13:26:02 +01:00
631f05ab3f
updated to version 3.1
john302017-12-26 14:16:15 +01:00
d610f4ca43
check null in signal handler
john302017-12-26 14:15:35 +01:00
c680e87bde
corrected using fieldIndex in Message::decodeLastData(bool, ...), corrected finding field in DataFieldSet::read() with index and without name, added optional partType and fieldName to DataField::getCount()
john302017-12-26 13:56:26 +01:00
1da2611964
check scanconfig argument parse result
john302017-12-17 16:08:46 +01:00
d7400a4155
fix for address check for -s/-d in read and write command (was never interpreted as destination address), allow master addresses for -d in write command
john302017-12-04 09:08:56 +01:00
4c1aefbd6d
corrected unit for arbitration delay measurement
john302017-11-19 18:26:56 +01:00
b18d7f38bb
wait some time for initial garbage in tcp mode and fixed dumping garbage, use FIONREAD instead of MSG_PEEK for cygwin (fixes#132)
john302017-11-19 11:58:31 +01:00
0c16712c5f
fix for repeated wait in Queue::remove, better variable naming
john302017-11-19 11:50:42 +01:00