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

1109 commits

Author SHA1 Message Date
c872711887 dd logging for aimd 2019-02-15 11:01:13 +01:00
73b6bc6b93 rtp: fix whitespaces 2019-02-15 10:24:25 +01:00
Marvin Klimke
8da43f7070 rtp: small fix in debug output, lower bound of 1 for decimate hook ratio 2019-02-15 10:19:58 +01:00
2936cd3ddc stats: refactor stats system and allow for more flexible configuration of stats node 2019-02-15 09:40:38 +01:00
b1028e9829 stats: fail if node has no stats hook 2019-02-12 22:04:39 +01:00
348152df88 code style: indention 2019-02-12 20:53:39 +01:00
cdcdb65c1b iec61850: allow new configuration style for signal description 2019-02-12 19:57:44 +01:00
bd9457c160 iec61850_sv: fix parsing of signals 2019-02-12 19:57:23 +01:00
ecfc10baef iec61850_sv: fail if direction not configured 2019-02-12 19:57:09 +01:00
0521ded161 mqtt: improve error message (closes #225) 2019-02-12 19:56:36 +01:00
e2c8859d79 use new state STATE_STOPPING to trigger shutdown 2019-02-11 16:42:38 +01:00
fc0a4e2c0a uldaq: first session of bug fixing 2019-02-09 21:21:12 +00:00
a5c5e91bf8 fix linking of libuldaq 2019-02-09 20:17:09 +00:00
b46eee0199 add compatability with jansson 2.9 2019-02-09 20:15:58 +00:00
8135284361 rtp: fix compiler error 2019-02-06 17:31:27 +01:00
a9f5b782f6 fixups for separation of in/out signals 2019-02-06 15:11:08 +01:00
4f6aea8bf2 file: refactor FILE_EOF_EXIT -> FILE_EOF_STOP 2019-02-06 15:09:44 +01:00
1740df596b separated in/out signal descriptors 2019-02-06 13:14:38 +01:00
f3a86c2c1c rtp: remove some comments 2019-01-28 21:41:37 +01:00
ec765ec9ee rtp: add option to configure initial rate 2019-01-28 12:34:40 +01:00
6d486bcee8 rtp: add logging for AIMD state 2019-01-28 12:34:40 +01:00
3c42811d8b rtp: fix parsing of RTCP config options 2019-01-28 11:10:23 +01:00
2659d7b78a rtp: add missing break statements 2019-01-28 11:09:53 +01:00
0ee8d73c87 rtp: improve debugging output 2019-01-28 11:09:44 +01:00
b438a79d4c rtp: fix comment 2019-01-28 10:54:09 +01:00
ca20c5af91 rtp: increase start rate 2019-01-28 10:53:50 +01:00
2812447036 rtp: fix bugs in memory managment 2019-01-28 10:53:34 +01:00
317077fa93 rtp: use macros for rtp header length 2019-01-28 10:53:01 +01:00
ba9302278b rtp: simplify rtp_read() and another small fix 2019-01-28 10:10:24 +01:00
ca62bcc714 rtp: use preallocated buffer in rtp_write() 2019-01-28 09:57:47 +01:00
Marvin Klimke
2dee380a7d remove unnecessary polling loop around queue_signalled_pull 2019-01-28 09:10:45 +01:00
Marvin Klimke
e1adfa9247 prevent rtp_read from returning when queue is empty 2019-01-25 17:34:51 +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
d5f022986d rtp: fix use of possible uninitialized variable 2019-01-23 15:09:38 +01:00
55548857ac cmake: fix missing lib on Ubuntu 18.04 2019-01-23 15:07:27 +01:00
25fb713213 rtp: test and bug fixing for RTP network emulation support 2019-01-23 14:16:53 +01:00
fe9508f6ba rtp: initialize hooks properly before starting 2019-01-23 13:29:51 +01:00
bf40a85040 rtp: move parameter intialization to rtp_init() 2019-01-23 13:29:23 +01:00
b1381010fd rtp: fix invalid format string in rtp_parse() 2019-01-23 13:22:32 +01:00
c23d1979df shmem: overwrite signal definition of received samples 2019-01-23 00:48:38 +01:00
ef2eb6a2fa socket: avoid duplicate variable shadowing 2019-01-21 23:00:43 +01:00
4533e0ab12 netem: fix defines and includes 2019-01-21 22:14:41 +01:00
8190227776 netem: move intialization of Netem support into node instead of socket class 2019-01-21 15:50:18 +01:00
d3ff9f2d41 node: allow nodes to have multiple filedescriptors 2019-01-21 15:47:34 +01:00
3b0cca73e3 rtp: added initial implementation for AIMD 2019-01-21 13:10:55 +01:00
07c6826e1d Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2019-01-21 12:13:21 +01:00
49fe632bbc rtp: added hooks for rate throttling via RTCP 2019-01-21 12:12:47 +01:00
5415e57c8e websocket: remove obsolete debugging comment 2019-01-17 20:28:53 +01:00
Marvin Klimke
264310ab5a rtp node: make pthread for re_main static and add deconstructor call for rtp socket 2019-01-16 16:41:02 +01:00
af09f06030 revert refactoring 2019-01-14 19:07:57 +01:00