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
3c3ef6676a
added simple config for websocket client
2018-07-17 10:52:51 +02:00
Dennis Potter
3f58359ce4
It is a bad idea to have a smaller CQ than recv. Queue
2018-07-16 13:41:42 +02:00
Dennis Potter
ea785152c9
Added infiniband configuration file
2018-07-15 13:55:20 +02:00
0a4f1a3731
cmake: add install targets and several other cpack improvments
2018-06-30 01:29:45 +02:00
9094941b4c
cmake: add more CMakeLists.txt
2018-06-29 14:36:50 +02:00
f585a94ebf
remove most of the old Makefiles
2018-06-29 14:36:24 +02:00
Daniel Krebs
bfcf87d970
comedi: merge comedi node with tested DAC functionality
2018-06-15 17:44:25 +02:00
Daniel Krebs
b6dbc7a8a7
comedi: config tuning to reduce latency for demo
2018-06-15 17:43:29 +02:00
Daniel Krebs
fe302f9649
comedi: implement ADC and DAC directions, only DAC tested
...
The write / DAC direction has been tested with two output signals, see
etc/comedi.conf for reference. For now, the buffer size may not be
(considerably) smaller than 32kB, Comedi stops working for unknown
reasons. To compensate for the latency (always approx. one buffer size)
if only small sample rates are required, configure the path for
upsampling (sample-and-hold via rate parameter) at the same rate as
the out direction of the comedi node.
2018-06-15 15:47:10 +02:00
f1d4bed4db
amqp: allow connection settings to be specified individually
2018-06-15 14:51:43 +02:00
88af9b8c8d
influx: use new signal description for specifying the InfluxDB fields
2018-05-24 09:23:17 +02:00
c59e0948c3
io: use dots instead of hyphens in format names
2018-05-08 08:45:18 +02:00
4f1aab1da8
rename setting 'no_builtin' to 'builtin' to avoid double negation
2018-04-19 15:43:57 +02:00
6517a43f6c
Update example.conf
2018-04-18 11:31:53 +02:00
3f74f036ea
fpga: removed all FPGA related code
2018-04-05 10:21:17 +02:00
f4cf47137b
removed AMQP config as it is in example.conf
2018-01-31 20:44:07 +01:00
cb8cc1e942
mqtt: added example configuration
2018-01-17 01:22:26 +01:00
cce5bbe384
Merge branch 'new-iec61850-9-2' into develop
2017-12-06 16:57:41 +08:00
041f6be982
iec61850: rewrote iec61850-9-2 node-type in preperation for support of iec61850-8-1 node-type
2017-12-06 16:44:50 +08:00
5fb48d607e
moved VILLASfpga specific code to separate repo
2017-11-21 21:51:07 +01:00
2fc4285b55
Merge branch 'node-iec61850-9-2' into develop
2017-11-18 01:56:12 +01:00
4313ce3aa8
iec61850-9-2: improve example config
2017-11-18 01:42:25 +01:00
963b930287
amqp: added example configuration
2017-11-18 01:03:16 +01:00
16bc167628
iec61850-9-2: added example config
2017-11-17 17:45:42 +01:00
e5edab6dc1
python: added example client application which uses Protobuf and UDP / domain sockets to communicate with VILLASnode
2017-10-28 10:16:17 +02:00
9f1929ddbb
socket: extended example config for new "unix" layer
2017-10-26 18:34:11 +02:00
14c948cb92
added new path modes to example config
2017-10-18 12:50:13 +02:00
8806b8cc34
fix syntax error in example config
2017-10-15 22:03:40 +02:00
7e997bc063
added new node-type for InfluxDB
2017-10-15 22:02:43 +02:00
d57785547c
add missing configuration file
2017-09-16 17:51:16 +02:00
63f309f26a
update example config
2017-09-16 17:21:57 +02:00
71c355eee7
more improvements to the websocket demo config
2017-09-06 21:32:06 +02:00
dafa351c99
added example for node hook
2017-09-05 15:00:07 +02:00
045860ef84
added stats node type to example config
2017-09-05 14:55:43 +02:00
f3404026c8
improved websocket demo config
2017-09-05 14:52:09 +02:00
8c9348cfc0
updated websocket example configs
2017-09-05 10:03:21 +02:00
d6ea18d3a1
signal: added new counter signal type
2017-09-01 07:50:35 +02:00
5075794a70
update example configuration with latest introduction of IO formats, new hook functions and more
2017-08-31 09:31:57 +02:00
5d0ba771c6
Merge branch 'node-test' into develop
...
# Conflicts:
# include/villas/api/session.h
# lib/api.c
# lib/super_node.c
# lib/web.c
2017-08-27 18:44:03 +02:00
944a3700ba
some improvements to the javascript config example
2017-08-27 17:09:53 +02:00