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

1089 commits

Author SHA1 Message Date
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
784e970bfe port large parts of VILLASnode to C++ and fix tests alongside 2022-01-11 09:19:53 -05:00
Manuel Pitz
278290e015 mqtt: Add tls extra options 2021-11-10 12:04:59 +00:00
18c68f0f4f ci: fix tests 2021-09-22 17:06:08 +02:00
23f3cc9ee6 tests: fix config tests 2021-09-21 15:22:09 +02:00
a224c09971 iex61850: re-enable compilation of node-type 2021-09-21 14:24:34 +02:00
c7d59e6011 use new cpp code-style in VILLAScommon 2021-09-19 19:26:03 +02:00
ced57610cb infiniband: compiler fix 2021-09-17 18:25:45 +02:00
0dc8adcdd3 fix new cppcheck errors 2021-09-17 18:19:06 +02:00
c2fe89e385 opal: small fixes 2021-09-15 17:09:42 +02:00
57fcc3c4f8 several minor fixes 2021-09-14 10:50:05 +02:00
f5d41edfe3 fpga: fix compilation errors 2021-09-13 15:08:19 +02:00
b7b988ed64 can: fix nullptr check 2021-09-13 15:08:19 +02:00
a37d6c131b infiniband: fix compilation errors 2021-09-13 15:08:19 +02:00
63a5c341fe opal: fix compilation 2021-09-13 14:54:26 +02:00
169e58422f loopback: align code with loopback_internal 2021-08-31 14:40:37 +02:00
4d6c746232 fix doxygen @todo commands 2021-08-31 14:40:37 +02:00
8d525513e1 QueueSignalledMode::AUTO defaults to QueueSignalledMode::EVENTFD on linux systems 2021-08-31 13:58:19 +02:00
Sonja Happ
d3b1da4957 loopback_internal: enable compile if eventfd header is not present on system 2021-08-31 13:53:06 +02:00
110ec81cc6 redis: fix cppcheck warnings 2021-07-20 21:05:54 +02:00
14daa11dc1 redis: add detection for TLS support 2021-07-20 20:52:45 +02:00
d72a133263 redis: add new redis node-type 2021-07-20 14:53:40 +00:00
32e016ebcb log: use spdlog custom formatters for basic VILLASnode types (closes #308) 2021-07-07 09:10:23 +00:00
082986bf86 file: fix opening of non-existant files 2021-07-07 10:41:54 +02:00
Manuel Pitz
26238d5a51 loopback: simplify code 2021-07-01 11:41:25 +02:00
c49ee5b21c nodes: remove hard-coded sample lengths from pool initializations 2021-06-24 10:35:41 +00:00
ad5d1d4a4c amqp: remove trailing newlines 2021-06-24 10:35:41 +00:00
3ec9c8f8f6 whitespace fixes 2021-06-22 07:14:54 -04:00
6aaddf2086 fixes 2021-06-21 16:53:45 -04:00
00a9e92b0a remove old plugin code 2021-06-21 16:11:42 -04:00
c3cd33779a cmake: fix Lua and IBVerbs detection 2021-06-18 20:19:46 -04:00
edd84d79af temper: add new node-type for reading PCSensor / TEMPer USB sensors 2021-06-18 15:26:55 -04:00
b2aab0b823 several minor fixes 2021-06-18 14:32:03 -04:00
d53547934c fix whitespaces 2021-06-18 14:28:31 -04:00
731909c3a8 ported io/format code to C++ 2021-06-17 08:26:46 -04:00
cf0b935c8f kafka: fix indention 2021-06-03 03:34:05 -04:00
Juan Pablo Noreña-Monsalve
08cfb06dd1
update kafka write data chunk 2021-06-02 16:19:22 -05:00
Juan Pablo Noreña
7657b6c84b kafka-json-format-type added for (de)serialization of { schema = {...}, payload = {...} } kafka messages 2021-06-02 14:44:50 -05:00
f77cbd12b9 fix invalid format string 2021-05-20 05:58:01 -04:00
1926306318 kafka: use default client-id of "villas-node" 2021-05-09 21:49:49 +02:00
702f11b777 kafka: add missing protocol option 2021-05-09 21:42:36 +02:00
34cdb2819e kafka: fix compiler errors 2021-05-09 18:51:00 +02:00
025f030ae3 kafka: improve shutdown behaviour 2021-05-09 18:43:20 +02:00
3f459d3539 kafka: fix segfault if a single node is used for both publishing and consuming 2021-05-09 18:23:37 +02:00
6c66b7cc75 kafka: fix syntax errors 2021-05-09 18:12:02 +02:00
56f4009e57 kafka: add custom logger 2021-05-09 18:10:34 +02:00
f1b484449e kafka: use a floating point number for the timeout setting 2021-05-09 18:09:24 +02:00