-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathc4-system-context.drawio
866 lines (866 loc) · 116 KB
/
c4-system-context.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
<mxfile host="Electron" modified="2024-05-10T19:35:34.478Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/24.2.5 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="TRGrIIiIUWsOdJaeyCMe" version="24.2.5" type="device" pages="4">
<diagram name="System Context" id="NdjvCaTUX05Qr5zVVYsl">
<mxGraphModel dx="2074" dy="1230" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1100" pageHeight="850" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<object placeholders="1" c4Name="User" c4Type="Person" c4Description="" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%]</div><br><div><font style="font-size: 11px"><font color="#cccccc">%c4Description%</font></div>" id="OymAe7EvZ56ooE-fj52M-7">
<mxCell style="html=1;fontSize=11;dashed=0;whiteSpace=wrap;fillColor=#083F75;strokeColor=#06315C;fontColor=#ffffff;shape=mxgraph.c4.person2;align=center;metaEdit=1;points=[[0.5,0,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0]];resizable=0;" parent="1" vertex="1">
<mxGeometry x="460" y="40" width="200" height="180" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="External XR experience" c4Type="Software System" c4Description="XR experience, likely from a third party, to run remotely." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%]</div><br><div><font style="font-size: 11px"><font color="#cccccc">%c4Description%</font></div>" id="OymAe7EvZ56ooE-fj52M-9">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="840" y="440" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="[System Context] Electric Maple XR Streaming" c4Type="ContainerScopeBoundary" c4Description="The system context diagram for the Electric Maple client and server software systems." label="<font style="font-size: 16px"><b><div style="text-align: left">%c4Name%</div></b></font><div style="text-align: left">%c4Description%</div>" id="OymAe7EvZ56ooE-fj52M-10">
<mxCell style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=top;whiteSpace=wrap;rounded=0;metaEdit=1;allowArrows=0;resizable=1;rotatable=0;connectable=0;recursiveResize=0;expand=0;pointerEvents=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="40" y="780" width="360" height="40" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="interacts directly with" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="OymAe7EvZ56ooE-fj52M-11">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;exitX=0.5;exitY=1;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="OymAe7EvZ56ooE-fj52M-7" target="OymAe7EvZ56ooE-fj52M-17" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="460" y="440" as="sourcePoint" />
<mxPoint x="540" y="400" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="wants to experience" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="OymAe7EvZ56ooE-fj52M-13">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;exitX=0.75;exitY=1;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="OymAe7EvZ56ooE-fj52M-7" target="OymAe7EvZ56ooE-fj52M-9" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="620" y="300" as="sourcePoint" />
<mxPoint x="860" y="300" as="targetPoint" />
<Array as="points">
<mxPoint x="610" y="280" />
<mxPoint x="960" y="280" />
</Array>
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="OpenXR" c4Description="Renders to and
handles input from" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="OymAe7EvZ56ooE-fj52M-15">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;entryX=1;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="OymAe7EvZ56ooE-fj52M-9" target="OymAe7EvZ56ooE-fj52M-17" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="410" y="660" as="sourcePoint" />
<mxPoint x="480" y="580" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="Device runtime" c4Type="Software System" c4Description="The runtime environment provided by the XR device being used locally." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%]</div><br><div><font style="font-size: 11px"><font color="#cccccc">%c4Description%</font></div>" id="OymAe7EvZ56ooE-fj52M-16">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="30" y="440" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="Electric Maple XR Streaming" c4Type="Software System" c4Description="Provides ability to run XR experiences on remote, higher-powered computers, and stream the experience to a remote user." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%]</div><br><div><font style="font-size: 11px"><font color="#cccccc">%c4Description%</font></div>" link="data:page/id,GEdFDOJbdrViofIptblK" id="OymAe7EvZ56ooE-fj52M-17">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#1061B0;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#0D5091;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="440" y="440" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="OpenXR" c4Description="Locally renders to and
handles input from" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="OymAe7EvZ56ooE-fj52M-18">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;entryX=1;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="OymAe7EvZ56ooE-fj52M-17" target="OymAe7EvZ56ooE-fj52M-16" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="420" y="460" as="sourcePoint" />
<mxPoint x="300" y="510" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<mxCell id="mwTgG3i2T0W6aTG7SiGv-1" value="Legend" style="shape=table;startSize=30;container=1;collapsible=0;childLayout=tableLayout;fontSize=16;align=left;verticalAlign=top;fillColor=none;strokeColor=none;fontColor=#4D4D4D;fontStyle=1;spacingLeft=6;spacing=0;resizable=0;" parent="1" vertex="1">
<mxGeometry x="890" y="620" width="180" height="210" as="geometry" />
</mxCell>
<mxCell id="mwTgG3i2T0W6aTG7SiGv-2" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="mwTgG3i2T0W6aTG7SiGv-1" vertex="1">
<mxGeometry y="30" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="mwTgG3i2T0W6aTG7SiGv-3" value="Person" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#1E4074;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="mwTgG3i2T0W6aTG7SiGv-2" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mwTgG3i2T0W6aTG7SiGv-4" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="mwTgG3i2T0W6aTG7SiGv-1" vertex="1">
<mxGeometry y="60" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="mwTgG3i2T0W6aTG7SiGv-5" value="Software System" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#3162AF;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="mwTgG3i2T0W6aTG7SiGv-4" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mwTgG3i2T0W6aTG7SiGv-6" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="mwTgG3i2T0W6aTG7SiGv-1" vertex="1">
<mxGeometry y="90" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="mwTgG3i2T0W6aTG7SiGv-7" value="Container" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#52a2d8;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="mwTgG3i2T0W6aTG7SiGv-6" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mwTgG3i2T0W6aTG7SiGv-8" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="mwTgG3i2T0W6aTG7SiGv-1" vertex="1">
<mxGeometry y="120" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="mwTgG3i2T0W6aTG7SiGv-9" value="Component" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#7dbef2;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="mwTgG3i2T0W6aTG7SiGv-8" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mwTgG3i2T0W6aTG7SiGv-10" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="mwTgG3i2T0W6aTG7SiGv-1" vertex="1">
<mxGeometry y="150" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="mwTgG3i2T0W6aTG7SiGv-11" value="External Person" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#6b6477;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="mwTgG3i2T0W6aTG7SiGv-10" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mwTgG3i2T0W6aTG7SiGv-12" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="mwTgG3i2T0W6aTG7SiGv-1" vertex="1">
<mxGeometry y="180" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="mwTgG3i2T0W6aTG7SiGv-13" value="External Software System" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#8b8496;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="mwTgG3i2T0W6aTG7SiGv-12" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="QppOzQJ1C6QopAQvqLQV-1" value="<h1>"C4" architecture diagrams for the Electric Maple system</h1><p>There is a single very-high-level "system context" diagram, a single "container" diagram (showing applications, not deployment containers), and two component diagrams: one for the client side, and one for the server side (which comprises two "containers").<br></p><p>Details on model terminology and notation may be found at&nbsp;<a style="border-color: var(--border-color); text-align: center;" href="https://c4model.com/">https://c4model.com/</a><br></p><p>Rylie Pavlik, Collabora, Ltd. Last updated 2023-10-13, with layout revisions 2024-05-10.</p>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="40" y="40" width="350" height="240" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="GEdFDOJbdrViofIptblK" name="Container diagram">
<mxGraphModel dx="2074" dy="1230" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1100" pageHeight="850" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<object placeholders="1" c4Name="User" c4Type="Person" c4Description="" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%]</div><br><div><font style="font-size: 11px"><font color="#cccccc">%c4Description%</font></div>" id="NruAFM7VA4EuftIsw6vq-1">
<mxCell style="html=1;fontSize=11;dashed=0;whiteSpace=wrap;fillColor=#083F75;strokeColor=#06315C;fontColor=#ffffff;shape=mxgraph.c4.person2;align=center;metaEdit=1;points=[[0.5,0,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0]];resizable=0;" parent="1" vertex="1">
<mxGeometry x="260" y="10" width="200" height="180" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="External XR experience" c4Type="Software System" c4Description="XR experience, likely from a third party, to run remotely." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%]</div><br><div><font style="font-size: 11px"><font color="#cccccc">%c4Description%</font></div>" id="NruAFM7VA4EuftIsw6vq-2">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="840" y="560" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="Device runtime" c4Type="Software System" c4Description="The runtime environment provided by the XR device being used locally." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%]</div><br><div><font style="font-size: 11px"><font color="#cccccc">%c4Description%</font></div>" id="NruAFM7VA4EuftIsw6vq-3">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="20" y="190" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="Electric Maple Client" c4Type="Container" c4Technology="Native code library + GStreamer" c4Description="Connects to a remote XR experience server. Displays remotely-rendered frames and reports input data to the server." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px"><font color="#E6E6E6">%c4Description%</font></div>" link="data:page/id,eEml4Ay9g5jMqdAIjqG6" id="NruAFM7VA4EuftIsw6vq-4">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=11;labelBackgroundColor=none;fillColor=#23A2D9;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#0E7DAD;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="240" y="390" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="Electric Maple Server" c4Type="Container" c4Technology="Monado + GStreamer + Websockets signaling server" c4Description="Provides an OpenXR runtime to execute XR experiences against, and a WebRTC-based streaming server for the Electric Maple client to connect to." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px"><font color="#E6E6E6">%c4Description%</font></div>" link="data:page/id,eyOOW36mKG8C9wF2qk3o" id="NruAFM7VA4EuftIsw6vq-5">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=11;labelBackgroundColor=none;fillColor=#23A2D9;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#0E7DAD;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="240" y="580" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="OpenXR" c4Description="Renders to and
handles input from" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="v33z6inTiw-tAsZXV0F9-1">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;exitX=0;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="NruAFM7VA4EuftIsw6vq-2" target="q9U7xJlTILLDvmSMQVwC-1" edge="1">
<mxGeometry x="0.2727" width="240" relative="1" as="geometry">
<mxPoint x="840" y="600" as="sourcePoint" />
<mxPoint x="680" y="600" as="targetPoint" />
<Array as="points">
<mxPoint x="890" y="620" />
<mxPoint x="890" y="520" />
<mxPoint x="640" y="520" />
</Array>
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="OpenXR" c4Description="Renders to and
handles input from" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="v33z6inTiw-tAsZXV0F9-2">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;exitX=0.25;exitY=0;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="NruAFM7VA4EuftIsw6vq-4" target="NruAFM7VA4EuftIsw6vq-3" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="840" y="660" as="sourcePoint" />
<mxPoint x="670" y="660" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="Electric Maple" c4Type="SystemScopeBoundary" c4Application="Software System" label="<font style="font-size: 16px"><b><div style="text-align: left">%c4Name%</div></b></font><div style="text-align: left">[%c4Application%]</div>" id="v33z6inTiw-tAsZXV0F9-3">
<mxCell style="rounded=1;fontSize=11;whiteSpace=wrap;html=1;dashed=1;arcSize=20;fillColor=none;strokeColor=#666666;fontColor=#333333;labelBackgroundColor=none;align=left;verticalAlign=bottom;labelBorderColor=none;spacingTop=0;spacing=10;dashPattern=8 4;metaEdit=1;rotatable=0;perimeter=rectanglePerimeter;noLabel=0;labelPadding=0;allowArrows=0;connectable=0;expand=0;recursiveResize=0;editable=1;pointerEvents=0;absoluteArcSize=1;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="180" y="370" width="630" height="390" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="WebRTC, WebSockets" c4Description="Streams from and reports input to" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="v33z6inTiw-tAsZXV0F9-5">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;" parent="1" source="NruAFM7VA4EuftIsw6vq-4" target="NruAFM7VA4EuftIsw6vq-5" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-135" y="670" as="sourcePoint" />
<mxPoint x="105" y="670" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="Client User Interface" c4Type="Software System" c4Description="Client UI embedding the Electric Maple library" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%]</div><br><div><font style="font-size: 11px"><font color="#cccccc">%c4Description%</font></div>" id="v33z6inTiw-tAsZXV0F9-6">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="700" y="190" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Embeds and configures" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="v33z6inTiw-tAsZXV0F9-10">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;entryX=0.75;entryY=0;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="v33z6inTiw-tAsZXV0F9-6" target="NruAFM7VA4EuftIsw6vq-4" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="720" y="350" as="sourcePoint" />
<mxPoint x="1000" y="520" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="[Containers] Electric Maple" c4Type="ContainerDiagramTitle" c4Description="Server and client for the Electric Maple system. The server side is two logical "containers": one (possibly persistent) service, and one library loaded by the XR experience." label="<font style="font-size: 16px"><b><div style="text-align: left">%c4Name%</div></b></font><div style="text-align: left">%c4Description%</div>" id="v33z6inTiw-tAsZXV0F9-12">
<mxCell style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=top;whiteSpace=wrap;rounded=0;metaEdit=1;allowArrows=0;resizable=1;rotatable=0;connectable=0;recursiveResize=0;expand=0;pointerEvents=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="40" y="780" width="500" height="60" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Launches,
outside the scope of Electric Maple" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="v33z6inTiw-tAsZXV0F9-13">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;exitX=1;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="NruAFM7VA4EuftIsw6vq-1" target="NruAFM7VA4EuftIsw6vq-2" edge="1">
<mxGeometry x="-0.1801" y="-5" width="240" relative="1" as="geometry">
<mxPoint x="430" y="510" as="sourcePoint" />
<mxPoint x="670" y="510" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Interacts with during experience" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="v33z6inTiw-tAsZXV0F9-15">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;" parent="1" source="NruAFM7VA4EuftIsw6vq-1" target="NruAFM7VA4EuftIsw6vq-4" edge="1">
<mxGeometry x="-0.1429" width="240" relative="1" as="geometry">
<mxPoint x="430" y="510" as="sourcePoint" />
<mxPoint x="670" y="510" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Interacts with during startup" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="v33z6inTiw-tAsZXV0F9-16">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;exitX=1;exitY=0.75;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="NruAFM7VA4EuftIsw6vq-1" target="v33z6inTiw-tAsZXV0F9-6" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="280" y="190" as="sourcePoint" />
<mxPoint x="520" y="190" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="Monado/Electric Maple OpenXR runtime" c4Type="Container" c4Technology="Monado" c4Description="Provides an OpenXR API implementation to execute XR experiences against." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px"><font color="#E6E6E6">%c4Description%</font></div>" link="data:page/id,eyOOW36mKG8C9wF2qk3o" id="q9U7xJlTILLDvmSMQVwC-1">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=11;labelBackgroundColor=none;fillColor=#23A2D9;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#0E7DAD;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="520" y="580" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="Domain sockets, shared memory, file descriptors" c4Description="Internal/Private Monado IPC connection" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="q9U7xJlTILLDvmSMQVwC-2">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;entryX=0.5;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="q9U7xJlTILLDvmSMQVwC-1" target="NruAFM7VA4EuftIsw6vq-5" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="830" y="560" as="sourcePoint" />
<mxPoint x="640" y="650" as="targetPoint" />
<Array as="points">
<mxPoint x="640" y="740" />
<mxPoint x="360" y="740" />
</Array>
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="OpenXR" c4Description="Renders to and
handles input from" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="T_RN7DT53D8GVlCTORgW-1">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;exitX=0;exitY=0.25;exitDx=0;exitDy=0;exitPerimeter=0;entryX=1;entryY=0.25;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="v33z6inTiw-tAsZXV0F9-6" target="NruAFM7VA4EuftIsw6vq-3" edge="1">
<mxGeometry x="-0.6364" width="240" relative="1" as="geometry">
<mxPoint x="310" y="400" as="sourcePoint" />
<mxPoint x="260" y="250" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
</object>
</root>
</mxGraphModel>
</diagram>
<diagram id="eEml4Ay9g5jMqdAIjqG6" name="Component diagram - client">
<mxGraphModel dx="2074" dy="1230" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<object placeholders="1" c4Name="Device runtime" c4Type="Software System" c4Description="The runtime environment provided by the XR device being used locally." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%]</div><br><div><font style="font-size: 11px"><font color="#cccccc">%c4Description%</font></div>" id="PB6npjohRiGk2R6GVcuZ-3">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="80" y="30" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="OpenXR" c4Description="Renders to and
handles input from" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="PB6npjohRiGk2R6GVcuZ-7">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-23" target="PB6npjohRiGk2R6GVcuZ-3" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="155" y="320" as="sourcePoint" />
<mxPoint x="400" y="540" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="Client User Interface" c4Type="Software System" c4Description="Client UI embedding the Electric Maple library" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%]</div><br><div><font style="font-size: 11px"><font color="#cccccc">%c4Description%</font></div>" id="PB6npjohRiGk2R6GVcuZ-10">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="520" y="30" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Guards own rendering using" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="PB6npjohRiGk2R6GVcuZ-11">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-10" target="PB6npjohRiGk2R6GVcuZ-24" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="440" y="230" as="sourcePoint" />
<mxPoint x="380" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="Electric Maple Client" c4Type="ContainerScopeBoundary" c4Application="Container" label="<font style="font-size: 16px"><b><div style="text-align: left">%c4Name%</div></b></font><div style="text-align: left">[%c4Application%]</div>" id="PB6npjohRiGk2R6GVcuZ-16">
<mxCell style="rounded=1;fontSize=11;whiteSpace=wrap;html=1;dashed=1;arcSize=20;fillColor=none;strokeColor=#666666;fontColor=#333333;labelBackgroundColor=none;align=left;verticalAlign=bottom;labelBorderColor=none;spacingTop=0;spacing=10;dashPattern=8 4;metaEdit=1;rotatable=0;perimeter=rectanglePerimeter;noLabel=0;labelPadding=0;allowArrows=0;connectable=0;expand=0;recursiveResize=0;editable=1;pointerEvents=0;absoluteArcSize=1;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="20" y="210" width="810" height="640" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="GStreamer" c4Type="Container" c4Technology="Native+Java code library collection" c4Description="The GStreamer library suite, especially the webrtcbin plugin and the Android Media Codec support." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px"><font color="#E6E6E6">%c4Description%</font></div>" id="PB6npjohRiGk2R6GVcuZ-18">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=11;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="520" y="630" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="EmConnection" c4Type="Component" c4Technology="GObject" c4Description="Responsible for signaling server connection, WebRTC SDP and ICE negotiation, and WebRTC data channel" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px">%c4Description%</font></div>" id="PB6npjohRiGk2R6GVcuZ-19">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#63BEF2;fontColor=#ffffff;align=center;arcSize=6;strokeColor=#2086C9;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="80" y="440" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="EmStreamClient" c4Type="Component" c4Technology="GObject-like C "object"" c4Description="Responsible for creation and use (except for WebRTC negotiation) of the GStreamer pipeline, frame receiving, and the GMainLoop used by GStreamer and other GLib components." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px">%c4Description%</font></div>" id="PB6npjohRiGk2R6GVcuZ-20">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#63BEF2;fontColor=#ffffff;align=center;arcSize=6;strokeColor=#2086C9;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="520" y="440" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Provides GStreamer pipeline" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="PB6npjohRiGk2R6GVcuZ-22">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;exitX=0;exitY=0.75;exitDx=0;exitDy=0;exitPerimeter=0;entryX=1;entryY=0.75;entryDx=0;entryDy=0;entryPerimeter=0;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-20" target="PB6npjohRiGk2R6GVcuZ-19" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="80" y="570" as="sourcePoint" />
<mxPoint x="240" y="550" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="EmRemoteExperience" c4Type="Component" c4Technology="GObject-like C "object"" c4Description="Responsible for all OpenXR related code: swapchain acquire, wait, release, rendering from decoded frames, and optionally xr*Frame calls" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px">%c4Description%</font></div>" id="PB6npjohRiGk2R6GVcuZ-23">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#63BEF2;fontColor=#ffffff;align=center;arcSize=6;strokeColor=#2086C9;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="80" y="230" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="EmEglMutexIface" c4Type="Component" c4Technology="Monado-style C "object interface"" c4Description="Responsible for ensuring an EGL context is only active in a single thread at a time. A default implementation is provided." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px">%c4Description%</font></div>" id="PB6npjohRiGk2R6GVcuZ-24">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#63BEF2;fontColor=#ffffff;align=center;arcSize=6;strokeColor=#2086C9;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="520" y="230" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Uses to prepare for rendering" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="PB6npjohRiGk2R6GVcuZ-25">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-23" target="PB6npjohRiGk2R6GVcuZ-24" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-130" y="790" as="sourcePoint" />
<mxPoint x="110" y="790" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Uses to tell GStreamer about the EGL context to
share with during pipeline creation." label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="PB6npjohRiGk2R6GVcuZ-26">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;exitX=0.5;exitY=0;exitDx=0;exitDy=0;exitPerimeter=0;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-20" target="PB6npjohRiGk2R6GVcuZ-24" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="70" y="790" as="sourcePoint" />
<mxPoint x="310" y="910" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Calls to poll for new frame,
release previous frame." label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="PB6npjohRiGk2R6GVcuZ-27">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-23" target="PB6npjohRiGk2R6GVcuZ-20" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="220" y="870" as="sourcePoint" />
<mxPoint x="520" y="950" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Sends upstream message" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="PB6npjohRiGk2R6GVcuZ-29">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-23" target="PB6npjohRiGk2R6GVcuZ-19" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="134" y="810" as="sourcePoint" />
<mxPoint x="300" y="640" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="GObject signal" c4Description="Requests pipeline" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="PB6npjohRiGk2R6GVcuZ-30">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;exitX=1;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-19" target="PB6npjohRiGk2R6GVcuZ-20" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="400" y="1150" as="sourcePoint" />
<mxPoint x="640" y="1150" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Calls during frame loop" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="PB6npjohRiGk2R6GVcuZ-33">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;exitX=0.25;exitY=1;exitDx=0;exitDy=0;exitPerimeter=0;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-10" target="PB6npjohRiGk2R6GVcuZ-23" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="520" y="120" as="sourcePoint" />
<mxPoint x="400" y="240" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="WebRTC negotiation interaction" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="PB6npjohRiGk2R6GVcuZ-34">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;exitX=0.75;exitY=1;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0;entryY=0.25;entryDx=0;entryDy=0;entryPerimeter=0;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-19" target="PB6npjohRiGk2R6GVcuZ-18" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="210" y="370" as="sourcePoint" />
<mxPoint x="540" y="660" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Sets up receive/decode pipeline, 
handles new-sample signals on each frame" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="PB6npjohRiGk2R6GVcuZ-35">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;exitX=0.5;exitY=1;exitDx=0;exitDy=0;exitPerimeter=0;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-20" target="PB6npjohRiGk2R6GVcuZ-18" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="200" y="580" as="sourcePoint" />
<mxPoint x="380" y="650" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="libsoup" c4Type="Container" c4Technology="Native code library" c4Description="GLib based library for http and socket communication." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px"><font color="#E6E6E6">%c4Description%</font></div>" id="PB6npjohRiGk2R6GVcuZ-36">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=11;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="80" y="630" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Create WebSocket connection
to signaling server." label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="PB6npjohRiGk2R6GVcuZ-37">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-19" target="PB6npjohRiGk2R6GVcuZ-36" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="270" y="580" as="sourcePoint" />
<mxPoint x="600" y="670" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Uses internally" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="PB6npjohRiGk2R6GVcuZ-39">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-18" target="PB6npjohRiGk2R6GVcuZ-36" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="270" y="560" as="sourcePoint" />
<mxPoint x="550" y="670" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="[Components] Electric Maple Client" c4Type="ContainerDiagramTitle" c4Description="Components of the Electric Maple XR streaming client." label="<font style="font-size: 16px"><b><div style="text-align: left">%c4Name%</div></b></font><div style="text-align: left">%c4Description%</div>" id="PB6npjohRiGk2R6GVcuZ-40">
<mxCell style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=top;whiteSpace=wrap;rounded=0;metaEdit=1;allowArrows=0;resizable=1;rotatable=0;connectable=0;recursiveResize=0;expand=0;pointerEvents=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="20" y="1040" width="310" height="40" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="Electric Maple Server" c4Type="Software System" c4Description="Signaling WebSocket and WebRTC server, containing compositor, remote device drivers, OpenXR runtime." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%]</div><br><div><font style="font-size: 11px"><font color="#cccccc">%c4Description%</font></div>" id="gs4_Go9jrJk_-eq2H6e8-3">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#1061B0;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#0D5091;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="1" vertex="1">
<mxGeometry x="305" y="880" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="SDP in JSON over WebSockets" c4Description="Signaling server connection" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="gs4_Go9jrJk_-eq2H6e8-5">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;exitPerimeter=0;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-36" target="gs4_Go9jrJk_-eq2H6e8-3" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="480" y="670" as="sourcePoint" />
<mxPoint x="720" y="670" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="WebRTC (RTP, ICE, STUN)" c4Description="Downstream frames and metadata, upstream data" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="gs4_Go9jrJk_-eq2H6e8-6">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;exitPerimeter=0;dashed=1;dashPattern=8 8;" parent="1" source="PB6npjohRiGk2R6GVcuZ-18" target="gs4_Go9jrJk_-eq2H6e8-3" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="200" y="760" as="sourcePoint" />
<mxPoint x="357" y="880" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="OpenXR" c4Description="Renders to and
handles input from" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="ORaePRsOo-9VExwdxCZD-1">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="PB6npjohRiGk2R6GVcuZ-10" target="PB6npjohRiGk2R6GVcuZ-3" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="210" y="230" as="sourcePoint" />
<mxPoint x="210" y="160" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<mxCell id="gJoT3XV9k4Qb21eASiG1-1" value="Legend" style="shape=table;startSize=30;container=1;collapsible=0;childLayout=tableLayout;fontSize=16;align=left;verticalAlign=top;fillColor=none;strokeColor=none;fontColor=#4D4D4D;fontStyle=1;spacingLeft=6;spacing=0;resizable=0;" parent="1" vertex="1">
<mxGeometry x="650" y="870" width="180" height="210" as="geometry" />
</mxCell>
<mxCell id="gJoT3XV9k4Qb21eASiG1-2" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="gJoT3XV9k4Qb21eASiG1-1" vertex="1">
<mxGeometry y="30" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="gJoT3XV9k4Qb21eASiG1-3" value="Person" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#1E4074;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="gJoT3XV9k4Qb21eASiG1-2" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="gJoT3XV9k4Qb21eASiG1-4" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="gJoT3XV9k4Qb21eASiG1-1" vertex="1">
<mxGeometry y="60" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="gJoT3XV9k4Qb21eASiG1-5" value="Software System" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#3162AF;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="gJoT3XV9k4Qb21eASiG1-4" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="gJoT3XV9k4Qb21eASiG1-6" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="gJoT3XV9k4Qb21eASiG1-1" vertex="1">
<mxGeometry y="90" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="gJoT3XV9k4Qb21eASiG1-7" value="Container" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#52a2d8;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="gJoT3XV9k4Qb21eASiG1-6" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="gJoT3XV9k4Qb21eASiG1-8" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="gJoT3XV9k4Qb21eASiG1-1" vertex="1">
<mxGeometry y="120" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="gJoT3XV9k4Qb21eASiG1-9" value="Component" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#7dbef2;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="gJoT3XV9k4Qb21eASiG1-8" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="gJoT3XV9k4Qb21eASiG1-10" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="gJoT3XV9k4Qb21eASiG1-1" vertex="1">
<mxGeometry y="150" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="gJoT3XV9k4Qb21eASiG1-11" value="External Person" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#6b6477;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="gJoT3XV9k4Qb21eASiG1-10" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="gJoT3XV9k4Qb21eASiG1-12" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="gJoT3XV9k4Qb21eASiG1-1" vertex="1">
<mxGeometry y="180" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="gJoT3XV9k4Qb21eASiG1-13" value="External Software System" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#8b8496;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="gJoT3XV9k4Qb21eASiG1-12" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram name="Component diagram - server" id="eyOOW36mKG8C9wF2qk3o">
<mxGraphModel dx="2897" dy="1025" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="1654" math="0" shadow="0">
<root>
<mxCell id="ZGiWlF0Svo9OQI7ZI663-0" />
<mxCell id="ZGiWlF0Svo9OQI7ZI663-1" parent="ZGiWlF0Svo9OQI7ZI663-0" />
<object placeholders="1" c4Name="Electric Maple Service" c4Type="ContainerScopeBoundary" c4Application="Container" label="<font style="font-size: 16px"><b><div style="text-align: left">%c4Name%</div></b></font><div style="text-align: left">[%c4Application%]</div>" id="ZGiWlF0Svo9OQI7ZI663-6">
<mxCell style="rounded=1;fontSize=11;whiteSpace=wrap;html=1;dashed=1;arcSize=20;fillColor=none;strokeColor=#666666;fontColor=#333333;labelBackgroundColor=none;align=left;verticalAlign=bottom;labelBorderColor=none;spacingTop=0;spacing=10;dashPattern=8 4;metaEdit=1;rotatable=0;perimeter=rectanglePerimeter;noLabel=0;labelPadding=0;allowArrows=0;connectable=0;expand=0;recursiveResize=0;editable=1;pointerEvents=0;absoluteArcSize=1;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-1140" y="230" width="1120" height="970" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="GStreamer" c4Type="Container" c4Technology="Native code library collection" c4Description="The GStreamer library suite, especially the webrtcbin plugin." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px"><font color="#E6E6E6">%c4Description%</font></div>" id="ZGiWlF0Svo9OQI7ZI663-7">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=11;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-510" y="240" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Sets up encode pipeline, creates per-client webrtcbin" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="ZGiWlF0Svo9OQI7ZI663-20">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="KxOzHoKmj_dpnTTKzLTQ-5" target="ZGiWlF0Svo9OQI7ZI663-7" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-120" y="400" as="sourcePoint" />
<mxPoint x="-380" y="670" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="libsoup" c4Type="Container" c4Technology="Native code library" c4Description="GLib based library for http and socket communication." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px"><font color="#E6E6E6">%c4Description%</font></div>" id="ZGiWlF0Svo9OQI7ZI663-21">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=11;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-1100" y="240" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Accept WebSocket connections
for signaling server." label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="ZGiWlF0Svo9OQI7ZI663-22">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;exitX=0.25;exitY=0;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.25;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="KxOzHoKmj_dpnTTKzLTQ-4" target="ZGiWlF0Svo9OQI7ZI663-21" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-1060" y="440" as="sourcePoint" />
<mxPoint x="-1020" y="370" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Uses internally" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="ZGiWlF0Svo9OQI7ZI663-23">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;dashed=1;dashPattern=8 8;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="ZGiWlF0Svo9OQI7ZI663-7" target="ZGiWlF0Svo9OQI7ZI663-21" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-710" y="580" as="sourcePoint" />
<mxPoint x="-430" y="690" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="[Components] Electric Maple Server" c4Type="ContainerDiagramTitle" c4Description="Components of the Electric Maple XR streaming server and the associated OpenXR runtime library." label="<font style="font-size: 16px"><b><div style="text-align: left">%c4Name%</div></b></font><div style="text-align: left">%c4Description%</div>" id="ZGiWlF0Svo9OQI7ZI663-24">
<mxCell style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=top;whiteSpace=wrap;rounded=0;metaEdit=1;allowArrows=0;resizable=1;rotatable=0;connectable=0;recursiveResize=0;expand=0;pointerEvents=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-1120" y="1580" width="310" height="40" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="Electric Maple Client" c4Type="Software System" c4Description="Library providing the client side of a remote experience." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%]</div><br><div><font style="font-size: 11px"><font color="#cccccc">%c4Description%</font></div>" id="ZGiWlF0Svo9OQI7ZI663-25">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#1061B0;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#0D5091;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-800" y="30" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="SDP in JSON over WebSockets" c4Description="Signaling server connection" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="ZGiWlF0Svo9OQI7ZI663-26">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="ZGiWlF0Svo9OQI7ZI663-25" target="ZGiWlF0Svo9OQI7ZI663-21" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-470" y="780" as="sourcePoint" />
<mxPoint x="-260" y="690" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="WebRTC (RTP, ICE, STUN)" c4Description="Downstream frames and metadata, upstream data" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="ZGiWlF0Svo9OQI7ZI663-27">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="ZGiWlF0Svo9OQI7ZI663-7" target="ZGiWlF0Svo9OQI7ZI663-25" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-780" y="780" as="sourcePoint" />
<mxPoint x="-623" y="900" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="ems_compositor" c4Type="Component" c4Technology="xrt_compositor implementation" c4Description="Compositor, packs views side-by-side" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px">%c4Description%</font></div>" id="KxOzHoKmj_dpnTTKzLTQ-0">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#63BEF2;fontColor=#ffffff;align=center;arcSize=6;strokeColor=#2086C9;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-280" y="840" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="ems_hmd" c4Type="Component" c4Technology="xrt_device implementation" c4Description="Implementation representing the remote HMD" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px">%c4Description%</font></div>" id="KxOzHoKmj_dpnTTKzLTQ-1">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#63BEF2;fontColor=#ffffff;align=center;arcSize=6;strokeColor=#2086C9;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-670" y="610" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="ems_motion_controller" c4Type="Component" c4Technology="xrt_device implementation" c4Description="Implementation representing a remote motion controller" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px">%c4Description%</font></div>" id="KxOzHoKmj_dpnTTKzLTQ-2">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#63BEF2;fontColor=#ffffff;align=center;arcSize=6;strokeColor=#2086C9;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-1100" y="610" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="ems_instance" c4Type="Component" c4Technology="xrt_instance implementation" c4Description="Implements xrt_instance" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px">%c4Description%</font></div>" id="KxOzHoKmj_dpnTTKzLTQ-3">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#63BEF2;fontColor=#ffffff;align=center;arcSize=6;strokeColor=#2086C9;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-920" y="840" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="ems_signaling_server" c4Type="Component" c4Technology="GObject" c4Description="http/WebSocket server for WebRTC signaling" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px">%c4Description%</font></div>" id="KxOzHoKmj_dpnTTKzLTQ-4">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#63BEF2;fontColor=#ffffff;align=center;arcSize=6;strokeColor=#2086C9;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-1100" y="440" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="ems_gstreamer_pipeline" c4Type="Component" c4Technology="implementation of Monado gstreamer_pipeline interface" c4Description="Creates GStreamer pipeline, handles WebRTC negotiation (except for wrapping/unwrapping JSON), decodes data channel messages." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px">%c4Description%</font></div>" id="KxOzHoKmj_dpnTTKzLTQ-5">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#63BEF2;fontColor=#ffffff;align=center;arcSize=6;strokeColor=#2086C9;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-510" y="440" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Callbacks for new connection,
dropped connection, and new
signaling message." label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="KxOzHoKmj_dpnTTKzLTQ-6">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;entryX=0.883;entryY=-0.017;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0.883;exitY=1.008;exitDx=0;exitDy=0;exitPerimeter=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="ZGiWlF0Svo9OQI7ZI663-21" target="KxOzHoKmj_dpnTTKzLTQ-4" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-930" y="440" as="sourcePoint" />
<mxPoint x="-930" y="360" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="GObject signals" c4Description="Unwrapped SDP answers and
ICE candidates" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="KxOzHoKmj_dpnTTKzLTQ-9">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;entryX=0;entryY=0.25;entryDx=0;entryDy=0;entryPerimeter=0;exitX=1;exitY=0.25;exitDx=0;exitDy=0;exitPerimeter=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="KxOzHoKmj_dpnTTKzLTQ-4" target="KxOzHoKmj_dpnTTKzLTQ-5" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-810" y="430" as="sourcePoint" />
<mxPoint x="-669" y="140" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="GObject signals" c4Description="SDP offer and ICE candidates" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="KxOzHoKmj_dpnTTKzLTQ-10">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;exitX=0;exitY=0.75;exitDx=0;exitDy=0;exitPerimeter=0;entryX=1;entryY=0.75;entryDx=0;entryDy=0;entryPerimeter=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="KxOzHoKmj_dpnTTKzLTQ-5" target="KxOzHoKmj_dpnTTKzLTQ-4" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-820" y="490" as="sourcePoint" />
<mxPoint x="-590" y="490" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="Callback" c4Description="Pose messages" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="KxOzHoKmj_dpnTTKzLTQ-11">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="KxOzHoKmj_dpnTTKzLTQ-5" target="KxOzHoKmj_dpnTTKzLTQ-1" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-590" y="550" as="sourcePoint" />
<mxPoint x="-820" y="550" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="xrt/ipc/server" c4Type="Component" c4Technology="Monado library" c4Description="Single-machine IPC server for out-of-process usage of xrt interfaces" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px"><font color="#E6E6E6">%c4Description%</font></div>" id="MS7L9e3z0MlB-ysWS7WD-0">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=11;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-1100" y="1030" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Instantiates, makes xrt_instance calls" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="MS7L9e3z0MlB-ysWS7WD-2">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;exitX=0.75;exitY=0;exitDx=0;exitDy=0;exitPerimeter=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="MS7L9e3z0MlB-ysWS7WD-0" target="KxOzHoKmj_dpnTTKzLTQ-3" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-1080" y="380" as="sourcePoint" />
<mxPoint x="-890" y="980" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Instantiates
(immediately upon creation)" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="MS7L9e3z0MlB-ysWS7WD-3">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="KxOzHoKmj_dpnTTKzLTQ-3" target="KxOzHoKmj_dpnTTKzLTQ-1" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-980" y="710" as="sourcePoint" />
<mxPoint x="-980" y="650" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Instantiates
(deferred,
during create_system)" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="MS7L9e3z0MlB-ysWS7WD-4">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;exitX=1;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="KxOzHoKmj_dpnTTKzLTQ-3" target="KxOzHoKmj_dpnTTKzLTQ-0" edge="1">
<mxGeometry x="0.2381" width="240" relative="1" as="geometry">
<mxPoint x="-726" y="970" as="sourcePoint" />
<mxPoint x="-749" y="740" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Instantiates (left and right)
(immediately upon creation)" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="MS7L9e3z0MlB-ysWS7WD-5">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="KxOzHoKmj_dpnTTKzLTQ-3" target="KxOzHoKmj_dpnTTKzLTQ-2" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-875" y="860" as="sourcePoint" />
<mxPoint x="-611" y="790" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="vk_image_readback_to_xf_pool" c4Type="Component" c4Technology="Monado aux component" c4Description="Class for reading back VkImages to the CPU" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px"><font color="#E6E6E6">%c4Description%</font></div>" id="MS7L9e3z0MlB-ysWS7WD-6">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=11;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-280" y="1050" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Instantiates
(immediately upon
compositor creation)" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="MS7L9e3z0MlB-ysWS7WD-7">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;entryX=0.25;entryY=0;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0.25;exitY=1;exitDx=0;exitDy=0;exitPerimeter=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="KxOzHoKmj_dpnTTKzLTQ-0" target="MS7L9e3z0MlB-ysWS7WD-6" edge="1">
<mxGeometry x="0.0003" width="240" relative="1" as="geometry">
<mxPoint x="-545" y="1003" as="sourcePoint" />
<mxPoint x="-530" y="813" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Instantiates
(immediately upon
compositor creation)" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="MS7L9e3z0MlB-ysWS7WD-8">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;exitX=0.121;exitY=0.017;exitDx=0;exitDy=0;exitPerimeter=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="KxOzHoKmj_dpnTTKzLTQ-0" target="KxOzHoKmj_dpnTTKzLTQ-5" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-270" y="806" as="sourcePoint" />
<mxPoint x="-160" y="784" as="targetPoint" />
<Array as="points">
<mxPoint x="-330" y="780" />
</Array>
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="gstreamer_sink" c4Type="Component" c4Technology="Monado frameserver xrt_frame_sink implementation" c4Description="A Monado frameserver sink that pushes frames into the associated gstreamer_pipeline." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px"><font color="#E6E6E6">%c4Description%</font></div>" id="MS7L9e3z0MlB-ysWS7WD-9">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=11;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-280" y="610" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Instantiates
(immediately upon
compositor creation)" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="MS7L9e3z0MlB-ysWS7WD-10">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;entryX=0.25;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0.25;exitY=0;exitDx=0;exitDy=0;exitPerimeter=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="KxOzHoKmj_dpnTTKzLTQ-0" target="MS7L9e3z0MlB-ysWS7WD-9" edge="1">
<mxGeometry x="-0.3043" width="240" relative="1" as="geometry">
<mxPoint x="-120" y="956" as="sourcePoint" />
<mxPoint x="80" y="881" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Pushes frames into appsrc" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="MS7L9e3z0MlB-ysWS7WD-11">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="MS7L9e3z0MlB-ysWS7WD-9" target="KxOzHoKmj_dpnTTKzLTQ-5" edge="1">
<mxGeometry x="0.0003" width="240" relative="1" as="geometry">
<mxPoint x="-182" y="940" as="sourcePoint" />
<mxPoint x="32" y="720" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Pushes composited and packed frame
from readback pool" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="MS7L9e3z0MlB-ysWS7WD-12">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;entryX=0.75;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0.75;exitY=0;exitDx=0;exitDy=0;exitPerimeter=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="KxOzHoKmj_dpnTTKzLTQ-0" target="MS7L9e3z0MlB-ysWS7WD-9" edge="1">
<mxGeometry x="0.4624" y="-1" width="240" relative="1" as="geometry">
<mxPoint x="-120" y="990" as="sourcePoint" />
<mxPoint x="120" y="970" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Copies composited and
packed VkImage
to image from pool" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="MS7L9e3z0MlB-ysWS7WD-13">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;entryX=0.75;entryY=0;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0.75;exitY=1;exitDx=0;exitDy=0;exitPerimeter=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="KxOzHoKmj_dpnTTKzLTQ-0" target="MS7L9e3z0MlB-ysWS7WD-6" edge="1">
<mxGeometry x="0.0003" width="240" relative="1" as="geometry">
<mxPoint x="50" y="1063" as="sourcePoint" />
<mxPoint x="290" y="1003" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Makes xrt_device calls" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="MS7L9e3z0MlB-ysWS7WD-14">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;exitX=0.25;exitY=0;exitDx=0;exitDy=0;exitPerimeter=0;edgeStyle=orthogonalEdgeStyle;entryX=0.25;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="MS7L9e3z0MlB-ysWS7WD-0" target="KxOzHoKmj_dpnTTKzLTQ-2" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-820" y="1110" as="sourcePoint" />
<mxPoint x="-820" y="990" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Makes xrt_device calls" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="MS7L9e3z0MlB-ysWS7WD-15">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;exitX=1;exitY=0.25;exitDx=0;exitDy=0;exitPerimeter=0;edgeStyle=orthogonalEdgeStyle;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="MS7L9e3z0MlB-ysWS7WD-0" target="KxOzHoKmj_dpnTTKzLTQ-1" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-980" y="1130" as="sourcePoint" />
<mxPoint x="-997" y="720" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="Monado OpenXR runtime target" c4Type="ContainerScopeBoundary" c4Application="Container" label="<font style="font-size: 16px"><b><div style="text-align: left">%c4Name%</div></b></font><div style="text-align: left">[%c4Application%]</div>" id="MS7L9e3z0MlB-ysWS7WD-16">
<mxCell style="rounded=1;fontSize=11;whiteSpace=wrap;html=1;dashed=1;arcSize=20;fillColor=none;strokeColor=#666666;fontColor=#333333;labelBackgroundColor=none;align=left;verticalAlign=bottom;labelBorderColor=none;spacingTop=0;spacing=10;dashPattern=8 4;metaEdit=1;rotatable=0;perimeter=rectanglePerimeter;noLabel=0;labelPadding=0;allowArrows=0;connectable=0;expand=0;recursiveResize=0;editable=1;pointerEvents=0;absoluteArcSize=1;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-1140" y="1220" width="740" height="250" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Name="xrt/ipc/client" c4Type="Component" c4Technology="Monado library" c4Description="IPC client shim for out-of-process usage of xrt interfaces" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px"><font color="#E6E6E6">%c4Description%</font></div>" id="MS7L9e3z0MlB-ysWS7WD-17">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=11;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-1100" y="1250" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="Domain sockets, shared memory, file descriptors" c4Description="Internal/Private Monado IPC connection" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="MS7L9e3z0MlB-ysWS7WD-18">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;exitX=0.75;exitY=0;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.75;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="MS7L9e3z0MlB-ysWS7WD-17" target="MS7L9e3z0MlB-ysWS7WD-0" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-530" y="540" as="sourcePoint" />
<mxPoint x="-850" y="540" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="xrt/state_trackers/openxr" c4Type="Component" c4Technology="Monado library" c4Description="Monado OpenXR state tracker, providing an OpenXR API interface using implementations of XRT interfaces" label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%: %c4Technology%]</div><br><div><font style="font-size: 11px"><font color="#E6E6E6">%c4Description%</font></div>" id="MS7L9e3z0MlB-ysWS7WD-19">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;fontSize=11;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-670" y="1250" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Description="Makes xrt interface calls
(xrt_instance, device,
compositor...)" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div>" id="MS7L9e3z0MlB-ysWS7WD-20">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;edgeStyle=orthogonalEdgeStyle;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="MS7L9e3z0MlB-ysWS7WD-19" target="MS7L9e3z0MlB-ysWS7WD-17" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-790" y="1070" as="sourcePoint" />
<mxPoint x="-610" y="790" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Name="External XR experience" c4Type="Software System" c4Description="XR experience, likely from a third party, to run remotely." label="<font style="font-size: 16px"><b>%c4Name%</b></font><div>[%c4Type%]</div><br><div><font style="font-size: 11px"><font color="#cccccc">%c4Description%</font></div>" id="LmqLv_uiBODEDHcBSW2N-0">
<mxCell style="rounded=1;whiteSpace=wrap;html=1;labelBackgroundColor=none;fillColor=#8C8496;fontColor=#ffffff;align=center;arcSize=10;strokeColor=#736782;metaEdit=1;resizable=0;points=[[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-280" y="1250" width="240" height="120" as="geometry" />
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="OpenXR" c4Description="Renders to and
handles input from" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="LmqLv_uiBODEDHcBSW2N-1">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;edgeStyle=orthogonalEdgeStyle;exitX=0;exitY=0.5;exitDx=0;exitDy=0;exitPerimeter=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="LmqLv_uiBODEDHcBSW2N-0" target="MS7L9e3z0MlB-ysWS7WD-19" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-125" y="1280" as="sourcePoint" />
<mxPoint x="-300" y="1330" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<object placeholders="1" c4Type="Relationship" c4Technology="Callback" c4Description="Controller messages" label="<div style="text-align: left"><div style="text-align: center"><b>%c4Description%</b></div><div style="text-align: center">[%c4Technology%]</div></div>" id="LmqLv_uiBODEDHcBSW2N-2">
<mxCell style="endArrow=blockThin;html=1;fontSize=10;fontColor=#404040;strokeWidth=1;endFill=1;strokeColor=#828282;elbow=vertical;metaEdit=1;endSize=14;startSize=14;jumpStyle=arc;jumpSize=16;rounded=0;dashed=1;dashPattern=8 8;" parent="ZGiWlF0Svo9OQI7ZI663-1" source="KxOzHoKmj_dpnTTKzLTQ-5" target="KxOzHoKmj_dpnTTKzLTQ-2" edge="1">
<mxGeometry width="240" relative="1" as="geometry">
<mxPoint x="-443" y="570" as="sourcePoint" />
<mxPoint x="-547" y="670" as="targetPoint" />
</mxGeometry>
</mxCell>
</object>
<mxCell id="CXkvaYB7JpHiVlxblhAH-0" value="Legend" style="shape=table;startSize=30;container=1;collapsible=0;childLayout=tableLayout;fontSize=16;align=left;verticalAlign=top;fillColor=none;strokeColor=none;fontColor=#4D4D4D;fontStyle=1;spacingLeft=6;spacing=0;resizable=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-220" y="1430" width="180" height="210" as="geometry" />
</mxCell>
<mxCell id="CXkvaYB7JpHiVlxblhAH-1" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="CXkvaYB7JpHiVlxblhAH-0" vertex="1">
<mxGeometry y="30" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="CXkvaYB7JpHiVlxblhAH-2" value="Person" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#1E4074;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="CXkvaYB7JpHiVlxblhAH-1" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="CXkvaYB7JpHiVlxblhAH-3" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="CXkvaYB7JpHiVlxblhAH-0" vertex="1">
<mxGeometry y="60" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="CXkvaYB7JpHiVlxblhAH-4" value="Software System" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#3162AF;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="CXkvaYB7JpHiVlxblhAH-3" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="CXkvaYB7JpHiVlxblhAH-5" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="CXkvaYB7JpHiVlxblhAH-0" vertex="1">
<mxGeometry y="90" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="CXkvaYB7JpHiVlxblhAH-6" value="Container" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#52a2d8;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="CXkvaYB7JpHiVlxblhAH-5" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="CXkvaYB7JpHiVlxblhAH-7" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="CXkvaYB7JpHiVlxblhAH-0" vertex="1">
<mxGeometry y="120" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="CXkvaYB7JpHiVlxblhAH-8" value="Component" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#7dbef2;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="CXkvaYB7JpHiVlxblhAH-7" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="CXkvaYB7JpHiVlxblhAH-9" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="CXkvaYB7JpHiVlxblhAH-0" vertex="1">
<mxGeometry y="150" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="CXkvaYB7JpHiVlxblhAH-10" value="External Person" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#6b6477;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="CXkvaYB7JpHiVlxblhAH-9" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="CXkvaYB7JpHiVlxblhAH-11" value="" style="shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;strokeColor=inherit;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=12;" parent="CXkvaYB7JpHiVlxblhAH-0" vertex="1">
<mxGeometry y="180" width="180" height="30" as="geometry" />
</mxCell>
<mxCell id="CXkvaYB7JpHiVlxblhAH-12" value="External Software System" style="shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;strokeColor=inherit;overflow=hidden;fillColor=#8b8496;top=0;left=0;bottom=0;right=0;pointerEvents=1;fontSize=12;align=left;fontColor=#FFFFFF;gradientColor=none;spacingLeft=10;spacingRight=4;" parent="CXkvaYB7JpHiVlxblhAH-11" vertex="1">
<mxGeometry width="180" height="30" as="geometry">
<mxRectangle width="180" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="nads3MCJWd0c4qilJfDc-0" value="This library is built entirely of Monado-provided code, but is built in the same build, at the same time, as the Electric Maple Service as both need to use the same internal IPC protocol." style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="ZGiWlF0Svo9OQI7ZI663-1" vertex="1">
<mxGeometry x="-760" y="1400" width="340" height="60" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>