Commit Graph
100 Commits
Author SHA1 Message Date
john30 f4d967f3c3 updated to latest changes 2015-05-14 11:06:27 +02:00
john30 7aa153848e updated author address 2015-05-14 10:47:51 +02:00
john30 d573fff746 added Symbol::compareMaster to avoid updating last message change time when only the querying master was modified 2015-05-14 09:50:28 +02:00
john30 fae340f0be added global status and lastup to JSON response, added parameter support for JSON 2015-05-10 11:20:52 +02:00
john30 357b730f31 added support for serving files via HTTP port 2015-05-10 10:23:14 +02:00
john30 8c9be6074e fixed missing newline 2015-05-04 21:48:43 +02:00
john30 830e789ce7 simplified, deny other HTTP methods besides GET, set HTTP headers 2015-05-01 09:25:16 +02:00
john30 7e98f485e1 added read-only mode, added optional HTTP JSON port 2015-05-01 08:38:08 +02:00
john30 605bca9ff0 introduced read-only mode 2015-05-01 08:35:02 +02:00
john30 34efc9a5ae introduced optional HTTP port 2015-05-01 08:34:27 +02:00
john30 f1d76a64cc introduced DataFormat and support for JSON 2015-05-01 08:32:58 +02:00
john30 42f026050c Merge branch 'master' of github.com:john30/ebusd 2015-03-29 12:24:14 +02:00
john30 be8815fd73 fix for previous commit 2015-03-29 12:23:57 +02:00
john30 227bf83207 script for reading all values passed to find command 2015-03-29 12:13:15 +02:00
john30 c10b5c8e99 unified 2015-03-29 12:10:18 +02:00
john30 8d7bfdd135 strip release version 2015-03-29 11:12:31 +02:00
john30 89f25237ea simplified 2015-03-29 11:04:59 +02:00
john30 bb05464c3d added package hint and config details 2015-03-29 10:15:44 +02:00
john30 8b2c16d2f0 updated to 1.1.0 2015-03-29 10:14:33 +02:00
john30 5b229114d1 use timeout error instead of "syn received" when notifying current request 2015-03-28 12:51:39 +01:00
john30 0b9fc2bec2 updated to upcoming 1.1.0 2015-03-27 22:49:37 +01:00
john30 6f3255cffe add version to start message 2015-03-27 22:43:23 +01:00
john30 04632d3f35 increased version to 1.1.0 2015-03-27 22:41:31 +01:00
john30 243760f543 expect poll priority immediately after "r" type char 2015-03-27 22:38:29 +01:00
john30 28b866af43 print error position if reading config fails 2015-03-27 22:36:12 +01:00
john30 5bd74035c5 extended max allowed data length to 25 2015-03-22 14:01:51 +01:00
john30 874e471fe6 formatting 2015-03-22 13:30:55 +01:00
john30 428b9342d2 add another check, better format for read input 2015-03-21 11:26:13 +01:00
john30 b011ae375c added kernel/glibc dependencies 2015-03-20 23:18:45 +01:00
john30 252196cc56 fixed strings, added check for argp 2015-03-20 23:05:38 +01:00
john30 9450d6a4f4 Merge branch 'master' of github.com:john30/ebusd 2015-03-20 23:01:25 +01:00
john30 5da560b79a less compiler warnings 2015-03-20 23:01:06 +01:00
john30 f9bda91d94 use /usr as default prefix when using autogen.sh 2015-03-20 21:48:05 +01:00
john30 c1fbb4a7e9 use /usr as default prefix when using autogen.sh 2015-03-20 21:30:50 +01:00
john30 24876e204a Merge branch 'master' of github.com:john30/ebusd 2015-03-20 21:24:54 +01:00
john30 3377c18c2b fix for reading cached values from master part 2015-03-20 21:21:55 +01:00
John 005cd10be5 Merge pull request #5 from cogano/master
Corrections of PKGBUILD for released ebusd
2015-03-17 08:24:35 +01:00
john30 f3b34397cf fixed compiler warning 2015-03-16 08:28:02 +01:00
john30 21563e87e6 log invalid self-addressed messages and skip them 2015-03-16 08:27:50 +01:00
john30 c7935024dc use readme as start page 2015-03-16 08:10:38 +01:00
john30 dce0585bb5 updated 2015-03-14 12:37:59 +01:00
john30 c7b97f8fed changed logging of client command+answer to debug level 2015-03-14 12:12:26 +01:00
john30 afd8792d72 added grab command 2015-03-14 11:58:54 +01:00
john30 2cfa18c4e1 33c8776 2015-03-14 11:04:54 +01:00
john30 33c8776706 renamed class in message definition and commands to circuit 2015-03-14 11:02:24 +01:00
john30 4d6ae8d926 initial support for AUTO-SYN generation 2015-03-14 10:50:34 +01:00
john30 99b0e12943 initial support for AUTO-SYN generation 2015-03-14 10:50:02 +01:00
john30 51b86c9dc5 documentation 2015-03-14 10:21:10 +01:00
john30 dbd380eca5 documentation 2015-03-14 10:20:54 +01:00
john30 da6149f764 allow larger timeouts 2015-03-14 09:37:56 +01:00
john30 cee8e706be updated 2015-03-13 22:12:53 +01:00
john30 0f93369bee allow mixing references to base type and templates in message definition 2015-03-13 22:12:11 +01:00
john30 d226818b7e updated 2015-03-13 00:22:23 +01:00
john30 c3d60fccd9 Merge branch 'master' of github.com:john30/ebusd 2015-03-13 00:15:26 +01:00
John 8ab5c002d1 Merge pull request #4 from joltcoke/master
Fix config file reading on CentOS 6.x
2015-03-13 00:10:38 +01:00
john30 bdf0faec1d Merge branch 'master' of github.com:john30/ebusd 2015-03-12 23:56:19 +01:00
john30 2834248e91 added broadcast ident (requests all masters to send their identification), added read ident for manual scan, use shorter manufacturer names 2015-03-12 23:56:13 +01:00
john30 a15d50339d switched to markdown 2015-03-12 23:43:12 +01:00
john30 a9e5c695c9 switched to markdown 2015-03-12 23:43:03 +01:00
john30 6605440d1b nicer 2015-03-12 23:41:59 +01:00
john30 b85f244212 fix for previous commit 2015-03-12 23:41:31 +01:00
john30 be99a12d04 fix for previous commit 2015-03-12 23:40:54 +01:00
john30 f1be064dda treat empty result as valid 2015-03-12 23:40:34 +01:00
john30 16febf3555 formatting 2015-03-12 23:30:09 +01:00
john30 8333a978ef adjusted to latest data.cpp 2015-03-12 23:29:46 +01:00
john30 b935019aa7 allow empty field list, formatting 2015-03-12 23:29:25 +01:00
john30 ce9f443dde removed default argument values from DataFiel::create, documentation 2015-03-12 23:20:35 +01:00
john30 b838f40a51 added override destination address option to read command (e.g. for manual scan), support write messages without any value 2015-03-12 22:13:05 +01:00
john30 cf17b7a93a set minimum lock count to 3 as required by spec 2015-03-12 22:04:28 +01:00
john30 9fcda22ee5 removed unnecessary check 2015-03-12 22:03:30 +01:00
john30 2655e570b3 added automake dependency 2015-03-11 08:54:52 +01:00
john30 74a2216966 autoconf 2.63 is fine 2015-03-11 08:43:30 +01:00
john30 0d44c9bacd more bounds checks 2015-03-11 08:42:28 +01:00
John 4573cf53ae Merge pull request #3 from cogano/master
Package scripts for Arch Linux
2015-03-08 17:20:48 +01:00
john30 10c7981219 fir for previous commit, nicer comments 2015-03-08 14:28:28 +01:00
john30 86e308c68f compiler warning 2015-03-08 14:10:16 +01:00
john30 3794ffede4 updated 2015-03-08 14:09:13 +01:00
john30 d1b0eadba9 optimized 2015-03-08 14:04:20 +01:00
john30 6257327aaf extended Message::create to allow specifying multiple destinations (class is then suffixed with .0, .1 etc.) 2015-03-08 14:04:03 +01:00
john30 491b107635 pass address type instead of address to Message::create 2015-03-08 14:02:33 +01:00
john30 2faab3f3b4 fixed previous commit 2015-03-07 16:25:40 +01:00
john30 291c4b939e removed tests 2015-03-07 15:59:55 +01:00
john30 4275d64488 updated 2015-03-07 15:55:33 +01:00
john30 90b25e0dd1 ignore age for pure passive messages in read 2015-03-07 15:42:38 +01:00
john30 353404e5b0 added parameter to default skip last symbol in SymbolString::getDataStr (removes CRC from logging and hex result) 2015-03-07 15:36:17 +01:00
john30 97561ff87d shortened manufacturer names 2015-03-07 14:47:24 +01:00
john30 0e6fcb60b1 log and count new masters, added master count to state command 2015-03-07 14:31:34 +01:00
john30 6740a6376b solved todo: cache symbols instead of decoded values, use cache for verbose and field-selective read as well, include names and comments in verbose find 2015-03-07 14:07:58 +01:00
john30 e81ac863ad print loaded message count in single log entry 2015-03-07 14:04:22 +01:00
john30 e43e6f2db8 documentation 2015-03-07 13:08:40 +01:00
john30 0dafd4d18f added != operator to SymbolString 2015-03-07 13:07:02 +01:00
john30 2dec01535b Merge branch 'master' of github.com:john30/ebusd 2015-03-07 12:13:11 +01:00
john30 8511dad3dc added automatic detection of number of masters and enabled by default, fixed check of master address during scan 2015-03-07 12:09:04 +01:00
john30 ee415e0ea3 added automatic detection of number of masters and enabled by default, fixed check of master address during scan 2015-03-07 12:07:29 +01:00
john30 9bf17b86c6 added getMasterAddress() and isSlaveMaster() 2015-03-07 12:04:24 +01:00
john30 ed3ef3f5e4 added support for reciprocal divisor, corrected divisor for derived number types (was combined with base datatype divisor instead of actual field divisor) 2015-03-07 11:48:08 +01:00
john30 382f7e175d fix for non-default unsigned char 2015-02-25 21:59:13 +01:00
john30 f4f2bbe2a6 Merge branch 'master' of github.com:john30/ebusd 2015-02-23 23:37:07 +01:00
john30 453ffd2477 corrected dump for divider 2015-02-23 23:36:56 +01:00
John fb7767b1d3 updated to current changes 2015-02-22 17:12:39 +01:00