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

132 commits

Author SHA1 Message Date
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
10bff06934 added example for Javascript configuration files 2017-08-23 15:02:32 +02:00
467e405644 fixes and new Dockerfile for Centos 7 2017-08-14 20:19:40 +02:00
a985d99868 node: fix high cpu usage 2017-08-10 08:07:55 +02:00
5a21d05c40 fix structure of VILLASfpga config files 2017-08-05 21:03:04 +02:00
d2300e7397 temp node test_rtt 2017-07-28 18:09:47 +02:00
07bd89de45 websocket: send dummy data in example configuration 2017-07-14 13:14:05 +02:00
4b274626e7 loopback: add new loopback node-type to have a more performant replacement for localhost socket-nodes 2017-07-14 13:12:48 +02:00
007ff9a776 added new node-type based on villas-signal tool 2017-07-06 21:15:46 +02:00
b123e91189 add missing configuration file for valgrind checks 2017-07-03 00:16:55 +02:00
a994de62e2 socket: added support for multicast adressing 2017-06-28 10:39:41 +02:00
Georg Reinke
6265c39ce2 shmem: use one region for each direction 2017-06-14 13:00:43 +02:00
9835ff8554 updated example config 2017-05-28 19:43:35 +02:00