28 lines
536 B
JSON
28 lines
536 B
JSON
{
|
|
"unicast": "127.0.0.1",
|
|
"logging": {
|
|
"level": "debug",
|
|
"console": "true"
|
|
},
|
|
"applications": [
|
|
{
|
|
"name": "your_server",
|
|
"id": "0x1234"
|
|
},
|
|
{
|
|
"name" : "your_client",
|
|
"id" : "0x4321"
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"service": "0x0001",
|
|
"instance": "0x0001",
|
|
"reliable": "30509"
|
|
}
|
|
],
|
|
"routing": "your_server",
|
|
"service-discovery": {
|
|
"enable": "false"
|
|
}
|
|
} |