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

3195 commits

Author SHA1 Message Date
ac22c393b7 Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2019-02-06 13:18:55 +01:00
fbe08f4473 villas_human: fix buffer overflow 2019-02-06 13:16:45 +01:00
991fd6e93e remove warning about libconfig config file format 2019-02-06 13:15:05 +01:00
16cbd5f278 node: properly initialize enable flag per node direction 2019-02-06 13:15:00 +01:00
0c382890f7 node: initialise hook lists only when hooks are supported 2019-02-06 13:14: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
Marvin Klimke
1b0dcbbd2c rtp: add test script with two villas node instances on one machine 2019-01-30 17:24:17 +01:00
Sonja Happ
664ec1f46f super_node: add some checks for compiler defines WITH_API and WITH_WEB 2019-01-30 12:00:53 +01:00
Sonja Happ
ad12431aaa formats: fix parentheses around char array expression 2019-01-30 11:59:09 +01:00
Sonja Happ
9aaed6d7a8 Increase minimal required version of jansson to 2.10 due to dependencies on json_dumpfd and json_loadfd methods 2019-01-30 11:20:26 +01:00
e1337c6101 update VILLAScommon submodule 2019-01-30 10:53:04 +01:00
5dc95d8197 path: fix initialization of polling mode 2019-01-30 01:57:31 +01:00
5fc38bb898 path: fix detection of polling mode 2019-01-30 01:57:20 +01:00
bf12c174f2 path: fix missing data bug with JSON format 2019-01-30 01:56:57 +01:00
c4baea1562 path: improve checks in regard to 'poll' and 'rate' settings 2019-01-30 01:56:35 +01:00
81e211105b shmem: update example config 2019-01-30 01:55:58 +01:00
1ddbc5068d fix code style 2019-01-30 01:54:03 +01:00
280aacca40 hooks: added new dump hook 2019-01-30 01:53:52 +01:00
4791a42ecd fix compiler warning about format string 2019-01-30 01:53:39 +01:00
e1b09461c1 improve compiler compatability 2019-01-30 00:42:49 +01:00
d7cbbfa8df fixes for macOS 2019-01-30 00:42:35 +01:00
8cac844462 cmake: fix RPM dependencies 2019-01-28 21:42:04 +01:00
569ebaf727 cmake: make libuuid a requirement 2019-01-28 21:41:50 +01:00
f3a86c2c1c rtp: remove some comments 2019-01-28 21:41:37 +01:00
9ce305948f rtp: use real-time input for testing RTCP & AIMD 2019-01-28 12:34:40 +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
8e24d603e5 pipe: do not show warning messages for samples filtered by hooks 2019-01-28 12:30:14 +01:00
be5358254f decimate: avoid floating point exception 2019-01-28 11:10:36 +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
779db9ec5d rtp: disable netem by default in example config 2019-01-28 10:51:16 +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
863f91e7ff release v0.7.1 2019-01-23 15:09:50 +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
a8f1287fc9 docker: use all cores when building libs in Docker 2019-01-23 15:07:08 +01:00
e62fac9670 docker: update Dockerfile for villas/node-dev-ubuntu image 2019-01-23 15:06:50 +01:00
dcbac4ec6c fix typo 2019-01-23 14:31:55 +01:00
25fb713213 rtp: test and bug fixing for RTP network emulation support 2019-01-23 14:16:53 +01:00