mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
52 lines
775 B
Text
52 lines
775 B
Text
{
|
|
"logging" : {
|
|
"level" : 1
|
|
},
|
|
"nodes" : {
|
|
"node1" : {
|
|
"type" : "iec61850-9-2",
|
|
|
|
"interface" : "lo",
|
|
"dst_address" : "01:0c:cd:01:00:01",
|
|
|
|
"publish" : {
|
|
"fields" : [
|
|
"float32",
|
|
"float64",
|
|
"int8",
|
|
"int32"
|
|
],
|
|
|
|
"svid" : "test1234",
|
|
"datset" : "test",
|
|
"smpmod" : "samples_per_second",
|
|
"confrev" : 55
|
|
},
|
|
"subscribe" : {
|
|
"fields" : [
|
|
"float32",
|
|
"float64",
|
|
"int8",
|
|
"int32"
|
|
]
|
|
}
|
|
},
|
|
|
|
|
|
"node2" : {
|
|
"type" : "iec61850-9-2",
|
|
|
|
"interface" : "lo",
|
|
|
|
"publish" : {
|
|
"svid" : "testSV",
|
|
"datset" : "abc",
|
|
"fields" : [ "float32", "float64", "int8", "int32" ]
|
|
},
|
|
"subscribe" : {
|
|
"fields" : [ "float32", "float64", "int8", "int32" ]
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|