1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
Commit graph

2651 commits

Author SHA1 Message Date
6761ee21cc node: parse UUID from config or generate one based on config hash 2019-10-30 02:40:43 +01:00
e4e12482f6 memory: fix logic to activate hugepage allocator 2019-10-29 23:30:10 +01:00
5a73d477bb Merge branch 'fix-csv-format' into 'master'
Use the the same column interpretation while en/decoding CSV data

Closes #259

See merge request acs/public/villas/node!59
2019-10-29 23:11:49 +01:00
f2f830c7f0 csv: use the the same column interpretation while en/decoding CSV data
(closes #259)
2019-10-29 23:02:18 +01:00
a49e11653d average: fixes out-of-bound access in average hook (closes #249) 2019-10-29 22:43:39 +01:00
4ce10cbdf5 protobuf: fix invalid sample flags 2019-10-29 20:19:19 +01:00
040c8e69bb stats: allow stats hook to be used with villas-hook in which case there is no node object 2019-10-29 20:19:01 +01:00
1bc639644e zeromq: allow both sides of the socket to bind 2019-10-29 20:18:30 +01:00
4b8215baca fix code-style 2019-10-29 17:58:36 +01:00
4a35f84bc9 fix code-style 2019-10-29 09:23:36 +01:00
1370ad7f7b mmap: remove debugging output 2019-10-29 09:21:27 +01:00
d919a76dd7 mmap: fix name of hugepage allocator 2019-10-29 09:21:13 +01:00
9aab0118cd fix code-style 2019-10-29 09:20:57 +01:00
Sonja Happ
f2f4ca8efd memory: init page size for mmap even if number of hugepages is equal to 0 2019-10-28 15:10:31 +01:00
c200ecc326 Merge branch 'mqtt-fix-thread' into 'master'
use warnings instead of errors in async mqtt thread

See merge request acs/public/villas/VILLASnode!54
2019-10-26 14:27:15 +02:00
c406a153dc memory: add new mmap allocator 2019-10-26 13:35:40 +02:00
995e4b5ec9 memory: use default value for memory type 2019-10-26 13:34:03 +02:00
4a21758081 memory: remove memory_type_lookup() 2019-10-26 13:29:08 +02:00
4350683174 memory: change argument order 2019-10-26 13:07:02 +02:00
Sonja Happ
0d113ab715 mqtt: mosquitto loop returns immediately 2019-10-23 15:21:51 +02:00
Sonja Happ
e6cc58e4c0 use warnings instead of errors in async mqtt thread 2019-10-23 12:02:49 +02:00
0767a01408 Merge branch 'ci-fixes-raspbian' into 'master'
Compatibility and CI fixes for Raspbian builds

See merge request acs/public/villas/VILLASnode!51
2019-10-18 10:44:47 +02:00
679567fa6f comedi: fix a few format strings for portability 2019-10-18 10:34:14 +02:00
Sonja Happ
ed10e3d47f comment init of node's "stats" shared pointer with nullptr since this causes node_init to crash arbitrarily 2019-10-17 10:41:50 +02:00
b3ca300b26 fix invalid variable name 2019-10-04 18:48:16 +02:00
ec2b6128ea fix merge of pps_ts hook 2019-10-04 18:48:10 +02:00
df29094a14 fix merge of pps_ts hook 2019-10-03 11:44:29 +02:00
c72fd1718d fix invalid variable name 2019-10-03 11:34:59 +02:00
31623673a4 minor code-style fixes 2019-10-03 11:30:08 +02:00
Sonja Happ
69f76420ee fix indentation 2019-10-03 11:30:08 +02:00
Sonja Happ
ff8151bee0 remove files of mqtt_unthreaded node type since this is implemented in mqtt type now 2019-10-03 11:30:08 +02:00
Sonja Happ
e52d2f77ee improve unthreaded implementation of MQTT node type
- set cancel type of MQTT communication management thread to asynchronous
- fix removing node from list in mqtt_stop
- add a debug output upon invocation of pthread cancel in mqtt_type_stop
- contributes to #248
2019-10-03 11:30:08 +02:00
Sonja Happ
3624cb9fca renaming variable to improve readability 2019-10-03 11:30:08 +02:00
Sonja Happ
19523377f4 use a thread per process to execute mosquitto loop, contributes to #248 2019-10-03 11:30:08 +02:00
Sonja Happ
f3db8f6192 add unthreaded version of MQTT node type 2019-10-03 11:28:28 +02:00
8d612d8868 Merge remote-tracking branch 'remotes/origin/hook-pps_ts' 2019-10-03 11:08:39 +02:00
4531443269 Merge branch 'v0.8.0-fixes' into develop 2019-10-03 11:01:07 +02:00
e1e9b2e1fc format: fix parsing of complex values in villas.humas format (closes #261) 2019-09-03 22:54:10 +02:00
fd3c732771 refactor: msg format reserved 2019-09-03 22:06:23 +02:00
9cbcef4fc1 format: do not use hyphens in file names 2019-09-03 22:02:42 +02:00
5e6fec26ae signal: refactor signal_data_snprint() -> signal_data_print_str() 2019-09-03 21:21:11 +02:00
287f249735 msg: fix intiialization of reserved fields 2019-08-29 09:59:04 +02:00
bbe01d0bd2 stats: fix state assertions in stats hook 2019-08-28 16:56:22 +02:00
a3c8b17665 web: reduce polling timeout for lws_service 2019-08-28 16:55:40 +02:00
f9c03f51b6 added new hook for timestamping data according to GPS PPS signal 2019-08-13 21:22:13 +02:00
Manuel Pitz
d7f9f7218f path: path_poll_prepare is not possible before nodes are started 2019-07-30 12:01:44 +02:00
Manuel Pitz
db15dda566 loopback: node type does not provide signals 2019-07-30 12:01:05 +02:00
1e517224be Merge branch 'fix-memory-locking-without-root' into develop 2019-06-28 11:54:06 +02:00
Divya Laxetti
ed26f772e7 memory locking without root 2019-06-27 15:45:45 +02:00
32fcbdf796 gate: add hold-off timer 2019-06-27 02:20:58 +02:00