프로젝트

일반

사용자정보

개정판 23

규민 황이(가) 약 7년 전에 추가함

차이점 보기:

01.Server/package-lock.json
1
{
2
  "requires": true,
3
  "lockfileVersion": 1,
4
  "dependencies": {
5
    "dgram": {
6
      "version": "1.0.1",
7
      "resolved": "https://registry.npmjs.org/dgram/-/dgram-1.0.1.tgz",
8
      "integrity": "sha1-N/OyAPgDOl/3WTAwicgc42G2UcM="
9
    }
10
  }
11
}
01.Server/Client.js
1
var PORT = 11000 ;
2
  var dgram = require('dgram');
3
  var client = dgram.createSocket('udp4');
4
  
5
  client.on('listening', function () {
6
      var address = client.address();
7
      console.log('UDP Client listening on ' + address.address + ":" + address.port);
8
      client.setBroadcast(true)
9
      client.setMulticastTTL(128); 
10
      client.addMembership('224.1.1.1');
11
  });
12
  
13
  client.on('message', function (message, remote) {   
14
      console.log('A: Epic Command Received. Preparing Relay.');
15
      console.log('B: From: ' + remote.address + ':' + remote.port +' - ' + message);
16
  });
17
  
18
  client.bind(PORT);
01.Server/app.js
1

  
2
var news = [
3
     "Borussia Dortmund wins German championship",
4
    "Tornado warning for the Bay Area",
5
    "More rain for the weekend",
6
    "Android tablets take over the world",
7
    "iPad2 sold out",
8
    "Nation's rappers down to last two samples"
9
];
10

  
11
var dgram = require('dgram');
12
var server = dgram.createSocket("udp4");
13
server.bind( function(){
14
    server.setBroadcast(true);
15
    server.setMulticastTTL(128);
16
    setInterval(broadcastNew, 3000);
17
});
18

  
19
function broadcastNew(){
20
    var message = new Buffer(news[Math.floor(Math.random()*news.length)]);
21
    server.send(message, 0, message.length, 11000, "224.1.1.1");
22
    console.log("Sent " + message + " to the wire..." );
23
}
01.Server/node_modules/dgram/README.md
1
# Security holding package
2

  
3
This package name is not currently in use, but was formerly occupied
4
by another package. To avoid malicious use, npm is hanging on to the
5
package name, but loosely, and we'll probably give it to you if you
6
want it.
7

  
8
You may adopt this package by contacting support@npmjs.com and
9
requesting the name.
01.Server/node_modules/dgram/package.json
1
{
2
  "_from": "dgram",
3
  "_id": "dgram@1.0.1",
4
  "_inBundle": false,
5
  "_integrity": "sha1-N/OyAPgDOl/3WTAwicgc42G2UcM=",
6
  "_location": "/dgram",
7
  "_phantomChildren": {},
8
  "_requested": {
9
    "type": "tag",
10
    "registry": true,
11
    "raw": "dgram",
12
    "name": "dgram",
13
    "escapedName": "dgram",
14
    "rawSpec": "",
15
    "saveSpec": null,
16
    "fetchSpec": "latest"
17
  },
18
  "_requiredBy": [
19
    "#USER",
20
    "/"
21
  ],
22
  "_resolved": "https://registry.npmjs.org/dgram/-/dgram-1.0.1.tgz",
23
  "_shasum": "37f3b200f8033a5ff759303089c81ce361b651c3",
24
  "_spec": "dgram",
25
  "_where": "D:\\00.FAMOZ\\18.CMS",
26
  "author": "",
27
  "bugs": {
28
    "url": "https://github.com/npm/security-holder/issues"
29
  },
30
  "bundleDependencies": false,
31
  "deprecated": false,
32
  "description": "This package name is not currently in use, but was formerly occupied by another package. To avoid malicious use, npm is hanging on to the package name, but loosely, and we'll probably give it to you if you want it.",
33
  "homepage": "https://github.com/npm/security-holder#readme",
34
  "keywords": [],
35
  "license": "ISC",
36
  "main": "index.js",
37
  "name": "dgram",
38
  "repository": {
39
    "type": "git",
40
    "url": "git+https://github.com/npm/security-holder.git"
41
  },
42
  "scripts": {
43
    "test": "echo \"Error: no test specified\" && exit 1"
44
  },
45
  "version": "1.0.1"
46
}
01.Server/CMS/Untitled.mdj
1
{
2
	"_type": "Project",
3
	"_id": "AAAAAAFF+h6SjaM2Hec=",
4
	"name": "Untitled",
5
	"ownedElements": [
6
		{
7
			"_type": "UMLModel",
8
			"_id": "AAAAAAFF+qBWK6M3Z8Y=",
9
			"_parent": {
10
				"$ref": "AAAAAAFF+h6SjaM2Hec="
11
			},
12
			"name": "Model",
13
			"ownedElements": [
14
				{
15
					"_type": "UMLClassDiagram",
16
					"_id": "AAAAAAFF+qBtyKM79qY=",
17
					"_parent": {
18
						"$ref": "AAAAAAFF+qBWK6M3Z8Y="
19
					},
20
					"name": "Main",
21
					"visible": true,
22
					"defaultDiagram": true
23
				}
24
			],
25
			"visibility": "public"
26
		},
27
		{
28
			"_type": "UMLCollaboration",
29
			"_id": "AAAAAAFhseQglffcS/Q=",
30
			"_parent": {
31
				"$ref": "AAAAAAFF+h6SjaM2Hec="
32
			},
33
			"name": "Collaboration1",
34
			"ownedElements": [
35
				{
36
					"_type": "UMLInteraction",
37
					"_id": "AAAAAAFhseQglvfdpZ8=",
38
					"_parent": {
39
						"$ref": "AAAAAAFhseQglffcS/Q="
40
					},
41
					"name": "Interaction1",
42
					"ownedElements": [
43
						{
44
							"_type": "UMLSequenceDiagram",
45
							"_id": "AAAAAAFhseQglvfe72w=",
46
							"_parent": {
47
								"$ref": "AAAAAAFhseQglvfdpZ8="
48
							},
49
							"name": "Device 등록",
50
							"visible": true,
51
							"defaultDiagram": false,
52
							"ownedViews": [
53
								{
54
									"_type": "UMLFrameView",
55
									"_id": "AAAAAAFhseQglvff2hk=",
56
									"_parent": {
57
										"$ref": "AAAAAAFhseQglvfe72w="
58
									},
59
									"model": {
60
										"$ref": "AAAAAAFhseQglvfe72w="
61
									},
62
									"subViews": [
63
										{
64
											"_type": "LabelView",
65
											"_id": "AAAAAAFhseQglvfg1To=",
66
											"_parent": {
67
												"$ref": "AAAAAAFhseQglvff2hk="
68
											},
69
											"visible": true,
70
											"enabled": true,
71
											"lineColor": "#000000",
72
											"fillColor": "#ffffff",
73
											"fontColor": "#000000",
74
											"font": "Arial;13;0",
75
											"showShadow": true,
76
											"containerChangeable": false,
77
											"containerExtending": false,
78
											"left": 78.97900390625,
79
											"top": 13,
80
											"width": 70.34814453125,
81
											"height": 13,
82
											"autoResize": false,
83
											"underline": false,
84
											"text": "Device 등록",
85
											"horizontalAlignment": 2,
86
											"verticalAlignment": 5,
87
											"wordWrap": false
88
										},
89
										{
90
											"_type": "LabelView",
91
											"_id": "AAAAAAFhseQgmPfhHck=",
92
											"_parent": {
93
												"$ref": "AAAAAAFhseQglvff2hk="
94
											},
95
											"visible": true,
96
											"enabled": true,
97
											"lineColor": "#000000",
98
											"fillColor": "#ffffff",
99
											"fontColor": "#000000",
100
											"font": "Arial;13;1",
101
											"showShadow": true,
102
											"containerChangeable": false,
103
											"containerExtending": false,
104
											"left": 13,
105
											"top": 13,
106
											"width": 60.97900390625,
107
											"height": 13,
108
											"autoResize": false,
109
											"underline": false,
110
											"text": "interaction",
111
											"horizontalAlignment": 2,
112
											"verticalAlignment": 5,
113
											"wordWrap": false
114
										}
115
									],
116
									"visible": true,
117
									"enabled": true,
118
									"lineColor": "#000000",
119
									"fillColor": "#ffffff",
120
									"fontColor": "#000000",
121
									"font": "Arial;13;0",
122
									"showShadow": true,
123
									"containerChangeable": false,
124
									"containerExtending": false,
125
									"left": 8,
126
									"top": 8,
127
									"width": 761,
128
									"height": 505,
129
									"autoResize": false,
130
									"nameLabel": {
131
										"$ref": "AAAAAAFhseQglvfg1To="
132
									},
133
									"frameTypeLabel": {
134
										"$ref": "AAAAAAFhseQgmPfhHck="
135
									}
136
								},
137
								{
138
									"_type": "UMLSeqLifelineView",
139
									"_id": "AAAAAAFhseQ/JPftIi0=",
140
									"_parent": {
141
										"$ref": "AAAAAAFhseQglvfe72w="
142
									},
143
									"model": {
144
										"$ref": "AAAAAAFhseQ/I/fsEyo="
145
									},
146
									"subViews": [
147
										{
148
											"_type": "UMLNameCompartmentView",
149
											"_id": "AAAAAAFhseQ/JPfuc2U=",
150
											"_parent": {
151
												"$ref": "AAAAAAFhseQ/JPftIi0="
152
											},
153
											"model": {
154
												"$ref": "AAAAAAFhseQ/I/fsEyo="
155
											},
156
											"subViews": [
157
												{
158
													"_type": "LabelView",
159
													"_id": "AAAAAAFhseQ/JPfvxcw=",
160
													"_parent": {
161
														"$ref": "AAAAAAFhseQ/JPfuc2U="
162
													},
163
													"visible": false,
164
													"enabled": true,
165
													"lineColor": "#000000",
166
													"fillColor": "#ffffff",
167
													"fontColor": "#000000",
168
													"font": "Arial;13;0",
169
													"showShadow": true,
170
													"containerChangeable": false,
171
													"containerExtending": false,
172
													"left": 16,
173
													"top": 64,
174
													"width": 0,
175
													"height": 13,
176
													"autoResize": false,
177
													"underline": false,
178
													"horizontalAlignment": 2,
179
													"verticalAlignment": 5,
180
													"wordWrap": false
181
												},
182
												{
183
													"_type": "LabelView",
184
													"_id": "AAAAAAFhseQ/JPfwpng=",
185
													"_parent": {
186
														"$ref": "AAAAAAFhseQ/JPfuc2U="
187
													},
188
													"visible": true,
189
													"enabled": true,
190
													"lineColor": "#000000",
191
													"fillColor": "#ffffff",
192
													"fontColor": "#000000",
193
													"font": "Arial;13;1",
194
													"showShadow": true,
195
													"containerChangeable": false,
196
													"containerExtending": false,
197
													"left": 77,
198
													"top": 47,
199
													"width": 150,
200
													"height": 13,
201
													"autoResize": false,
202
													"underline": false,
203
													"text": "Web",
204
													"horizontalAlignment": 2,
205
													"verticalAlignment": 5,
206
													"wordWrap": false
207
												},
208
												{
209
													"_type": "LabelView",
210
													"_id": "AAAAAAFhseQ/JPfxkp4=",
211
													"_parent": {
212
														"$ref": "AAAAAAFhseQ/JPfuc2U="
213
													},
214
													"visible": false,
215
													"enabled": true,
216
													"lineColor": "#000000",
217
													"fillColor": "#ffffff",
218
													"fontColor": "#000000",
219
													"font": "Arial;13;0",
220
													"showShadow": true,
221
													"containerChangeable": false,
222
													"containerExtending": false,
223
													"left": 16,
224
													"top": 64,
225
													"width": 106.20263671875,
226
													"height": 13,
227
													"autoResize": false,
228
													"underline": false,
229
													"text": "(from Interaction1)",
230
													"horizontalAlignment": 2,
231
													"verticalAlignment": 5,
232
													"wordWrap": false
233
												},
234
												{
235
													"_type": "LabelView",
236
													"_id": "AAAAAAFhseQ/JPfyjkg=",
237
													"_parent": {
238
														"$ref": "AAAAAAFhseQ/JPfuc2U="
239
													},
240
													"visible": false,
241
													"enabled": true,
242
													"lineColor": "#000000",
243
													"fillColor": "#ffffff",
244
													"fontColor": "#000000",
245
													"font": "Arial;13;0",
246
													"showShadow": true,
247
													"containerChangeable": false,
248
													"containerExtending": false,
249
													"left": 16,
250
													"top": 64,
251
													"width": 0,
252
													"height": 13,
253
													"autoResize": false,
254
													"underline": false,
255
													"horizontalAlignment": 1,
256
													"verticalAlignment": 5,
257
													"wordWrap": false
258
												}
259
											],
260
											"visible": true,
261
											"enabled": true,
262
											"lineColor": "#000000",
263
											"fillColor": "#ffffff",
264
											"fontColor": "#000000",
265
											"font": "Arial;13;0",
266
											"showShadow": true,
267
											"containerChangeable": false,
268
											"containerExtending": false,
269
											"left": 72,
270
											"top": 40,
271
											"width": 160,
272
											"height": 40,
273
											"autoResize": false,
274
											"stereotypeLabel": {
275
												"$ref": "AAAAAAFhseQ/JPfvxcw="
276
											},
277
											"nameLabel": {
278
												"$ref": "AAAAAAFhseQ/JPfwpng="
279
											},
280
											"namespaceLabel": {
281
												"$ref": "AAAAAAFhseQ/JPfxkp4="
282
											},
283
											"propertyLabel": {
284
												"$ref": "AAAAAAFhseQ/JPfyjkg="
285
											}
286
										},
287
										{
288
											"_type": "UMLLinePartView",
289
											"_id": "AAAAAAFhseQ/JPfzCik=",
290
											"_parent": {
291
												"$ref": "AAAAAAFhseQ/JPftIi0="
292
											},
293
											"model": {
294
												"$ref": "AAAAAAFhseQ/I/fsEyo="
295
											},
296
											"visible": true,
297
											"enabled": true,
298
											"lineColor": "#000000",
299
											"fillColor": "#ffffff",
300
											"fontColor": "#000000",
301
											"font": "Arial;13;0",
302
											"showShadow": true,
303
											"containerChangeable": false,
304
											"containerExtending": false,
305
											"left": 152,
306
											"top": 80,
307
											"width": 1,
308
											"height": 346,
309
											"autoResize": false
310
										}
311
									],
312
									"visible": true,
313
									"enabled": true,
314
									"lineColor": "#000000",
315
									"fillColor": "#ffffff",
316
									"fontColor": "#000000",
317
									"font": "Arial;13;0",
318
									"showShadow": true,
319
									"containerChangeable": false,
320
									"containerExtending": false,
321
									"left": 72,
322
									"top": 40,
323
									"width": 160,
324
									"height": 386,
325
									"autoResize": false,
326
									"stereotypeDisplay": "label",
327
									"showVisibility": true,
328
									"showNamespace": false,
329
									"showProperty": true,
330
									"showType": true,
331
									"nameCompartment": {
332
										"$ref": "AAAAAAFhseQ/JPfuc2U="
333
									},
334
									"wordWrap": false,
335
									"linePart": {
336
										"$ref": "AAAAAAFhseQ/JPfzCik="
337
									}
338
								},
339
								{
340
									"_type": "UMLSeqLifelineView",
341
									"_id": "AAAAAAFhseiOTfgOb6g=",
342
									"_parent": {
343
										"$ref": "AAAAAAFhseQglvfe72w="
344
									},
345
									"model": {
346
										"$ref": "AAAAAAFhseiOTfgNf98="
347
									},
348
									"subViews": [
349
										{
350
											"_type": "UMLNameCompartmentView",
351
											"_id": "AAAAAAFhseiOTvgPCk8=",
352
											"_parent": {
353
												"$ref": "AAAAAAFhseiOTfgOb6g="
354
											},
355
											"model": {
356
												"$ref": "AAAAAAFhseiOTfgNf98="
357
											},
358
											"subViews": [
359
												{
360
													"_type": "LabelView",
361
													"_id": "AAAAAAFhseiOTvgQ8BE=",
362
													"_parent": {
363
														"$ref": "AAAAAAFhseiOTvgPCk8="
364
													},
365
													"visible": false,
366
													"enabled": true,
367
													"lineColor": "#000000",
368
													"fillColor": "#ffffff",
369
													"fontColor": "#000000",
370
													"font": "Arial;13;0",
371
													"showShadow": true,
372
													"containerChangeable": false,
373
													"containerExtending": false,
374
													"left": 48,
375
													"top": 64,
376
													"width": 0,
377
													"height": 13,
378
													"autoResize": false,
379
													"underline": false,
380
													"horizontalAlignment": 2,
381
													"verticalAlignment": 5,
382
													"wordWrap": false
383
												},
384
												{
385
													"_type": "LabelView",
386
													"_id": "AAAAAAFhseiOTvgRsFA=",
387
													"_parent": {
388
														"$ref": "AAAAAAFhseiOTvgPCk8="
389
													},
390
													"visible": true,
391
													"enabled": true,
392
													"lineColor": "#000000",
393
													"fillColor": "#ffffff",
394
													"fontColor": "#000000",
395
													"font": "Arial;13;1",
396
													"showShadow": true,
397
													"containerChangeable": false,
398
													"containerExtending": false,
399
													"left": 365,
400
													"top": 47,
401
													"width": 62.736328125,
402
													"height": 13,
403
													"autoResize": false,
404
													"underline": false,
405
													"text": "CMS",
406
													"horizontalAlignment": 2,
407
													"verticalAlignment": 5,
408
													"wordWrap": false
409
												},
410
												{
411
													"_type": "LabelView",
412
													"_id": "AAAAAAFhseiOTvgSQT8=",
413
													"_parent": {
414
														"$ref": "AAAAAAFhseiOTvgPCk8="
415
													},
416
													"visible": false,
417
													"enabled": true,
418
													"lineColor": "#000000",
419
													"fillColor": "#ffffff",
420
													"fontColor": "#000000",
421
													"font": "Arial;13;0",
422
													"showShadow": true,
423
													"containerChangeable": false,
424
													"containerExtending": false,
425
													"left": 48,
426
													"top": 64,
427
													"width": 106.20263671875,
428
													"height": 13,
429
													"autoResize": false,
430
													"underline": false,
431
													"text": "(from Interaction1)",
432
													"horizontalAlignment": 2,
433
													"verticalAlignment": 5,
434
													"wordWrap": false
435
												},
436
												{
437
													"_type": "LabelView",
438
													"_id": "AAAAAAFhseiOTvgTYwg=",
439
													"_parent": {
440
														"$ref": "AAAAAAFhseiOTvgPCk8="
441
													},
442
													"visible": false,
443
													"enabled": true,
444
													"lineColor": "#000000",
445
													"fillColor": "#ffffff",
446
													"fontColor": "#000000",
447
													"font": "Arial;13;0",
448
													"showShadow": true,
449
													"containerChangeable": false,
450
													"containerExtending": false,
451
													"left": 48,
452
													"top": 64,
453
													"width": 0,
454
													"height": 13,
455
													"autoResize": false,
456
													"underline": false,
457
													"horizontalAlignment": 1,
458
													"verticalAlignment": 5,
459
													"wordWrap": false
460
												}
461
											],
462
											"visible": true,
463
											"enabled": true,
464
											"lineColor": "#000000",
465
											"fillColor": "#ffffff",
466
											"fontColor": "#000000",
467
											"font": "Arial;13;0",
468
											"showShadow": true,
469
											"containerChangeable": false,
470
											"containerExtending": false,
471
											"left": 360,
472
											"top": 40,
473
											"width": 72.736328125,
474
											"height": 40,
475
											"autoResize": false,
476
											"stereotypeLabel": {
477
												"$ref": "AAAAAAFhseiOTvgQ8BE="
478
											},
479
											"nameLabel": {
480
												"$ref": "AAAAAAFhseiOTvgRsFA="
481
											},
482
											"namespaceLabel": {
483
												"$ref": "AAAAAAFhseiOTvgSQT8="
484
											},
485
											"propertyLabel": {
486
												"$ref": "AAAAAAFhseiOTvgTYwg="
487
											}
488
										},
489
										{
490
											"_type": "UMLLinePartView",
491
											"_id": "AAAAAAFhseiOTvgU0Dk=",
492
											"_parent": {
493
												"$ref": "AAAAAAFhseiOTfgOb6g="
494
											},
495
											"model": {
496
												"$ref": "AAAAAAFhseiOTfgNf98="
497
											},
498
											"visible": true,
499
											"enabled": true,
500
											"lineColor": "#000000",
501
											"fillColor": "#ffffff",
502
											"fontColor": "#000000",
503
											"font": "Arial;13;0",
504
											"showShadow": true,
505
											"containerChangeable": false,
506
											"containerExtending": false,
507
											"left": 396,
508
											"top": 80,
509
											"width": 1,
510
											"height": 383,
511
											"autoResize": false
512
										}
513
									],
514
									"visible": true,
515
									"enabled": true,
516
									"lineColor": "#000000",
517
									"fillColor": "#ffffff",
518
									"fontColor": "#000000",
519
									"font": "Arial;13;0",
520
									"showShadow": true,
521
									"containerChangeable": false,
522
									"containerExtending": false,
523
									"left": 360,
524
									"top": 40,
525
									"width": 72.736328125,
526
									"height": 423,
527
									"autoResize": false,
528
									"stereotypeDisplay": "label",
529
									"showVisibility": true,
530
									"showNamespace": false,
531
									"showProperty": true,
532
									"showType": true,
533
									"nameCompartment": {
534
										"$ref": "AAAAAAFhseiOTvgPCk8="
535
									},
536
									"wordWrap": false,
537
									"linePart": {
538
										"$ref": "AAAAAAFhseiOTvgU0Dk="
539
									}
540
								},
541
								{
542
									"_type": "UMLSeqLifelineView",
543
									"_id": "AAAAAAFhseihwvguWzc=",
544
									"_parent": {
545
										"$ref": "AAAAAAFhseQglvfe72w="
546
									},
547
									"model": {
548
										"$ref": "AAAAAAFhseihwvgtjJ4="
549
									},
550
									"subViews": [
551
										{
552
											"_type": "UMLNameCompartmentView",
553
											"_id": "AAAAAAFhseihwvgv+Aw=",
554
											"_parent": {
555
												"$ref": "AAAAAAFhseihwvguWzc="
556
											},
557
											"model": {
558
												"$ref": "AAAAAAFhseihwvgtjJ4="
559
											},
560
											"subViews": [
561
												{
562
													"_type": "LabelView",
563
													"_id": "AAAAAAFhseihwvgwafo=",
564
													"_parent": {
565
														"$ref": "AAAAAAFhseihwvgv+Aw="
566
													},
567
													"visible": false,
568
													"enabled": true,
569
													"lineColor": "#000000",
570
													"fillColor": "#ffffff",
571
													"fontColor": "#000000",
572
													"font": "Arial;13;0",
573
													"showShadow": true,
574
													"containerChangeable": false,
575
													"containerExtending": false,
576
													"left": 96,
577
													"top": 64,
578
													"width": 0,
579
													"height": 13,
580
													"autoResize": false,
581
													"underline": false,
582
													"horizontalAlignment": 2,
583
													"verticalAlignment": 5,
584
													"wordWrap": false
585
												},
586
												{
587
													"_type": "LabelView",
588
													"_id": "AAAAAAFhseihwvgxwuM=",
589
													"_parent": {
590
														"$ref": "AAAAAAFhseihwvgv+Aw="
591
													},
592
													"visible": true,
593
													"enabled": true,
594
													"lineColor": "#000000",
595
													"fillColor": "#ffffff",
596
													"fontColor": "#000000",
597
													"font": "Arial;13;1",
598
													"showShadow": true,
599
													"containerChangeable": false,
600
													"containerExtending": false,
601
													"left": 597,
602
													"top": 47,
603
													"width": 62.736328125,
604
													"height": 13,
605
													"autoResize": false,
606
													"underline": false,
607
													"text": "Agent",
608
													"horizontalAlignment": 2,
609
													"verticalAlignment": 5,
610
													"wordWrap": false
611
												},
612
												{
613
													"_type": "LabelView",
614
													"_id": "AAAAAAFhseihwvgy6o8=",
615
													"_parent": {
616
														"$ref": "AAAAAAFhseihwvgv+Aw="
617
													},
618
													"visible": false,
619
													"enabled": true,
620
													"lineColor": "#000000",
621
													"fillColor": "#ffffff",
622
													"fontColor": "#000000",
623
													"font": "Arial;13;0",
624
													"showShadow": true,
625
													"containerChangeable": false,
626
													"containerExtending": false,
627
													"left": 96,
628
													"top": 64,
629
													"width": 106.20263671875,
630
													"height": 13,
631
													"autoResize": false,
632
													"underline": false,
633
													"text": "(from Interaction1)",
634
													"horizontalAlignment": 2,
635
													"verticalAlignment": 5,
636
													"wordWrap": false
637
												},
638
												{
639
													"_type": "LabelView",
640
													"_id": "AAAAAAFhseihwvgzv4U=",
641
													"_parent": {
642
														"$ref": "AAAAAAFhseihwvgv+Aw="
643
													},
644
													"visible": false,
645
													"enabled": true,
646
													"lineColor": "#000000",
647
													"fillColor": "#ffffff",
648
													"fontColor": "#000000",
649
													"font": "Arial;13;0",
650
													"showShadow": true,
651
													"containerChangeable": false,
652
													"containerExtending": false,
653
													"left": 96,
654
													"top": 64,
655
													"width": 0,
656
													"height": 13,
657
													"autoResize": false,
658
													"underline": false,
659
													"horizontalAlignment": 1,
660
													"verticalAlignment": 5,
661
													"wordWrap": false
662
												}
663
											],
664
											"visible": true,
665
											"enabled": true,
666
											"lineColor": "#000000",
667
											"fillColor": "#ffffff",
668
											"fontColor": "#000000",
669
											"font": "Arial;13;0",
670
											"showShadow": true,
671
											"containerChangeable": false,
672
											"containerExtending": false,
673
											"left": 592,
674
											"top": 40,
675
											"width": 72.736328125,
676
											"height": 40,
677
											"autoResize": false,
678
											"stereotypeLabel": {
679
												"$ref": "AAAAAAFhseihwvgwafo="
680
											},
681
											"nameLabel": {
682
												"$ref": "AAAAAAFhseihwvgxwuM="
683
											},
684
											"namespaceLabel": {
685
												"$ref": "AAAAAAFhseihwvgy6o8="
686
											},
687
											"propertyLabel": {
688
												"$ref": "AAAAAAFhseihwvgzv4U="
689
											}
690
										},
691
										{
692
											"_type": "UMLLinePartView",
693
											"_id": "AAAAAAFhseihwvg0tcs=",
694
											"_parent": {
695
												"$ref": "AAAAAAFhseihwvguWzc="
696
											},
697
											"model": {
698
												"$ref": "AAAAAAFhseihwvgtjJ4="
699
											},
700
											"visible": true,
701
											"enabled": true,
702
											"lineColor": "#000000",
703
											"fillColor": "#ffffff",
704
											"fontColor": "#000000",
705
											"font": "Arial;13;0",
706
											"showShadow": true,
707
											"containerChangeable": false,
708
											"containerExtending": false,
709
											"left": 628,
710
											"top": 80,
711
											"width": 1,
712
											"height": 255,
713
											"autoResize": false
714
										}
715
									],
716
									"visible": true,
717
									"enabled": true,
718
									"lineColor": "#000000",
719
									"fillColor": "#ffffff",
720
									"fontColor": "#000000",
721
									"font": "Arial;13;0",
722
									"showShadow": true,
723
									"containerChangeable": false,
724
									"containerExtending": false,
725
									"left": 592,
726
									"top": 40,
727
									"width": 72.736328125,
728
									"height": 295,
729
									"autoResize": false,
730
									"stereotypeDisplay": "label",
731
									"showVisibility": true,
732
									"showNamespace": false,
733
									"showProperty": true,
734
									"showType": true,
735
									"nameCompartment": {
736
										"$ref": "AAAAAAFhseihwvgv+Aw="
737
									},
738
									"wordWrap": false,
739
									"linePart": {
740
										"$ref": "AAAAAAFhseihwvg0tcs="
741
									}
742
								},
743
								{
744
									"_type": "UMLSeqMessageView",
745
									"_id": "AAAAAAFhseru5vhaugY=",
746
									"_parent": {
747
										"$ref": "AAAAAAFhseQglvfe72w="
748
									},
749
									"model": {
750
										"$ref": "AAAAAAFhseru5vhZXXA="
751
									},
752
									"subViews": [
753
										{
754
											"_type": "EdgeLabelView",
755
											"_id": "AAAAAAFhseru5/hbQFM=",
756
											"_parent": {
757
												"$ref": "AAAAAAFhseru5vhaugY="
758
											},
759
											"model": {
760
												"$ref": "AAAAAAFhseru5vhZXXA="
761
											},
762
											"visible": true,
763
											"enabled": true,
764
											"lineColor": "#000000",
765
											"fillColor": "#ffffff",
766
											"fontColor": "#000000",
767
											"font": "Arial;13;0",
768
											"showShadow": true,
769
											"containerChangeable": false,
770
											"containerExtending": false,
771
											"left": 170,
772
											"top": 104,
773
											"width": 201.5126953125,
774
											"height": 13,
775
											"autoResize": false,
776
											"alpha": 1.570795771239341,
777
											"distance": 18,
778
											"hostEdge": {
779
												"$ref": "AAAAAAFhseru5vhaugY="
780
											},
781
											"edgePosition": 1,
782
											"underline": false,
783
											"text": "1 : 연결된 모든 장치 정보 요구",
784
											"horizontalAlignment": 2,
785
											"verticalAlignment": 5,
786
											"wordWrap": false
787
										},
788
										{
789
											"_type": "EdgeLabelView",
790
											"_id": "AAAAAAFhseru5/hcmFE=",
791
											"_parent": {
792
												"$ref": "AAAAAAFhseru5vhaugY="
793
											},
794
											"model": {
795
												"$ref": "AAAAAAFhseru5vhZXXA="
796
											},
797
											"visible": false,
798
											"enabled": true,
799
											"lineColor": "#000000",
800
											"fillColor": "#ffffff",
801
											"fontColor": "#000000",
802
											"font": "Arial;13;0",
803
											"showShadow": true,
804
											"containerChangeable": false,
805
											"containerExtending": false,
806
											"left": 270,
807
											"top": 97,
808
											"width": 0,
809
											"height": 13,
810
											"autoResize": false,
811
											"alpha": 1.5707963267948966,
812
											"distance": 25,
813
											"hostEdge": {
814
												"$ref": "AAAAAAFhseru5vhaugY="
815
											},
816
											"edgePosition": 1,
817
											"underline": false,
818
											"horizontalAlignment": 2,
819
											"verticalAlignment": 5,
820
											"wordWrap": false
821
										},
822
										{
823
											"_type": "EdgeLabelView",
824
											"_id": "AAAAAAFhseru6PhdP6A=",
825
											"_parent": {
826
												"$ref": "AAAAAAFhseru5vhaugY="
827
											},
828
											"model": {
829
												"$ref": "AAAAAAFhseru5vhZXXA="
830
											},
831
											"visible": false,
832
											"enabled": true,
833
											"lineColor": "#000000",
834
											"fillColor": "#ffffff",
835
											"fontColor": "#000000",
836
											"font": "Arial;13;0",
837
											"showShadow": true,
838
											"containerChangeable": false,
839
											"containerExtending": false,
840
											"left": 270,
841
											"top": 132,
842
											"width": 0,
843
											"height": 13,
844
											"autoResize": false,
845
											"alpha": -1.5707963267948966,
846
											"distance": 10,
847
											"hostEdge": {
848
												"$ref": "AAAAAAFhseru5vhaugY="
849
											},
850
											"edgePosition": 1,
851
											"underline": false,
852
											"horizontalAlignment": 2,
853
											"verticalAlignment": 5,
854
											"wordWrap": false
855
										},
856
										{
857
											"_type": "UMLActivationView",
858
											"_id": "AAAAAAFhseru6Phephg=",
859
											"_parent": {
860
												"$ref": "AAAAAAFhseru5vhaugY="
861
											},
862
											"model": {
863
												"$ref": "AAAAAAFhseru5vhZXXA="
864
											},
865
											"visible": true,
866
											"enabled": true,
867
											"lineColor": "#000000",
868
											"fillColor": "#ffffff",
869
											"fontColor": "#000000",
870
											"font": "Arial;13;0",
871
											"showShadow": true,
872
											"containerChangeable": false,
873
											"containerExtending": false,
874
											"left": 389,
875
											"top": 128,
876
											"width": 14,
877
											"height": 57,
878
											"autoResize": false
879
										}
880
									],
881
									"visible": true,
882
									"enabled": true,
883
									"lineColor": "#000000",
884
									"fillColor": "#ffffff",
885
									"fontColor": "#000000",
886
									"font": "Arial;13;0",
887
									"showShadow": true,
888
									"containerChangeable": false,
889
									"containerExtending": false,
890
									"head": {
891
										"$ref": "AAAAAAFhseiOTvgU0Dk="
892
									},
893
									"tail": {
894
										"$ref": "AAAAAAFhseQ/JPfzCik="
895
									},
896
									"lineStyle": 0,
897
									"points": "152:128;389:128",
898
									"nameLabel": {
899
										"$ref": "AAAAAAFhseru5/hbQFM="
900
									},
901
									"stereotypeLabel": {
902
										"$ref": "AAAAAAFhseru5/hcmFE="
903
									},
904
									"propertyLabel": {
905
										"$ref": "AAAAAAFhseru6PhdP6A="
906
									},
907
									"activation": {
908
										"$ref": "AAAAAAFhseru6Phephg="
909
									},
910
									"showProperty": true,
911
									"showType": true
912
								},
913
								{
914
									"_type": "UMLSeqMessageView",
915
									"_id": "AAAAAAFhsfAqYfh+R50=",
916
									"_parent": {
917
										"$ref": "AAAAAAFhseQglvfe72w="
918
									},
919
									"model": {
920
										"$ref": "AAAAAAFhsfAqYfh9geo="
921
									},
922
									"subViews": [
923
										{
924
											"_type": "EdgeLabelView",
925
											"_id": "AAAAAAFhsfAqYvh/0bY=",
926
											"_parent": {
927
												"$ref": "AAAAAAFhsfAqYfh+R50="
928
											},
929
											"model": {
930
												"$ref": "AAAAAAFhsfAqYfh9geo="
931
											},
932
											"visible": true,
933
											"enabled": true,
934
											"lineColor": "#000000",
935
											"fillColor": "#ffffff",
936
											"fontColor": "#000000",
937
											"font": "Arial;13;0",
938
											"showShadow": true,
939
											"containerChangeable": false,
940
											"containerExtending": false,
941
											"left": 411,
942
											"top": 160,
943
											"width": 201.5126953125,
944
											"height": 13,
945
											"autoResize": false,
946
											"alpha": 1.5707963267948966,
947
											"distance": 10,
948
											"hostEdge": {
949
												"$ref": "AAAAAAFhsfAqYfh+R50="
950
											},
951
											"edgePosition": 1,
952
											"underline": false,
953
											"text": "2 : 연결된 장치 개개인의 정보 요구",
954
											"horizontalAlignment": 2,
955
											"verticalAlignment": 5,
956
											"wordWrap": false
957
										},
958
										{
959
											"_type": "EdgeLabelView",
960
											"_id": "AAAAAAFhsfAqYviAA+0=",
961
											"_parent": {
962
												"$ref": "AAAAAAFhsfAqYfh+R50="
963
											},
964
											"model": {
965
												"$ref": "AAAAAAFhsfAqYfh9geo="
966
											},
967
											"visible": false,
968
											"enabled": true,
969
											"lineColor": "#000000",
970
											"fillColor": "#ffffff",
971
											"fontColor": "#000000",
972
											"font": "Arial;13;0",
973
											"showShadow": true,
974
											"containerChangeable": false,
975
											"containerExtending": false,
976
											"left": 511,
977
											"top": 145,
978
											"width": 0,
979
											"height": 13,
980
											"autoResize": false,
981
											"alpha": 1.5707963267948966,
982
											"distance": 25,
983
											"hostEdge": {
984
												"$ref": "AAAAAAFhsfAqYfh+R50="
985
											},
986
											"edgePosition": 1,
987
											"underline": false,
988
											"horizontalAlignment": 2,
989
											"verticalAlignment": 5,
990
											"wordWrap": false
991
										},
992
										{
993
											"_type": "EdgeLabelView",
994
											"_id": "AAAAAAFhsfAqYviBckY=",
995
											"_parent": {
996
												"$ref": "AAAAAAFhsfAqYfh+R50="
997
											},
998
											"model": {
999
												"$ref": "AAAAAAFhsfAqYfh9geo="
1000
											},
1001
											"visible": false,
1002
											"enabled": true,
1003
											"lineColor": "#000000",
1004
											"fillColor": "#ffffff",
1005
											"fontColor": "#000000",
1006
											"font": "Arial;13;0",
1007
											"showShadow": true,
1008
											"containerChangeable": false,
1009
											"containerExtending": false,
1010
											"left": 511,
1011
											"top": 180,
1012
											"width": 0,
1013
											"height": 13,
1014
											"autoResize": false,
1015
											"alpha": -1.5707963267948966,
1016
											"distance": 10,
1017
											"hostEdge": {
1018
												"$ref": "AAAAAAFhsfAqYfh+R50="
1019
											},
1020
											"edgePosition": 1,
1021
											"underline": false,
1022
											"horizontalAlignment": 2,
1023
											"verticalAlignment": 5,
1024
											"wordWrap": false
1025
										},
1026
										{
1027
											"_type": "UMLActivationView",
1028
											"_id": "AAAAAAFhsfAqYviCt54=",
1029
											"_parent": {
1030
												"$ref": "AAAAAAFhsfAqYfh+R50="
1031
											},
1032
											"model": {
1033
												"$ref": "AAAAAAFhsfAqYfh9geo="
1034
											},
1035
											"visible": true,
1036
											"enabled": true,
1037
											"lineColor": "#000000",
1038
											"fillColor": "#ffffff",
1039
											"fontColor": "#000000",
1040
											"font": "Arial;13;0",
1041
											"showShadow": true,
1042
											"containerChangeable": false,
1043
											"containerExtending": false,
1044
											"left": 621,
1045
											"top": 176,
1046
											"width": 14,
1047
											"height": 49,
1048
											"autoResize": false
1049
										}
1050
									],
1051
									"visible": true,
1052
									"enabled": true,
1053
									"lineColor": "#000000",
1054
									"fillColor": "#ffffff",
1055
									"fontColor": "#000000",
1056
									"font": "Arial;13;0",
1057
									"showShadow": true,
1058
									"containerChangeable": false,
1059
									"containerExtending": false,
1060
									"head": {
1061
										"$ref": "AAAAAAFhseihwvg0tcs="
1062
									},
1063
									"tail": {
1064
										"$ref": "AAAAAAFhseiOTvgU0Dk="
1065
									},
1066
									"lineStyle": 0,
1067
									"points": "402:176;621:176",
1068
									"nameLabel": {
1069
										"$ref": "AAAAAAFhsfAqYvh/0bY="
1070
									},
1071
									"stereotypeLabel": {
1072
										"$ref": "AAAAAAFhsfAqYviAA+0="
1073
									},
1074
									"propertyLabel": {
1075
										"$ref": "AAAAAAFhsfAqYviBckY="
1076
									},
1077
									"activation": {
1078
										"$ref": "AAAAAAFhsfAqYviCt54="
1079
									},
1080
									"showProperty": true,
1081
									"showType": true
1082
								},
1083
								{
1084
									"_type": "UMLSeqMessageView",
1085
									"_id": "AAAAAAFhsfRmeviaIKM=",
1086
									"_parent": {
1087
										"$ref": "AAAAAAFhseQglvfe72w="
1088
									},
1089
									"model": {
1090
										"$ref": "AAAAAAFhsfRmeviZvn4="
1091
									},
1092
									"subViews": [
1093
										{
1094
											"_type": "EdgeLabelView",
1095
											"_id": "AAAAAAFhsfRmevibx+A=",
1096
											"_parent": {
1097
												"$ref": "AAAAAAFhsfRmeviaIKM="
1098
											},
1099
											"model": {
1100
												"$ref": "AAAAAAFhsfRmeviZvn4="
1101
											},
1102
											"visible": true,
1103
											"enabled": true,
1104
											"lineColor": "#000000",
1105
											"fillColor": "#ffffff",
1106
											"fontColor": "#000000",
1107
											"font": "Arial;13;0",
1108
											"showShadow": true,
1109
											"containerChangeable": false,
1110
											"containerExtending": false,
1111
											"left": 471,
1112
											"top": 220,
1113
											"width": 78.04443359375,
1114
											"height": 13,
1115
											"autoResize": false,
1116
											"alpha": 1.5707963267948966,
1117
											"distance": 10,
1118
											"hostEdge": {
1119
												"$ref": "AAAAAAFhsfRmeviaIKM="
1120
											},
1121
											"edgePosition": 1,
1122
											"underline": false,
1123
											"text": "3 : 정보전달",
1124
											"horizontalAlignment": 2,
1125
											"verticalAlignment": 5,
1126
											"wordWrap": false
1127
										},
1128
										{
1129
											"_type": "EdgeLabelView",
1130
											"_id": "AAAAAAFhsfRmevic5Pk=",
1131
											"_parent": {
1132
												"$ref": "AAAAAAFhsfRmeviaIKM="
1133
											},
1134
											"model": {
1135
												"$ref": "AAAAAAFhsfRmeviZvn4="
1136
											},
1137
											"visible": false,
1138
											"enabled": true,
1139
											"lineColor": "#000000",
1140
											"fillColor": "#ffffff",
1141
											"fontColor": "#000000",
1142
											"font": "Arial;13;0",
1143
											"showShadow": true,
1144
											"containerChangeable": false,
1145
											"containerExtending": false,
1146
											"left": 510,
1147
											"top": 235,
1148
											"width": 0,
1149
											"height": 13,
1150
											"autoResize": false,
1151
											"alpha": 1.5707963267948966,
1152
											"distance": 25,
1153
											"hostEdge": {
1154
												"$ref": "AAAAAAFhsfRmeviaIKM="
1155
											},
1156
											"edgePosition": 1,
1157
											"underline": false,
1158
											"horizontalAlignment": 2,
1159
											"verticalAlignment": 5,
1160
											"wordWrap": false
1161
										},
1162
										{
1163
											"_type": "EdgeLabelView",
1164
											"_id": "AAAAAAFhsfRmevidCRM=",
1165
											"_parent": {
1166
												"$ref": "AAAAAAFhsfRmeviaIKM="
1167
											},
1168
											"model": {
1169
												"$ref": "AAAAAAFhsfRmeviZvn4="
1170
											},
1171
											"visible": false,
1172
											"enabled": true,
1173
											"lineColor": "#000000",
1174
											"fillColor": "#ffffff",
1175
											"fontColor": "#000000",
1176
											"font": "Arial;13;0",
1177
											"showShadow": true,
1178
											"containerChangeable": false,
1179
											"containerExtending": false,
1180
											"left": 511,
1181
											"top": 200,
1182
											"width": 0,
1183
											"height": 13,
1184
											"autoResize": false,
1185
											"alpha": -1.5707963267948966,
1186
											"distance": 10,
1187
											"hostEdge": {
1188
												"$ref": "AAAAAAFhsfRmeviaIKM="
1189
											},
1190
											"edgePosition": 1,
1191
											"underline": false,
1192
											"horizontalAlignment": 2,
1193
											"verticalAlignment": 5,
1194
											"wordWrap": false
1195
										},
1196
										{
1197
											"_type": "UMLActivationView",
1198
											"_id": "AAAAAAFhsfRmevie9Qs=",
1199
											"_parent": {
1200
												"$ref": "AAAAAAFhsfRmeviaIKM="
1201
											},
1202
											"model": {
1203
												"$ref": "AAAAAAFhsfRmeviZvn4="
1204
											},
1205
											"visible": true,
1206
											"enabled": true,
1207
											"lineColor": "#000000",
1208
											"fillColor": "#ffffff",
1209
											"fontColor": "#000000",
1210
											"font": "Arial;13;0",
1211
											"showShadow": true,
1212
											"containerChangeable": false,
1213
											"containerExtending": false,
1214
											"left": 389,
1215
											"top": 216,
1216
											"width": 14,
1217
											"height": 57,
1218
											"autoResize": false
1219
										}
1220
									],
1221
									"visible": true,
1222
									"enabled": true,
1223
									"lineColor": "#000000",
1224
									"fillColor": "#ffffff",
1225
									"fontColor": "#000000",
1226
									"font": "Arial;13;0",
1227
									"showShadow": true,
1228
									"containerChangeable": false,
1229
									"containerExtending": false,
1230
									"head": {
1231
										"$ref": "AAAAAAFhseiOTvgU0Dk="
1232
									},
1233
									"tail": {
1234
										"$ref": "AAAAAAFhseihwvg0tcs="
1235
									},
1236
									"lineStyle": 0,
1237
									"points": "621:216;402:216",
1238
									"nameLabel": {
1239
										"$ref": "AAAAAAFhsfRmevibx+A="
1240
									},
1241
									"stereotypeLabel": {
1242
										"$ref": "AAAAAAFhsfRmevic5Pk="
1243
									},
1244
									"propertyLabel": {
1245
										"$ref": "AAAAAAFhsfRmevidCRM="
1246
									},
1247
									"activation": {
1248
										"$ref": "AAAAAAFhsfRmevie9Qs="
1249
									},
1250
									"showProperty": true,
1251
									"showType": true
1252
								},
1253
								{
1254
									"_type": "UMLSeqMessageView",
1255
									"_id": "AAAAAAFh5GdiS50PI3M=",
1256
									"_parent": {
1257
										"$ref": "AAAAAAFhseQglvfe72w="
1258
									},
1259
									"model": {
1260
										"$ref": "AAAAAAFh5GdiS50OpTQ="
1261
									},
1262
									"subViews": [
1263
										{
1264
											"_type": "EdgeLabelView",
1265
											"_id": "AAAAAAFh5GdiS50QgaM=",
1266
											"_parent": {
1267
												"$ref": "AAAAAAFh5GdiS50PI3M="
1268
											},
1269
											"model": {
1270
												"$ref": "AAAAAAFh5GdiS50OpTQ="
1271
											},
1272
											"visible": true,
1273
											"enabled": true,
1274
											"lineColor": "#000000",
1275
											"fillColor": "#ffffff",
1276
											"fontColor": "#000000",
1277
											"font": "Arial;13;0",
1278
											"showShadow": true,
1279
											"containerChangeable": false,
1280
											"containerExtending": false,
1281
											"left": 233,
1282
											"top": 260,
1283
											"width": 78.04443359375,
1284
											"height": 13,
1285
											"autoResize": false,
1286
											"alpha": 1.5707963267948966,
1287
											"distance": 10,
1288
											"hostEdge": {
1289
												"$ref": "AAAAAAFh5GdiS50PI3M="
1290
											},
1291
											"edgePosition": 1,
1292
											"underline": false,
1293
											"text": "4 : 정보전달",
1294
											"horizontalAlignment": 2,
1295
											"verticalAlignment": 5,
1296
											"wordWrap": false
1297
										},
1298
										{
1299
											"_type": "EdgeLabelView",
1300
											"_id": "AAAAAAFh5GdiS50RXaU=",
1301
											"_parent": {
1302
												"$ref": "AAAAAAFh5GdiS50PI3M="
1303
											},
1304
											"model": {
1305
												"$ref": "AAAAAAFh5GdiS50OpTQ="
1306
											},
1307
											"visible": false,
1308
											"enabled": true,
1309
											"lineColor": "#000000",
1310
											"fillColor": "#ffffff",
1311
											"fontColor": "#000000",
1312
											"font": "Arial;13;0",
1313
											"showShadow": true,
1314
											"containerChangeable": false,
1315
											"containerExtending": false,
1316
											"left": 272,
1317
											"top": 275,
1318
											"width": 0,
1319
											"height": 13,
1320
											"autoResize": false,
1321
											"alpha": 1.5707963267948966,
1322
											"distance": 25,
1323
											"hostEdge": {
1324
												"$ref": "AAAAAAFh5GdiS50PI3M="
1325
											},
1326
											"edgePosition": 1,
1327
											"underline": false,
1328
											"horizontalAlignment": 2,
1329
											"verticalAlignment": 5,
1330
											"wordWrap": false
1331
										},
1332
										{
1333
											"_type": "EdgeLabelView",
... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.

내보내기 Unified diff