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

4933 commits

Author SHA1 Message Date
ad5d1d4a4c amqp: remove trailing newlines 2021-06-24 10:35:41 +00:00
Manuel Pitz
f879b511bf hooks: fix memory leak caused by hooks whic skip samples 2021-06-24 05:55:57 -04:00
3ec9c8f8f6 whitespace fixes 2021-06-22 07:14:54 -04:00
362fb2f260 update OpenAPI spec 2021-06-22 07:14:45 -04:00
ebce47b75b update configs to new format configuration style 2021-06-22 07:14:34 -04:00
6aaddf2086 fixes 2021-06-21 16:53:45 -04:00
2d1e8d17ce use new NodeList and PathList in SuperNode 2021-06-21 16:12:47 -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
2680a067f0 scale: fixes for scale hook 2021-06-18 14:31:29 -04:00
d53547934c fix whitespaces 2021-06-18 14:28:31 -04:00
ac20c63f39 add plugin names to logger instances 2021-06-18 14:24:28 -04:00
731909c3a8 ported io/format code to C++ 2021-06-17 08:26:46 -04:00
5a95fc0bd6 fix compilation of OPAL AsyncIP client code on new opalrtlinux3 64-bit targets
Thanks to Cory Paquet-Clouston (OPAL-RT) for the fix
2021-06-10 09:35:48 +00:00
b79436432a json.kafka: minor tweaks 2021-06-03 03:34:55 -04:00
d1a9d1e089 json.kafka: add missing header 2021-06-03 03:34:29 -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
21f1def3a8 kernel: refactor naming style 2021-05-20 06:21:33 -04:00
8caa81802f memory: fix handling if we run inside containers 2021-05-20 06:03:11 -04:00
f77cbd12b9 fix invalid format string 2021-05-20 05:58:01 -04:00
45a5226365 fix CI 2021-05-10 00:48:00 +00:00
a757d28337 fix CI 2021-05-10 00:46:01 +00:00
82f911bf0c websocket: actively cancel lws_service() / poll() when new data is to be sent 2021-05-09 21:03:49 +00:00
5c2fbad0b1 kafka: update RPM packaging dependencies 2021-05-09 22:48:58 +02:00
1926306318 kafka: use default client-id of "villas-node" 2021-05-09 21:49:49 +02:00
5b76110607 kafka: simplify example config 2021-05-09 21:48:45 +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
18c736b184 kafka: some of the configuration settings are required 2021-05-09 17:46:27 +02:00
5a9af6553c kafka: harmonize error checking 2021-05-09 17:44:54 +02:00
db2d730d28 kafka: fix typo in example config 2021-05-09 17:44:25 +02:00
fdaebba9cc deps.sh: unify handling of special cases 2021-05-09 17:22:41 +02:00
ec3baca612 kafka: with linking on CentOS 2021-05-09 15:25:40 +02:00
f7f4523ea3 kafka: print errors with logger::error() rather than logger::warn() 2021-05-09 15:23:30 +02:00
0881b38224 kafka: refactor setting "calocation" to "ca" 2021-05-09 15:23:02 +02:00
6417b3a6f2 kafka: more code-cleanups 2021-05-09 15:21:59 +02:00
8f8d35792b kafka: build without tests and examples in deps.sh 2021-05-09 15:06:15 +02:00
0746787559 kafka: add CMAKE_OPTS in deps.sh 2021-05-09 14:58:27 +02:00
c594077534 kafka: fix whitespaces 2021-05-09 14:58:08 +02:00
d5d12dd38e kafka: fix authorship and copyright 2021-05-09 14:57:44 +02:00
Juan Pablo Noreña
818047c6bd node-type-kafka producer and consumer separation, not working at same time as in a single node as desirable 2021-05-06 17:15:36 -05:00