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

1099 commits

Author SHA1 Message Date
0fc5e1003c zeromq: add support for network emulation 2019-04-04 22:01:52 +02:00
e6f346feca nanomsg: add support for network emulation 2019-04-04 22:01:40 +02:00
6c98e8c26f test_rtt: add missing preparation of signal list 2019-04-01 18:14:58 +02:00
02ab3687cb signal_generator: move preperation of signal list to signal_generator_prepare() 2019-04-01 18:14:11 +02:00
6acfed07f0 influxdb: fix segfault 2019-03-31 22:59:38 +02:00
95b42a509e infiniband: fix segfault 2019-03-31 22:42:58 +02:00
5a58daf306 infiniband: remove some too verbose log messages 2019-03-31 22:14:45 +02:00
fdcd4ff0ca websocket: improve shutdown in websocket node-type 2019-03-31 12:52:07 +02:00
385fdb4f43 rtp: use dynamic allocation for AIMD log 2019-03-29 10:45:23 +01:00
0e778d6867 rtp: log additional statistics 2019-03-29 09:52:34 +01:00
343cd38935 rtp: make AIMD log file configurable 2019-03-29 09:52:34 +01:00
ca28c31ed1 rtp: use C++ logger 2019-03-29 09:52:34 +01:00
cad22a02bd rtp: NULL => nullptr 2019-03-29 09:52:34 +01:00
a9afbae6b7 rtp: simplify rtp_reverse() 2019-03-28 09:23:44 +01:00
cf799763cb fix compilation on older C++ compilers 2019-03-27 14:39:27 +01:00
8762648f87 rtp: port to C++ 2019-03-26 15:39:08 +01:00
bccdcb89cb fix smallers bugs detected by new config-check integration test 2019-03-26 15:39:08 +01:00
18d6ab49d3 cmake: always include NGSI node-type 2019-03-26 15:39:08 +01:00
5a8f36313d ngsi: fix compilation problems due to refactoring issues 2019-03-26 15:39:07 +01:00
5580f63b8e rtp: improve return code style 2019-03-26 15:39:07 +01:00
81267f9759 mqtt: move checks to mqtt_check() 2019-03-26 15:39:07 +01:00
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