Sonja Happ
d76bcdbb07
remove files of mqtt_unthreaded node type since this is implemented in mqtt type now
2019-09-13 10:15:03 +02:00
Sonja Happ
b2184665be
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-09-13 09:56:50 +02:00
Sonja Happ
fc72f73f40
renaming variable to improve readability
2019-09-13 09:02:40 +02:00
Sonja Happ
15b8151121
use a thread per process to execute mosquitto loop, contributes to #248
2019-09-12 17:05:18 +02:00
Sonja Happ
6f860af9d1
add unthreaded version of MQTT node type
2019-05-08 14:10:55 +02:00
11bb63ecce
use villas/utils.hpp instead of villas/utils.h
2019-04-23 13:15:00 +02:00
14434d093f
remove old super_node C wrapper code
2019-04-23 13:14:47 +02:00
c25bd76922
file: fix config test
2019-04-23 11:19:42 +02:00
8487fa1c29
fix: non-trivial designated initializers not supported
2019-04-23 09:57:43 +02:00
932d15fdb7
nodes: avoid designated initializers for structs
2019-04-23 00:36:06 +02:00
30fb71d8eb
nodes: convert C-style header files to C++ style headers
2019-04-23 00:12:31 +02:00
6cecdf4b81
nodes: refactor NULL => nullptr
2019-04-22 23:46:07 +02:00
37c724f61b
nodes: use C++ compiler
2019-04-22 23:43:46 +02:00
39afa0e8a2
socket: fix invalid length of AF_UNIX socket address
2019-04-17 18:12:04 +02:00
3cb88b9f0a
Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop
2019-04-15 13:17:04 +02:00
root
136c21bd8d
Merge branch 'develop' of git.rwth-aachen.de:/acs/public/villas/VILLASnode into develop
2019-04-15 13:09:33 +02:00
3eee38becb
be less verbose in logging
2019-04-15 13:09:13 +02:00
7ee01aabda
Merge branch 'hook-rtp-rate-pid' into develop
2019-04-15 12:26:51 +02:00
002e473937
Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop
2019-04-14 19:24:13 +02:00
ab46354083
fix whitespaces / code-style
2019-04-14 19:23:30 +02:00
986fd5f81a
rtp: use new villas::node::LimitHook::setRate() interface
2019-04-14 19:22:33 +02:00
b344c3961e
rtp: fix some bugs and debugging output
2019-04-10 18:10:12 +02:00
2c384425b9
test_rtt: fix bug in rate parsing
2019-04-10 09:26:24 +02:00
41fbf03881
test_rtt: fix bug which fails to start test cases
2019-04-08 10:33:02 +02:00
400a9d3b84
test_rtt: fix compiler warning
2019-04-08 10:15:49 +02:00
5e43ea7ea4
test_rtt: improve handling of result files
2019-04-08 10:15:24 +02:00
06292524a1
test_rtt: port to C++
2019-04-08 08:59:59 +02:00
31dad7754e
nodes: properly initialize instance list
2019-04-08 08:59:38 +02:00
0d91ac891b
use C++ compiler
2019-04-07 15:13:40 +02:00
d10f4e3b1f
rtp: allow compilation without hook support
2019-04-06 14:19:50 +02:00
8d3a140f4f
cmake: improve supported combination of compile options
2019-04-05 20:58:42 +02:00
6002f2debd
rtp: do not register plugin twice
2019-04-05 20:56:51 +02:00
8a8dd30370
socket: fix includes
2019-04-05 19:30:44 +02:00
1d2f28cd19
cmake: add individual CMake options for each node-type
2019-04-05 19:28:42 +02:00
e6a4c0dfad
socket: move socket address related functions to new file
2019-04-05 10:47:57 +02:00
f16056092a
fix bugs on rpi #1
2019-04-05 03:50:59 +02:00
0fc5e1003c
zeromq: add support for network emulation
2019-04-04 22:01:52 +02:00
e6f346feca
nanomsg: add support for network emulation
2019-04-04 22:01:40 +02:00
6c98e8c26f
test_rtt: add missing preparation of signal list
2019-04-01 18:14:58 +02:00
02ab3687cb
signal_generator: move preperation of signal list to signal_generator_prepare()
2019-04-01 18:14:11 +02:00
6acfed07f0
influxdb: fix segfault
2019-03-31 22:59:38 +02:00
95b42a509e
infiniband: fix segfault
2019-03-31 22:42:58 +02:00
5a58daf306
infiniband: remove some too verbose log messages
2019-03-31 22:14:45 +02:00
fdcd4ff0ca
websocket: improve shutdown in websocket node-type
2019-03-31 12:52:07 +02:00
385fdb4f43
rtp: use dynamic allocation for AIMD log
2019-03-29 10:45:23 +01:00
0e778d6867
rtp: log additional statistics
2019-03-29 09:52:34 +01:00
343cd38935
rtp: make AIMD log file configurable
2019-03-29 09:52:34 +01:00
ca28c31ed1
rtp: use C++ logger
2019-03-29 09:52:34 +01:00
cad22a02bd
rtp: NULL => nullptr
2019-03-29 09:52:34 +01:00
a9afbae6b7
rtp: simplify rtp_reverse()
2019-03-28 09:23:44 +01:00