-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdemo-config.json
More file actions
38 lines (38 loc) · 801 Bytes
/
Copy pathdemo-config.json
File metadata and controls
38 lines (38 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"impname": "demoMySource",
"instname": "mycomp_source1"
},
{
"myparam": 24,
"ntosend": 42
},
{
"impname": "demoNode",
"instname": "mynode_inst1"
},
{
"compdefs": [
{
"config": "",
"ident": "mycomp_source1",
"portlist": [
"src"
],
"type_name": "demoMySource"
}
],
"ident": "mynode1",
"portdefs": [
{
"ident": "src",
"links": [
{
"address": "tcp://127.0.0.1:5678",
"linktype": "bind"
}
]
}
]
}
]