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

1228 commits

Author SHA1 Message Date
b5444577b4 hook: separate hook_list_*() and hook_*() functions 2019-03-16 10:04:23 +01:00
4a5b0b65b2 add new option to command line utilities to specify signal type 2019-03-16 09:41:50 +01:00
49fd6d89f5 hooks: simplify hook processing system so that ever hook only processes a single sample at once 2019-03-16 09:05:42 +01:00
f02588f914 node: add node_prepare() 2019-03-15 17:19:28 +01:00
b7d0f174ca remove auto signal type detection 2019-03-09 13:34:51 +01:00
4942d8ee74 bunch of bugfixes and refactoring for preperation of hooks 2019-03-09 00:32:22 +01:00
c906143338 sample: add sample_data_{insert, remove}() 2019-03-08 15:21:46 +01:00
3f6ddaa653 signal: add signal_list_copy() 2019-03-08 15:21:22 +01:00
3bab0c9c06 node, path: add getters for signals 2019-03-08 15:21:01 +01:00
af99a50786 whitespace and documentation fixes 2019-02-24 11:14:44 +01:00
9836bc0296 add prepare state 2019-02-24 11:13:28 +01:00
7e5b4ac5ce refactor: add {node, path}_is_{enabled, reversed}() 2019-02-24 11:10:44 +01:00
e65ffc78dd node: add enabled setting 2019-02-24 11:08:15 +01:00
0acce9e375 node: separate node_direction 2019-02-24 11:07:07 +01:00
7798f09a35 inline *_type() functions 2019-02-24 11:06:24 +01:00
3b99227537 path: separated path_{source, destination} 2019-02-24 09:41:04 +01:00
e8de9df993 update VILLAScommon submodule with new list functions 2019-02-24 09:23:31 +01:00
f851aacf3c refactor: rename signal_list_{init,destroy}() and node_list_parse() 2019-02-24 09:10:18 +01:00
78bcb67245 refactor: _init2() -> _prepare() 2019-02-24 09:06:48 +01:00
fac3feecda update comments 2019-02-17 22:25:56 +01:00
1c6780be23 stats: properly handle invalid metric and type names 2019-02-17 22:23:15 +01:00
b3e729e4ef Merge branch 'node-rtp-2' into develop 2019-02-17 21:19:24 +01:00
d0e52ad633 netem: set fwmark only on linux 2019-02-15 10:24:18 +01:00
4660f97834 netem: refactor mark -> fwmark 2019-02-15 10:24:09 +01:00
2936cd3ddc stats: refactor stats system and allow for more flexible configuration of stats node 2019-02-15 09:40:38 +01:00
c5e7045a41 refactor: MAPPING_STATS_TYPE -> STATS_TYPE 2019-02-12 22:04:06 +01:00
3816b8f45e path: simplify reversal of paths (closes #224) 2019-02-12 17:54:35 +01:00
b0d497eee4 node: check for validity of node name 2019-02-12 17:54:08 +01:00
1bdd597be1 api: create unix socket in home directory of not run as root 2019-02-12 17:11:26 +01:00
ca817a6907 tests: fix api-stress 2019-02-12 15:07:50 +01:00
401b955e24 super_node: add SuperNode::getState(), SuperNode::setState() 2019-02-11 16:42:38 +01:00
d3f3c127d1 super_node: remove stats setting 2019-02-11 16:42:38 +01:00
fc0a4e2c0a uldaq: first session of bug fixing 2019-02-09 21:21:12 +00:00
4f6aea8bf2 file: refactor FILE_EOF_EXIT -> FILE_EOF_STOP 2019-02-06 15:09:44 +01:00
ac22c393b7 Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2019-02-06 13:18:55 +01:00
1740df596b separated in/out signal descriptors 2019-02-06 13:14:38 +01:00
Sonja Happ
263f0c550a super_node: place WITH_WEB switch around wrapper for a libwebsocket method to avoid linker error if libvillas is compiled with WITH_WEB=OFF 2019-01-31 10:39:08 +01:00
6d486bcee8 rtp: add logging for AIMD state 2019-01-28 12:34:40 +01:00
317077fa93 rtp: use macros for rtp header length 2019-01-28 10:53:01 +01:00
ca62bcc714 rtp: use preallocated buffer in rtp_write() 2019-01-28 09:57:47 +01:00
Marvin Klimke
9216b1fbd6 [WIP] Parse RTCP sender report.
Obtain fraction of lost RTP packets to feed AIMD rate control.
2019-01-25 17:26:08 +01:00
25fb713213 rtp: test and bug fixing for RTP network emulation support 2019-01-23 14:16:53 +01:00
357df1600f sample: add function to dump sample details 2019-01-23 00:49:28 +01:00
8acf5de68c stats: remove table footer 2019-01-22 16:04:12 +01:00
4533e0ab12 netem: fix defines and includes 2019-01-21 22:14:41 +01:00
2d6188e5da super_node: sub-divide SuperNode::{start,stop}() functions 2019-01-21 22:11:30 +01:00
06caa9c16e super_node: fix copy&paste mistake in SuperNode::getInterfaces() 2019-01-21 18:55:09 +01:00
df42a2880c fix compiler errors about non-trivial designated initializers with GCC 7 2019-01-21 17:11:11 +01:00
720e5e688c plugin: strip down old plugin system 2019-01-21 16:21:26 +01:00
8190227776 netem: move intialization of Netem support into node instead of socket class 2019-01-21 15:50:18 +01:00