1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
Commit graph

6109 commits

Author SHA1 Message Date
14c03ee70c fix histograms plots 2015-10-14 12:20:36 +02:00
ab8723ba8f skip hooks as soon as possible 2015-10-14 12:20:36 +02:00
1bf6d9e50a do not start with sequence no 0 because we cant detect restarts this way 2015-10-14 12:20:35 +02:00
f557f933f2 coding style 2015-10-14 12:20:35 +02:00
ea74bcd5c8 Fix division by zero 2015-10-14 12:20:35 +02:00
d85db3f604 added file split functionality by rewriting most of the file stuff.. 2015-10-14 12:20:30 +02:00
314e08550a do not delay initial timer expiration 2015-10-14 09:55:06 +02:00
75edd21a49 fixed compiler warning 2015-10-13 16:22:07 +02:00
ef03551757 do not stop nodes, which haven't been started (this should be replaced by a more powerful state machine later) 2015-10-13 16:19:00 +02:00
3c1c052041 fixed copy&paste mistake 2015-10-13 16:16:33 +02:00
5bd0c9cf1e move checks to read/write functions 2015-10-13 16:14:01 +02:00
3b437c1c0c do not interrupt curl_perform() during shutdown (leads to inconsistent state of Curl handle) 2015-10-13 16:11:58 +02:00
b26a92165d allow paths without destination nodes (hooks are executed..) 2015-10-13 15:42:19 +02:00
41cd1402be improved node creation 2015-10-13 15:05:48 +02:00
ef2bcda344 smaller cleanups 2015-10-13 15:01:15 +02:00
c5487663cc improved statistics and debug outputs 2015-10-13 12:21:23 +02:00
cb75a2f4da fixing memory leaks detected by valgrind 2015-10-13 10:12:35 +02:00
9ab3b80bf9 apply code style rules 2015-10-13 10:11:38 +02:00
790c85c066 Added timestamp to OPAL-UDP client messages 2015-10-13 10:08:44 +02:00
8fe60f38cc applying code style rules 2015-10-13 10:08:19 +02:00
090f8fe9af reorganized contrib directory 2015-10-13 10:07:31 +02:00
7d1bb50915 abstract access to node vtable functions 2015-10-12 19:03:36 +02:00
405af5d0e2 made vtable pointer private (renamed from node::vt to node::_vt) 2015-10-12 19:01:44 +02:00
4dc0db5163 changed commenting style 2015-10-12 17:30:28 +02:00
d91b76c61a decreasing verbosity of socket 2015-10-12 17:29:51 +02:00
504e64a7c8 fixed statistics collections 2015-10-12 16:59:16 +02:00
24fa12c369 replace clock_gettime() by time_now() 2015-10-12 16:25:08 +02:00
51db785bfd reordered a function (no changes) 2015-10-12 16:17:51 +02:00
6460108c92 Improved periodic statistics 2015-10-12 16:16:42 +02:00
24435040e1 added missing example configurations to other node types 2015-10-12 15:29:47 +02:00
19fbd94e6f added 'combine' aka vector support to NGSI node 2015-10-12 15:29:26 +02:00
d0dcc8c499 more useful names for Matlab histogram export 2015-10-12 13:49:58 +02:00
0d59e63be6 replaced static array for NGSI mapping by dynamic one 2015-10-12 13:49:31 +02:00
4271c17d68 added sub-second precision for json_date() ISO 8601 2015-10-12 13:45:05 +02:00
4cf1b22783 added short example / description of all available hooks 2015-10-11 18:13:46 +02:00
908f930b63 improved output of histogram plot 2015-10-11 16:31:48 +02:00
c557e4b904 updated example configuration docs 2015-10-11 15:00:15 +02:00
2936757a78 added correct fmt string identifier for uint64_t 2015-10-11 14:53:08 +02:00
b1c1d77597 added new function to get current time 2015-10-11 14:53:08 +02:00
0b5358ed4b added new global 'name' setting 2015-10-11 14:52:59 +02:00
28e52c294e added missing overrun field for paths 2015-10-11 13:41:50 +02:00
7135dcfa69 renamed log_reset() to log_init() 2015-10-11 13:41:00 +02:00
01cf61e467 updated Doxygen documentation 2015-10-11 13:22:58 +02:00
78bc07b5d5 hotfix: initialize histogram for reverse path 2015-10-11 12:59:54 +02:00
b4e0bee3be Merge branch 'master' of github.com:RWTH-ACS/S2SS 2015-10-11 10:37:45 +02:00
caffe10509 hotfix: sequence number integer type was too small. 2015-10-11 10:36:47 +02:00
Marija Stevic
09801bf220 added checklist for AsyncIP exe 2015-10-11 10:21:09 +02:00
Marija Stevic
784e64fb42 add info for decimate hook 2015-10-11 10:21:07 +02:00
0d51b310bf applied fixes to silence compiler warnings and added new version (now same accross all S2SS components) 2015-10-11 09:45:12 +02:00
5dbfb0301b Added overrun-detection for asynchronous / fixed-rate paths (still missing for synchronous paths) 2015-10-11 08:55:14 +02:00