Code Review
/
apps
/
agl-service-windowmanager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Fix place of connection.json
[apps/agl-service-windowmanager.git]
/
src
/
config
/
connection.json
1
{
2
"screen_name": "master",
3
"wm_port": 54400,
4
"areas": [
5
{
6
"area_name": "ssub",
7
"transmitter_port": 34400,
8
"width": 640,
9
"height": 720
10
}
11
],
12
"connections": [
13
{
14
"screen_name": "slave",
15
"ip": "192.168.200.16",
16
"wm_port": 54410,
17
"master_mode": false,
18
"areas": [
19
{
20
"area_name": "split.sub",
21
"transmitter_port": 34410,
22
"width": 640,
23
"height": 720
24
}
25
]
26
}
27
]
28
}