Roland Jax
|
ebde0e3032
|
class Network: added 'port' to ctor parameter.
|
2014-12-16 15:00:45 +01:00 |
|
Roland Jax
|
817c54da16
|
cass port: getDeviceName() added.
|
2014-12-16 14:53:46 +01:00 |
|
john30
|
c86655b964
|
merged
|
2014-12-15 20:28:41 +01:00 |
|
john30
|
970574ed50
|
Merge branch 'master' of https://github.com/yuhu-/ebusd
Conflicts:
src/ebusd/baseloop.h
src/lib/ebus/data.h
src/lib/ebus/message.h
src/lib/ebus/result.h
src/lib/ebus/symbol.h
|
2014-12-15 20:26:58 +01:00 |
|
john30
|
8e068fa34e
|
disable doc for tools, warn if params miss documentation, convert TODO tags to todo-list
|
2014-12-15 20:14:29 +01:00 |
|
john30
|
4e81fd842b
|
fixed documentation
|
2014-12-15 20:13:20 +01:00 |
|
John
|
55be6ddfcc
|
help older compilers find the template ctor
fix for issue #25
|
2014-12-15 20:01:50 +01:00 |
|
John
|
72486436ad
|
help older compilers find the template ctor
fix for issue #25
|
2014-12-15 20:00:57 +01:00 |
|
Roland Jax
|
105f5e6e7d
|
documentation for doxygen corrected.
|
2014-12-15 12:12:38 +01:00 |
|
John
|
b13e597602
|
corrected typo
|
2014-12-15 09:52:58 +01:00 |
|
Roland Jax
|
75b0b70877
|
short option -s of --sendretries removed.
|
2014-12-14 20:26:32 +01:00 |
|
Roland Jax
|
319b1b45b0
|
README adapted.
|
2014-12-14 20:24:49 +01:00 |
|
Roland Jax
|
417cc2a841
|
Merge pull request #24 from john30/master
completed individual scan
|
2014-12-14 19:33:51 +01:00 |
|
john30
|
2df7bc75b2
|
deny invalid destination address in write hex
|
2014-12-14 18:58:44 +01:00 |
|
john30
|
118a0ea7d4
|
completed individual scanning with definitions in "scan" class, nicer passing of received data to BusRequests
|
2014-12-14 18:58:15 +01:00 |
|
john30
|
3a55d7552c
|
fix for new result code empty
|
2014-12-14 18:55:11 +01:00 |
|
john30
|
5670c05a9a
|
added base type PIN, simplified ident fields
|
2014-12-14 18:54:49 +01:00 |
|
john30
|
6d8a82a524
|
allow blank destination address (e.g. for scans), added MessageMap::findAll()
|
2014-12-14 18:50:49 +01:00 |
|
john30
|
2af6e55505
|
added result code for invalid address
|
2014-12-14 18:09:16 +01:00 |
|
Roland Jax
|
9668d2702d
|
Merge pull request #23 from john30/master
avoid expensive math operations (logn)
|
2014-12-14 13:15:19 +01:00 |
|
john30
|
848a043f8b
|
force refresh if single field is requested
|
2014-12-14 12:45:21 +01:00 |
|
john30
|
caa0ddc027
|
fix for new empty result code
|
2014-12-14 12:44:57 +01:00 |
|
john30
|
f2eb31ea1f
|
avoid expensive math operations (logn)
|
2014-12-14 12:35:56 +01:00 |
|
Roland Jax
|
8a8d94096c
|
Merge pull request #22 from john30/master
full feature set for baseloop, added verbose read and max age arguments
|
2014-12-14 12:19:55 +01:00 |
|
john30
|
e507901d8f
|
optimized handling scan result and remove typeinfo dependency
|
2014-12-14 12:15:40 +01:00 |
|
john30
|
2c2ab1c031
|
added option to read only a single field
|
2014-12-14 12:08:35 +01:00 |
|
john30
|
ad52a84833
|
implemented reload command, allow reading config from symlinks, added verbose and maxage (defaults to 5 minutes) options to read command, use "write -h" instead "hex" for hex commands
|
2014-12-14 11:43:04 +01:00 |
|
john30
|
0fc2396a12
|
added missing states in getStateCode
|
2014-12-14 11:37:14 +01:00 |
|
john30
|
83201eb287
|
removed nonsense formatting in DataFieldSet::read
|
2014-12-14 11:36:41 +01:00 |
|
john30
|
a9a9865583
|
added verbose arg to decode()
|
2014-12-14 11:36:14 +01:00 |
|
john30
|
7a975dd274
|
Merge branch 'master' of git://github.com/yuhu-/ebusd
|
2014-12-14 10:09:43 +01:00 |
|
Roland Jax
|
d142756f35
|
Appl: ability to process a dash after a command added.
|
2014-12-14 08:54:18 +01:00 |
|
john30
|
0fff38a43a
|
Merge branch 'master' of git://github.com/yuhu-/ebusd
|
2014-12-13 17:56:33 +01:00 |
|
john30
|
1378b4c1e4
|
even nicer logging
|
2014-12-13 17:52:54 +01:00 |
|
Roland Jax
|
cbbca0b40a
|
Merge pull request #21 from john30/master
some fixes, better support for CSV, nicer logging
|
2014-12-13 15:07:30 +01:00 |
|
john30
|
1f116aada7
|
unified logging
|
2014-12-13 14:56:19 +01:00 |
|
john30
|
e4f9306dde
|
unified logging
|
2014-12-13 14:55:52 +01:00 |
|
john30
|
5d2b28f3db
|
fixed ostringstream formatting (again)
|
2014-12-13 14:42:47 +01:00 |
|
john30
|
45c739228c
|
corrected log area for update messages
|
2014-12-13 12:03:12 +01:00 |
|
john30
|
169c6a9460
|
switched to read/write instead of get/set and added force option to read (automatically picks up updated value if available), nicer response messages for BaseLoop, renamed area cyc to upd
|
2014-12-13 12:01:14 +01:00 |
|
john30
|
cda96e6e3b
|
extraced FileReader to separate .h and added support for quoted CSV
|
2014-12-13 11:07:18 +01:00 |
|
Roland Jax
|
e904ad8d99
|
missing flush added.
|
2014-12-13 10:48:05 +01:00 |
|
Roland Jax
|
bc6cdbd17c
|
configure.ac cosmetics.
|
2014-12-13 10:28:53 +01:00 |
|
Roland Jax
|
5a5ecf9b70
|
configure.ac missing checks added.
|
2014-12-13 10:14:28 +01:00 |
|
Roland Jax
|
a9de53123c
|
set 'silent build' as default; suppression of gcc warnings in main executable from local libraries added.
|
2014-12-13 09:32:39 +01:00 |
|
john30
|
6eab4f86d1
|
also collect participant addressed actively
|
2014-12-13 00:14:11 +01:00 |
|
Roland Jax
|
4922e6024d
|
Merge pull request #20 from john30/master
added scanning, bugfixes
|
2014-12-13 00:08:11 +01:00 |
|
john30
|
27a563ca1d
|
implemented scan, nicer logging
|
2014-12-13 00:02:14 +01:00 |
|
john30
|
3d89fef6ae
|
added scanning and collection of seen bus addresses
|
2014-12-13 00:01:31 +01:00 |
|
john30
|
95d9c5fd08
|
added static dataType_t instances for string/bcd/uch, optimized and added missing initialization of ostringstream in readSymbols(), added DataFieldSet::createIdentFields() for ident message
|
2014-12-13 00:00:21 +01:00 |
|