1
|
1 \documentclass[twocolumn,twoside,9.5pt]{jarticle}
|
|
2 \usepackage{picins}
|
|
3 \usepackage{fancyhdr}
|
18
|
4 \usepackage{abstract}
|
35
|
5 \usepackage[dvipdfmx]{graphicx}
|
|
6 \usepackage{multirow}
|
|
7 \usepackage{here}
|
|
8 \usepackage{cite}
|
|
9 \usepackage{url}
|
|
10
|
|
11 \usepackage{caption}
|
|
12
|
18
|
13
|
1
|
14 \pagestyle{fancy}
|
|
15 \lhead{\parpic{\includegraphics[height=1zw,keepaspectratio,bb=0 0 251 246]{pic/emblem-bitmap.pdf}}琉球大学主催 工学部情報工学科 卒業研究発表会}
|
|
16 \rhead{}
|
|
17 \cfoot{}
|
|
18
|
|
19 \setlength{\topmargin}{-1in \addtolength{\topmargin}{15mm}}
|
|
20 \setlength{\headheight}{0mm}
|
|
21 \setlength{\headsep}{5mm}
|
|
22 \setlength{\oddsidemargin}{-1in \addtolength{\oddsidemargin}{11mm}}
|
|
23 \setlength{\evensidemargin}{-1in \addtolength{\evensidemargin}{21mm}}
|
|
24 \setlength{\textwidth}{181mm}
|
|
25 \setlength{\textheight}{261mm}
|
|
26 \setlength{\footskip}{0mm}
|
|
27 \pagestyle{empty}
|
|
28
|
25
|
29
|
|
30 \renewcommand{\abstractname}{Abstract}
|
1
|
31 \begin{document}
|
35
|
32 \title{画面配信システム TreeVNC のMulticast 導入}
|
|
33 \author{165729B 氏名 {安田}{亮} 指導教員 : 河野真治}
|
1
|
34 \date{}
|
18
|
35 \twocolumn [
|
1
|
36 \maketitle
|
18
|
37 \centering
|
|
38 \begin{onecolabstract}
|
35
|
39 In lectures and seminars,the materials prepared on the PC screen is used.
|
|
40 Participants need to concentrate on the projector,which can be a burden when cross-referencing with the PC at hand.
|
|
41 When the presenter is replaced,the cable needs to be replaced by switching the presenter's PC screen,
|
|
42 depending on the adapter connected to the PC,the PC screen may not be displayed properly.
|
|
43 TreeVNC,which is being developed in our laboratory,is a screen distribution system that displays the presenter's PC screen on the participant's PC.
|
|
44 By connecting clients connected to the server in the form of a binary tree and distributing the delivery cost,
|
|
45 It is designed so that the processing performance does not decrease even if many people connect.
|
|
46 In addition,there is a mechanism for freely switching the screen of the presenter,which is convenient for presentations at seminars and the like.
|
|
47 Currently,TreeVNC screen sharing is limited to wired LANs because of the large amount of data.
|
|
48 To support widely used wireless LAN,
|
|
49 we evaluate the implementation of data communication in multicast and the data division
|
|
50 and compression method,and evaluate the possibility of multicast in TreeVNC.
|
18
|
51 \end{onecolabstract} ]
|
|
52
|
1
|
53 \thispagestyle{fancy}
|
|
54
|
18
|
55
|
|
56
|
35
|
57 \section{画面配信ソフトウェアTreeVNCの活用}
|
|
58 現代の講義やゼミではPC画面で用意した資料をプロジェクタに映しながら進行することが多い。
|
|
59 発表者のPCを接続するたびにケーブルを差し替える必要があり、発表者のPCによっては接続するアダプターの種類や解像度の設定により、正常にPC画面を表示できない場合がある。また、参加者もプロジェクタに集中を割く必要があり、同時に手元のPCで作業を行う場合、集中の妨げとなってしまう。
|
1
|
60
|
35
|
61 当研究室で開発している画面配信システムTreeVNC\cite{taninari:2011a}は、発表者のPC画面を参加者のPC画面に表示するソフトウェアである。サーバに接続したクライアントをバイナリツリー状に接続することで、配信コストをクライアントに分散させる仕組みになっている。
|
|
62 しかし、画面共有は送信するデータ量が多いため、無線LANで接続を行なった際に有線接続よりも遅延が大きくなってしまう。そこで本研究では、Multicastでのデータ通信の考察やデータの分割・圧縮方法の実装、評価を行う。
|
1
|
63
|
35
|
64 \section{TreeVNCの基本概念}
|
|
65
|
|
66
|
|
67
|
|
68 \section{Multicatに向けたBlockingの実装}
|
1
|
69
|
|
70
|
35
|
71 \section{TreeVNC開発環境やソースコードの修正改善}
|
|
72
|
|
73 \section{まとめ}
|
|
74
|
|
75
|
1
|
76
|
|
77 \thispagestyle{fancy}
|
35
|
78 \nocite{*}
|
|
79 \bibliographystyle{junsrt}
|
|
80 \bibliography{reference}
|
|
81 %\addcontentsline{toc}{chapter}{参考文献}
|
1
|
82
|
|
83 \end{document} |