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

2130 commits

Author SHA1 Message Date
d6970abd82 zeromq: fix compiler warning 2017-05-23 15:22:37 +02:00
89e4f3588f zeromq: fix shutdown close pending socket 2017-05-23 15:22:37 +02:00
eef7764b8a zeromq: only check for handshake if we are in a CurveZMQ session 2017-05-23 15:22:37 +02:00
48b3898f23 zeromq: fix group subscription 2017-05-23 15:22:37 +02:00
df028c3b28 zeromq: some code cleanup 2017-05-23 15:22:37 +02:00
7e602dd44e zeromq: added support for CurveZMQ encryption and authentication (still not working) 2017-05-23 15:22:37 +02:00
fbf75d90ee zeromq: fix ipv6 2017-05-23 15:22:37 +02:00
503da4bb94 zeromq: add support for filtering based on pubsub groups 2017-05-23 15:22:37 +02:00
0f197cb223 zeromq: check if handshake succeeded 2017-05-23 15:22:37 +02:00
b6c39611c1 zeromq: add support to reverse node 2017-05-23 15:22:37 +02:00
5ef08552b2 zeromq: added IPv6 options 2017-05-23 15:22:37 +02:00
9edd0fc68d zeromq: fix little bug because socket-types were swapped 2017-05-23 15:22:37 +02:00
98cd2938af add new msg_buffer() functions to read / write multiple struct sample from / to a buffer using the struct msg wire protocol. 2017-05-23 15:22:37 +02:00
465999d608 socket: save MSG_PEEK recv(2) call by using a fixed allocation.
This should work for most data link layers.
2017-05-23 15:21:40 +02:00
8f6b38cd63 added new function node_type_name() 2017-05-23 15:20:38 +02:00
5a267813d0 zeromq: added initial version of ZeroMQ node-type 2017-05-23 15:20:38 +02:00
f433743173 nanomsg: added new messaging node-type 2017-05-23 14:54:25 +02:00
a1a56a9f0a msg: use new macro to define max packet size 2017-05-23 13:55:13 +02:00
f6909de568 add new msg_buffer() functions to read / write multiple struct sample from / to a buffer using the struct msg wire protocol. 2017-05-23 13:02:20 +02:00
1e5c143ff9 list: added list_set() 2017-05-23 12:12:39 +02:00
Georg Reinke
b21a017cc2 properly define atomic state for queue 2017-05-15 14:04:15 +02:00
Georg Reinke
292e846bf8 Revert "use proper enum type for atomic state"
This reverts commit 44669a748d.
2017-05-15 13:45:37 +02:00
867fb90f7f Merge branch 'fix-queue-signalled' into develop 2017-05-14 11:38:11 +02:00
1e3980f034 fix the race in web startup differently 2017-05-14 11:36:44 +02:00
44669a748d use proper enum type for atomic state 2017-05-14 11:36:14 +02:00
e95b562c71 improve readability 2017-05-14 11:35:49 +02:00
e1d5a11c9c stats: parse 'veerbose' setting as boolean 2017-05-14 10:41:27 +02:00
Georg Reinke
1b61d55cab add close methods for queue and use them for shmem 2017-05-12 13:12:42 +02:00
Georg Reinke
434504b788 Merge branch 'fix-shmem' into fix-queue-signalled 2017-05-12 13:12:30 +02:00
Georg Reinke
d17300e276 remove unnecessary sample_get in shmem node 2017-05-12 11:52:39 +02:00
Georg Reinke
959d8aa796 fix race condition when starting web service 2017-05-12 11:52:30 +02:00
Georg Reinke
1067c66ab8 shmem node: copy samples when reading 2017-05-12 11:52:24 +02:00
Georg Reinke
f724a00033 queue_signalled: try to read once before sleeping 2017-05-11 13:49:54 +02:00
ad13abd675 remove GAP_SEQUENCE statistic 2017-05-08 09:09:17 +00:00
e92f17d891 file: fix and test rewind feature 2017-05-08 00:50:56 +02:00
19df0d196d add more const keywords 2017-05-08 00:50:56 +02:00
52d4aceb4f path: simplify configuration file 2017-05-08 00:50:56 +02:00
560f2f5423 path: don’t be too verbose 2017-05-08 00:50:56 +02:00
2036c2bdfa websocket: fix bug in receive path 2017-05-08 00:50:55 +02:00
001400774e changed configuration format for hooks 2017-05-08 00:50:54 +02:00
7e145966a5 super_node: use advio to open local files 2017-05-08 00:50:54 +02:00
53b5880dec advio: properly support local files 2017-05-08 00:50:54 +02:00
92e3087a16 file: make intialization more robust 2017-05-08 00:50:53 +02:00
4f74107e91 install third party libraries to /usr/local/lib64 instead of /usr/local/lib 2017-05-08 00:50:53 +02:00
57f8343146 show error message if dependency is missing (fixes #89) 2017-05-05 22:59:38 +00:00
cb91a6dc0b hist: improve output and style of plot 2017-05-05 22:27:50 +00:00
c711f0f1bc added warmup phase to histogram for better selection of min/max (closes #12) 2017-05-05 22:26:40 +00:00
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
74ee677b41 fix pointer mistake 2017-05-05 19:09:57 +00:00
94035ca241 kernel: fix kernel_module_load() 2017-05-05 19:09:32 +00:00