18dc7adabc112305f8f42d8f8a8b462445a57f82
[apps/agl-service-windowmanager.git] / src / config / connection.json
1 {
2     "screen_name": "master",
3     "wm_port": 54400,
4     "areas": [
5         {
6             "area_name": "fullscreen",
7             "transmitter_port": 54401,
8             "width": 1920,
9             "height": 1080
10         }
11     ],
12     "connections": [
13         {
14             "screen_name": "slave",
15             "ip": "192.168.200.101",
16             "wm_port": 54410,
17             "master_mode": false,
18             "areas": [
19                 {
20                     "area_name": "split.sub",
21                     "transmitter_port": 54411,
22                     "width": 640,
23                     "height": 720
24                 }
25             ]
26         },
27         {
28             "screen_name": "hud",
29             "ip": "192.168.200.102",
30             "wm_port": 54420,
31             "master_mode": false,
32             "areas": [
33                 {
34                     "area_name": "fullscreen",
35                     "transmitter_port": 54421,
36                     "width": 1920,
37                     "height": 1080
38                 },
39                 {
40                     "area_name": "leftup",
41                     "transmitter_port": 54422,
42                     "width": 640,
43                     "height": 720
44                 }
45             ]
46         }
47     ]
48 }