Commit Graph
945 Commits
Author SHA1 Message Date
john30 5f50c99cb0 remove trailing digits from ident instead of only 0 when matching scan config file name 2015-12-01 07:26:34 +01:00
john30 ce4bc56412 Merge branch 'master' of github.com:john30/ebusd 2015-11-28 12:39:34 +01:00
john30 3f022d04d0 cancel get request if reading a required message fails, continue get request if decoding a messsage fails and add a decodeerror answer 2015-11-28 12:39:10 +01:00
John da19e7ae6d Merge pull request #9 from Giermann/patch-3
fix write definitions with returned data [thanks Sven!]
2015-11-25 07:58:19 +01:00
John 428cfb757e Merge pull request #7 from Giermann/patch-2
add default-stop to init script [thanks Sven!]
2015-11-25 07:46:45 +01:00
Sven Giermann baf03e6348 Sort lines before uniq
Uniq needs sorted lines, so sort them first.
2015-11-24 20:02:12 +01:00
Sven Giermann 349c73b7cf Fix return definition in writes
Add 3 more commas to skip field2 definition before defining result type.
Print empty field1 definition if len[i]<=0.
2015-11-24 20:00:37 +01:00
Sven Giermann c6ad4bc546 Add Default-Stop to init script
Enabling the debian init-script reports the following warning:
> update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match ebusd Default-Stop values (none)

This change tells update-rc.d to stop this service on shutdown.
2015-11-23 12:19:49 +01:00
john30 3fa4655a4a nicer text 2015-11-22 15:43:41 +01:00
john30 eea7a4db2d updated 2015-11-22 15:12:08 +01:00
john30 07f278d66a insert default suffix in circuit if found in filename 2015-11-22 15:10:20 +01:00
john30 6c8f26367d comments 2015-11-22 14:52:15 +01:00
john30 0d97462dee extended "-i" parameter of find command to accept further ID parts 2015-11-22 14:19:38 +01:00
john30 427d6a7dca exclusively lock serial device to prevent simultaneous access, fix for closing serial device that is no tty 2015-11-22 13:54:18 +01:00
john30 b67b2bff07 corrected register read/write/update 2015-11-22 12:34:58 +01:00
john30 f08071a52e corrected template cleanup (previous commit) 2015-11-22 10:39:34 +01:00
john30 89d8167580 corrected Message::dump 2015-11-22 10:20:42 +01:00
john30 b6c24b5c30 expect hex for -i paramter in find command 2015-11-22 10:20:20 +01:00
john30 6fd51866bf adapted to current 2.0 csvs 2015-11-22 09:47:23 +01:00
john30 0f331694e1 adapted to getTemplates() 2015-11-22 09:46:46 +01:00
john30 856a5ce1d5 corrected header 2015-11-22 09:43:35 +01:00
john30 e3ad1bc5fb added image path 2015-11-22 09:41:51 +01:00
john30 56b9bfbeb1 imports 2015-11-22 09:31:36 +01:00
john30 5c07605ca2 corrected loading loading non-autoscan files in case of absent templates, added getTemplates() 2015-11-22 09:31:20 +01:00
john30 72396ff2f8 changed to using getTemplates() instead of passing template param to FileReader 2015-11-22 09:31:15 +01:00
john30 bf172b3688 removed template param, moved tolower() to FileReader 2015-11-22 09:31:11 +01:00
john30 d97ea29aa5 Merge branch 'master' of github.com:john30/ebusd 2015-11-21 14:49:20 +01:00
john30 11e2a49508 nicer documentation 2015-11-21 14:33:16 +01:00
john30 331820f7ee moved handling of defaults row to MessageMap, added documentation 2015-11-21 14:32:52 +01:00
john30 e5da097b60 added documentation 2015-11-21 14:31:17 +01:00
John cfd5acbd4d Merge pull request #6 from Giermann/patch-1
fixed script to work with standard awk, switched to ebusctl instead of nc
2015-11-20 06:18:23 +01:00
Sven Giermann 01922f86db fixed script to work with standard awk
For some reason, I don't have GNU awk installed - so I removed the usage of array length and strtonum().
Further I'd prefer ebusctl which seems to come with every ebusd installation to avoid the dependency for 'nc'.
2015-11-18 08:58:59 +01:00
john30 cf6e052a92 ignore blank lines 2015-11-18 07:23:52 +01:00
john30 cbaf2f9a9a emit warnign if grab is disabled, unique results 2015-11-18 07:18:25 +01:00
john30 0ce9373da9 added script for converting grab result to CSV 2015-11-18 07:08:32 +01:00
john30 5f5f633903 enabled private and package members 2015-11-15 14:43:26 +01:00
john30 ac5f4f25b1 extended documentation 2015-11-15 14:42:58 +01:00
john30 af0ce31ecb fixed documentation 2015-11-15 14:42:28 +01:00
john30 2877559f7f avoid endless scanning of slaves that do not answer 2015-11-15 10:39:31 +01:00
john30 ff7cf810e1 added revision info, avoid endless scanning of slaves that do not answer 2015-11-15 10:37:10 +01:00
john30 892f43a4de added revision info, aligned help description 2015-11-15 10:36:00 +01:00
john30 fce95bc20f added revision info 2015-11-15 10:35:14 +01:00
john30 0991b73b7f updated 2015-11-14 17:24:29 +01:00
john30 af1db2e5e1 add class hierarchy diagrams 2015-11-14 16:48:50 +01:00
john30 73a34e8d2c fix for checking templates availability 2015-11-14 16:36:11 +01:00
john30 1885ab9eda be more verbose when decoding failed in read or write command 2015-11-14 16:34:53 +01:00
john30 9d098164c7 support for read and write with identical ID parts 2015-11-14 16:34:16 +01:00
john30 34241b04a9 avoid duplicate logging 2015-11-14 15:55:35 +01:00
john30 eb078c414f unified templates loading, check all config files recursively with scanconfig and checkconfig/dumpconfig 2015-11-14 15:28:55 +01:00
john30 0fbf448584 corrected message count logging, dump all messages when in scanconfig 2015-11-14 15:13:29 +01:00