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

5026 commits

Author SHA1 Message Date
9f82b91f2b cleanup of node code (preparation for libs2ss) 2015-11-23 16:54:00 +01:00
0534f5ce65 removed license checks 2015-11-23 16:54:00 +01:00
88a6f0cf5d removed node_{read,write}_single() 2015-11-23 16:54:00 +01:00
0c230af5b7 replaced reference counters by list with references 2015-11-23 16:53:56 +01:00
3d325cb477 removed duplicate line 2015-10-21 15:17:11 +02:00
74784073cd added file-filter python script and README 2015-10-21 12:48:16 +02:00
36607c8d4c fix invalid format for values 2015-10-21 12:41:26 +02:00
ef75512e75 added Python scripts for file manipulation 2015-10-21 12:22:59 +02:00
b7e0edf5fa using singleton for printable path/node string 2015-10-17 19:05:15 +02:00
a1dff8c3bb fixed bug in NGSI combine 2015-10-17 18:30:54 +02:00
da9ce46b27 added note to submodule for GTFPGA repo 2015-10-16 10:31:07 +02:00
447aea0323 fixed some bugs in the NGSI rewrite 2015-10-15 18:23:57 +02:00
44bddd8b01 rewrite of NGSI node 2015-10-15 17:36:17 +02:00
48fbe1d784 fixed minumum path width 2015-10-14 14:59:35 +02:00
f1a671abbb fixed compiler error about missing member 2015-10-14 14:52:50 +02:00
11c4c61952 make statistics easier to read 2015-10-14 14:52:29 +02:00
61e2bd723d new NGSI node which polling support 2015-10-14 12:20:36 +02:00
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