all: use strict(er) and more regular JSON schema

This commit is contained in:
Sebastien Binet
2016-11-10 14:22:11 +01:00
committed by Mohammad Al-Turany
parent 72eb775983
commit 6e8839e955
7 changed files with 154 additions and 154 deletions

View File

@@ -4,35 +4,35 @@
"devices":
[{
"id": "client",
"channel":
{
"channels":
[{
"name": "data",
"socket":
{
"sockets":
[{
"type": "req",
"method": "connect",
"address": "tcp://localhost:5005",
"sndBufSize": "1000",
"rcvBufSize": "1000",
"rateLogging": "0"
}
}
"sndBufSize": 1000,
"rcvBufSize": 1000,
"rateLogging": 0
}]
}]
},
{
"id": "server",
"channel":
{
"channels":
[{
"name": "data",
"socket":
{
"sockets":
[{
"type": "rep",
"method": "bind",
"address": "tcp://*:5005",
"sndBufSize": "1000",
"rcvBufSize": "1000",
"rateLogging": "0"
}
}
"sndBufSize": 1000,
"rcvBufSize": 1000,
"rateLogging": 0
}]
}]
}]
}
}