343cd38935
rtp: make AIMD log file configurable
2019-03-29 09:52:34 +01:00
a8711a8ed7
update example configuration files
2019-03-26 15:39:07 +01:00
d1745ba2a9
remove old RTSuperLab INL configs
2019-03-26 15:39:07 +01:00
1c0510d28a
cleanup syntax of example configs
2019-03-26 15:39:07 +01:00
a7fe4dca87
mqtt: fix example config
2019-03-26 15:39:07 +01:00
23979c6def
reorganize example configs
2019-03-26 05:41:55 +01:00
4f94b6f435
update example configs
2019-03-25 21:17:34 +01:00
1dab38cf50
etc: some cleanup of the configuration files
2019-03-22 14:00:40 +01:00
Manuel Pitz
0c53172816
Merge branch 'develop' of git.rwth-aachen.de:/acs/public/villas/VILLASnode into develop
2019-02-20 19:01:16 +00:00
Manuel Pitz
db1c9eaa97
fix race condition between usb buffer and data transfer buffer
2019-02-20 18:59:23 +00:00
ca817a6907
tests: fix api-stress
2019-02-12 15:07:50 +01:00
13316b7c2e
added example configurations of getting started guide
2019-02-11 16:42:38 +01:00
81e211105b
shmem: update example config
2019-01-30 01:55:58 +01:00
779db9ec5d
rtp: disable netem by default in example config
2019-01-28 10:51:16 +01:00
25fb713213
rtp: test and bug fixing for RTP network emulation support
2019-01-23 14:16:53 +01:00
2253d5c008
fix example config
2019-01-21 16:22:06 +01:00
720e5e688c
plugin: strip down old plugin system
2019-01-21 16:21:26 +01:00
c5ec56908a
rtp: add netem config to example config
2019-01-21 15:50:33 +01:00
3b0cca73e3
rtp: added initial implementation for AIMD
2019-01-21 13:10:55 +01:00
49fe632bbc
rtp: added hooks for rate throttling via RTCP
2019-01-21 12:12:47 +01:00
8f7c8ae71e
update copyright year to 2019
2019-01-13 00:42:39 +01:00
f1959c7ab3
sv: updated example config
2019-01-12 23:18:00 +01:00
918c99881c
examples: remove stats hook which is not allowed in this situation
2019-01-12 19:04:01 +01:00
d066abfc16
Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop
2019-01-12 13:51:22 +01:00
c2f83b01fd
Merge branch 'ws-relay' into develop
...
# Conflicts:
# include/villas/node/config.h.in
# include/villas/utils.h
# lib/CMakeLists.txt
# lib/nodes/websocket.c
# lib/utils.c
# lib/web.c
# src/CMakeLists.txt
# src/villas-pipe.cpp
2019-01-12 13:48:29 +01:00
Markus Mirz
6df870b731
add mqtt.conf example
2019-01-11 17:50:57 +01:00
029ccd2e09
Merge branch 'node-uldaq' into develop
2019-01-09 17:02:43 +01:00
dacbbe739b
rtp: add simple example config
2019-01-07 12:52:33 +01:00
8a5aba08f4
tests: use ports > 1024 in order to run without superuser privs
2018-12-02 03:11:32 +01:00
474010010a
update loopback config example
2018-11-30 21:36:26 +01:00
79d5a58cd5
use new configuration syntax in loopback example
2018-11-30 20:37:44 +01:00
693d51cdac
added missing setting for file node to example.conf
2018-11-23 21:00:18 +02:00
6670139439
update example config
2018-10-20 18:47:09 +02:00
Dennis Potter
1328f190ad
Removed obsolete BUSY/EVENT flag from Infiniband node
2018-10-14 01:54:54 +02:00
ad775bbf58
fix syntax error in uldaq.conf
2018-10-04 00:48:44 +02:00
Manuel Pitz
c837b4bebc
uldaq: add sample configuratioen for ul201
...
uldaq: fix missing samples by not using the uldaq counter. this may create race iussues
2018-09-26 23:28:53 +02:00
Manuel Pitz
ffbbb9bd51
workaround for init function call
2018-09-25 15:22:50 +02:00
556f4384a3
uldaq: check that signal definitions are correct.
2018-09-25 12:09:04 +02:00
82e7cc93be
uldaq: add example config
2018-09-25 11:58:28 +02:00
8ea70b541f
web: use signal names from new signal definitions
2018-09-17 22:19:09 +02:00
d35971c26c
refactor: update copyright years
2018-08-20 18:40:03 +02:00
5707ee9d58
new signal declaration code
2018-08-20 18:31:27 +02:00
3bba9c16b0
hooks: remove map hook
2018-08-13 00:00:09 +02:00
Dennis Potter
b7a4b9d7c8
Changed transport mode in example configuration
2018-08-07 16:46:03 +02:00
Dennis Potter
027555c34d
Added flag in config to enable/disable connection fallback. Closes #188
2018-08-02 10:41:37 +02:00
Dennis Potter
634beee1d1
Removed unused out section of target
2018-07-26 16:03:33 +02:00
Dennis Potter
ddc185d7cd
Updated Infiniband configuration to be used with villas-node
2018-07-25 18:54:13 +02:00
Dennis Potter
2c3ddfd0c2
Merge branch 'ib-rearrange-qp' into develop
...
Closes #152 . As described in #182 , we will not rearrange the Queue Pairs
for connected mode. As soon as we test many-to-one connections for the
unrealiable connection, we will look again at this issue.
2018-07-21 12:14:25 +02:00
Dennis Potter
afb8b57156
Removed option to manually add QP type
...
The QP type is dependend on the port space of the RDMA CM ID. If the
RDMA CM ID is set to TCP, the QP has to be set to a RC. If it is set to
UDP, it has to be set to UD.
2018-07-19 20:42:20 +02:00
Dennis Potter
fd48c94ddc
Changed vectorize from 64 to 1 for simplicity
2018-07-19 14:51:23 +02:00