aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/connection.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/connection.json')
-rw-r--r--src/config/connection.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/config/connection.json b/src/config/connection.json
new file mode 100644
index 0000000..18dc7ad
--- /dev/null
+++ b/src/config/connection.json
@@ -0,0 +1,48 @@
+{
+ "screen_name": "master",
+ "wm_port": 54400,
+ "areas": [
+ {
+ "area_name": "fullscreen",
+ "transmitter_port": 54401,
+ "width": 1920,
+ "height": 1080
+ }
+ ],
+ "connections": [
+ {
+ "screen_name": "slave",
+ "ip": "192.168.200.101",
+ "wm_port": 54410,
+ "master_mode": false,
+ "areas": [
+ {
+ "area_name": "split.sub",
+ "transmitter_port": 54411,
+ "width": 640,
+ "height": 720
+ }
+ ]
+ },
+ {
+ "screen_name": "hud",
+ "ip": "192.168.200.102",
+ "wm_port": 54420,
+ "master_mode": false,
+ "areas": [
+ {
+ "area_name": "fullscreen",
+ "transmitter_port": 54421,
+ "width": 1920,
+ "height": 1080
+ },
+ {
+ "area_name": "leftup",
+ "transmitter_port": 54422,
+ "width": 640,
+ "height": 720
+ }
+ ]
+ }
+ ]
+}