Alexandra
|
b39e4a0ace
|
feat: new smu node-type
Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
|
2025-01-14 14:42:39 +00:00 |
|
Steffen Vogel
|
7c32617ead
|
Remove unused includes
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2023-06-30 12:59:02 +02:00 |
|
Steffen Vogel
|
7749a3a922
|
No not pass super-node UUID to Node::parse() any longer
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2023-06-30 10:51:01 +02:00 |
|
|
7eec1bb753
|
update Steffens mail address
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
|
2022-12-16 23:44:07 +01:00 |
|
|
b94746effb
|
relicense VILLASnode to Apache 2.0
|
2022-07-04 18:23:57 +02:00 |
|
|
11a25f6fb7
|
update mail address
|
2022-03-15 09:29:20 -04:00 |
|
|
b207bbf673
|
add C-API to libvillas
|
2022-03-07 08:08:29 -05:00 |
|
|
784e970bfe
|
port large parts of VILLASnode to C++ and fix tests alongside
|
2022-01-11 09:19:53 -05:00 |
|
|
32e016ebcb
|
log: use spdlog custom formatters for basic VILLASnode types (closes #308)
|
2021-07-07 09:10:23 +00:00 |
|
Manuel Pitz
|
599197a66f
|
fix calculation of maximum number of signals in nodes/paths
|
2021-07-01 22:26:44 +02:00 |
|
|
2d1e8d17ce
|
use new NodeList and PathList in SuperNode
|
2021-06-21 16:12:47 -04:00 |
|
|
731909c3a8
|
ported io/format code to C++
|
2021-06-17 08:26:46 -04:00 |
|
|
4f370ee1b2
|
drop legacy logger
|
2021-03-17 14:58:45 +00:00 |
|
Manuel Pitz
|
735a758d83
|
fix handling of path output signals
|
2021-02-15 15:14:00 +01:00 |
|
|
7708980e2d
|
derive auto-generated uuid for nodes, paths and relay-sessions from instance uuid
|
2020-10-16 11:08:40 +02:00 |
|
|
baddec2228
|
fix a lot of small bugs
|
2020-09-10 17:41:30 +02:00 |
|
|
9b5b7b6947
|
node: add struct vnode::{sources,destinations}
|
2020-09-10 17:41:30 +02:00 |
|
|
13b7b6cc2f
|
node: make struct vnode::enabled a boolean
|
2020-09-10 17:41:29 +02:00 |
|
|
6411fc5ca7
|
warn about unused return values for *_{init,destroy}() functions
|
2020-09-10 17:41:29 +02:00 |
|
|
b467169d3c
|
node: refactore constant for node name regex
|
2020-09-10 17:40:38 +02:00 |
|
|
1e73500c75
|
path: use internal loopback nodes to allow nodes to be used as sources by multiple paths
|
2020-09-10 17:40:37 +02:00 |
|
|
3c13f67930
|
refactor: struct node -> struct vnode
|
2020-09-10 17:40:36 +02:00 |
|
|
b552fbe47f
|
node: use regex to check node name
|
2020-08-25 20:24:46 +02:00 |
|
|
2f29e30c33
|
add {node,path,hook_list}_to_json()
|
2020-08-25 20:24:18 +02:00 |
|
|
6f72bc832c
|
api: expose output signals via API
|
2020-07-06 14:03:43 +02:00 |
|
|
2ed51e7e79
|
use new villas/common header
|
2020-06-08 03:39:44 +02:00 |
|
|
18ebd41249
|
node_type: fix refactoring mistake
|
2020-01-21 14:31:40 +01:00 |
|
|
e53661a62c
|
update copyright year to 2020
|
2020-01-20 17:17:00 +01:00 |
|
|
6761ee21cc
|
node: parse UUID from config or generate one based on config hash
|
2019-10-30 02:40:43 +01:00 |
|
|
995e4b5ec9
|
memory: use default value for memory type
|
2019-10-26 13:34:03 +02:00 |
|
|
f71643813f
|
fix several minor bugs detected by valgrind
|
2019-06-26 20:18:44 +02:00 |
|
|
ef17ec19a2
|
refactor enums to class enums
|
2019-06-23 16:13:23 +02:00 |
|
|
c842914bc5
|
stats: port to C++
|
2019-06-23 13:35:42 +02:00 |
|
|
8f974511fe
|
remove extern "C"
|
2019-04-23 13:03:58 +02:00 |
|
|
3bab0c9c06
|
node, path: add getters for signals
|
2019-03-08 15:21:01 +01:00 |
|
|
7e5b4ac5ce
|
refactor: add {node, path}_is_{enabled, reversed}()
|
2019-02-24 11:10:44 +01:00 |
|
|
e65ffc78dd
|
node: add enabled setting
|
2019-02-24 11:08:15 +01:00 |
|
|
0acce9e375
|
node: separate node_direction
|
2019-02-24 11:07:07 +01:00 |
|
|
7798f09a35
|
inline *_type() functions
|
2019-02-24 11:06:24 +01:00 |
|
|
f851aacf3c
|
refactor: rename signal_list_{init,destroy}() and node_list_parse()
|
2019-02-24 09:10:18 +01:00 |
|
|
78bcb67245
|
refactor: _init2() -> _prepare()
|
2019-02-24 09:06:48 +01:00 |
|
|
fac3feecda
|
update comments
|
2019-02-17 22:25:56 +01:00 |
|
|
d0e52ad633
|
netem: set fwmark only on linux
|
2019-02-15 10:24:18 +01:00 |
|
|
4660f97834
|
netem: refactor mark -> fwmark
|
2019-02-15 10:24:09 +01:00 |
|
|
b0d497eee4
|
node: check for validity of node name
|
2019-02-12 17:54:08 +01:00 |
|
|
1740df596b
|
separated in/out signal descriptors
|
2019-02-06 13:14:38 +01:00 |
|
|
4533e0ab12
|
netem: fix defines and includes
|
2019-01-21 22:14:41 +01:00 |
|
|
df42a2880c
|
fix compiler errors about non-trivial designated initializers with GCC 7
|
2019-01-21 17:11:11 +01:00 |
|
|
8190227776
|
netem: move intialization of Netem support into node instead of socket class
|
2019-01-21 15:50:18 +01:00 |
|
|
d3ff9f2d41
|
node: allow nodes to have multiple filedescriptors
|
2019-01-21 15:47:34 +01:00 |
|