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

1078 commits

Author SHA1 Message Date
c249dcc89d refactor: use C-style commenting everywhere 2019-03-26 15:39:07 +01:00
e4de0aad1c mqtt: fix memory corruption in MQTT node (closes #237) 2019-03-25 16:01:17 +01:00
886a0af868 refactor: json_unpack() => json_unpack_ex() 2019-03-23 20:49:19 +01:00
e9c3e61084 rtp: remove wrapper function to start thread 2019-03-22 11:27:57 +01:00
58fd0131bc cbuilder: remove deprecated node-type 2019-03-16 13:41:33 +01:00
3ca1ae89b8 rtp: properly initialize rate hook 2019-03-15 17:26:20 +01:00
b7d0f174ca remove auto signal type detection 2019-03-09 13:34:51 +01:00
e78302ac38 Merge branch 'hook-dp' into develop 2019-03-09 00:36:10 +01:00
e8de9df993 update VILLAScommon submodule with new list functions 2019-02-24 09:23:31 +01:00
Manuel Pitz
0c53172816 Merge branch 'develop' of git.rwth-aachen.de:/acs/public/villas/VILLASnode into develop 2019-02-20 19:01:16 +00:00
Manuel Pitz
db1c9eaa97 fix race condition between usb buffer and data transfer buffer 2019-02-20 18:59:23 +00:00
5b553f2496 refactor: use strtok_r() instead of strtok() 2019-02-18 01:09:33 +01:00
b3e729e4ef Merge branch 'node-rtp-2' into develop 2019-02-17 21:19:24 +01:00
4aacaa330b rtp: improve logging 2019-02-17 21:17:43 +01:00
ab68ff40d3 rtp: fix parsing of AIMD options 2019-02-17 21:17:31 +01:00
05568f8b56 rtp: tune some parameters 2019-02-17 21:17:09 +01:00
e91084bec9 rtp: fix calculation of loss fraction 2019-02-17 21:16:51 +01:00
Marvin Klimke
623385cda9 fixes related to tc support 2019-02-15 11:18:32 +01:00
5be0931bb7 bufix 2019-02-15 11:03:32 +01:00
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