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

2555 commits

Author SHA1 Message Date
Manuel Pitz
76bfd3f6f4 hook: change sync to middle of second to avoid errors when system time is mostly synced 2022-03-22 17:56:13 +01:00
5cdce16d3f remove empty lines and file beginnings 2022-03-15 09:29:20 -04:00
11a25f6fb7 update mail address 2022-03-15 09:29:20 -04:00
17ac92aa21 update copyright year 2022-03-15 09:28:57 -04:00
53d18d4a4e go: fix tests 2022-03-14 19:51:41 -04:00
ae1b064b5a remove broken support for Darwin/macOS 2022-03-14 19:37:29 -04:00
d72b19c2ec go: fix cppcheck warnings 2022-03-14 17:31:11 -04:00
fd1996bf21 fix file headers 2022-03-14 16:34:12 -04:00
3d1fe23fba go: add example for using libvillas in a Go application 2022-03-14 16:24:28 -04:00
fa398a2cf7 go: finish Go node-type 2022-03-14 15:32:20 -04:00
c21d282d93 go: started working on WebRTC node 2022-03-07 08:37:14 -05:00
db67c468bc go: add first version of Golang node-type support 2022-03-07 08:37:14 -05:00
619c620e1a log: fix logging errors in sample dump 2022-03-07 08:37:14 -05:00
a856f1801f node: minor cleanups 2022-03-07 08:37:14 -05:00
066febf06f node: allign getNetemFDs() to getPollFDs() 2022-03-07 08:37:10 -05:00
6d299d33ed capi: fix memcpy error 2022-03-07 08:08:29 -05:00
b207bbf673 add C-API to libvillas 2022-03-07 08:08:29 -05:00
98c21c3945 loopback: add missing call to Node::prepare() 2022-03-07 08:08:29 -05:00
b98f455752 node: align Node::getPollFDs() with Node::getNetemFDs() 2022-03-07 08:08:29 -05:00
b402048082 add support for plugin sub-registries 2022-03-04 03:47:46 -05:00
977b65ae2d improve log output for signal lists 2022-02-24 08:02:20 -05:00
dfcafed20a several fixes for new opal format 2022-02-24 08:02:19 -05:00
d4f74a5a51 add new format-type for OPAL-RT's AsyncIP example 2022-02-24 08:02:19 -05:00
ca533ac8e0 raw: fix parsing of options 2022-02-24 09:22:02 +01:00
a98ab9f172 fixes for compilation wih petalinux 2021.1 2022-01-14 16:14:15 -05:00
a9d1584180 websocket: improve handling of pending connections (opening/closing) 2022-01-11 09:19:54 -05:00
8cf6414295 redis: minor stylistic improvements and fixes 2022-01-11 09:19:54 -05:00
6c735f4b18 redis: fix timeouts 2022-01-11 09:19:54 -05:00
04f3a77ec0 mqtt: use threaded libmosquitto interface 2022-01-11 09:19:54 -05:00
c6fe0201da websocket: use std::list for connections 2022-01-11 09:19:54 -05:00
7d6a1031eb websocket: add websocket_init() 2022-01-11 09:19:54 -05:00
c170ac096f websocket: add new option to wait until all client connections are established 2022-01-11 09:19:54 -05:00
2ee4bc7589 close queues when nodes are stopped 2022-01-11 09:19:54 -05:00
d74db0a833 remove unused variable 2022-01-11 09:19:54 -05:00
784e970bfe port large parts of VILLASnode to C++ and fix tests alongside 2022-01-11 09:19:53 -05:00
6adcd8cf92 limit_value: fix typo in hook config parser 2022-01-10 17:52:59 +01:00
Manuel Pitz
4fb8b78b03 update signal renaming behaviour for rms and pmu_dft hook 2021-11-24 12:40:29 +01:00
Manuel Pitz
6a2ceff1b4 change singalNames from list to vector 2021-11-23 14:14:13 +01:00
Manuel Pitz
96d3358ddd Fix missing variable init 2021-11-23 13:51:59 +01:00
Manuel Pitz
409327be7a Fix missing signal update and add multi channel akkumulator 2021-11-23 13:47:19 +01:00
Manuel Pitz
278290e015 mqtt: Add tls extra options 2021-11-10 12:04:59 +00:00
7411711688 stats: add new metric to track number of signals 2021-11-10 11:00:27 +00:00
28843a7cd6 villas-binary: add option to enable source index validation 2021-11-10 05:19:38 -05:00
ba9c7609ae fix NULL ptr dereference in api/status request 2021-10-15 09:32:12 +02:00
d674ba6bf8 json.edgeflex: support more data-types and deserialization 2021-10-09 17:59:52 +02:00
Manuel Pitz
6786d17915 update edgeflex format 2021-10-05 12:53:52 +02:00
Manuel Pitz
5119aba2b4 update to edgeflex format 2021-10-05 09:27:12 +02:00
bd90afc43b line: add new option "comment_prefix" 2021-10-04 19:49:51 +00:00
a9a2037dbb status: fix typo in page header comment (closes #320) 2021-10-04 19:49:51 +00:00
Manuel Pitz
d91f9233d4 update format style 2021-10-04 19:24:47 +00:00