changeset 30:850e5397b13d

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 09 May 2019 18:04:54 +0900
parents ec8e1b783bb2
children f98a0ecdd2c2
files Paper/riono-sigos.pdf Paper/riono-sigos.tex
diffstat 2 files changed, 24 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file Paper/riono-sigos.pdf has changed
--- a/Paper/riono-sigos.tex	Thu May 09 17:09:02 2019 +0900
+++ b/Paper/riono-sigos.tex	Thu May 09 18:04:54 2019 +0900
@@ -46,11 +46,33 @@
 \author{河野 真治}{Shinji Kono}{IEUR}[kono@ie.u-ryukyu.ac.jp]
 
 \begin{abstract}
-講義やゼミではPC画面で用意した資料を見ながら進行することが多い. しかし, 発表者のPC画面の切り替えでケーブルを差し替えを行う必要や, PCと接続するアダプターによっては正常にPC画面を表示できない場合がある. 参加者もプロジェクタに集中を割く必要があり, 手元のPCと相互に参照する場合, 負担になる場合がある. 当研究室で開発しているTreeVNCは, 発表者のPC画面を参加者のPCに表示する画面配信システムである. サーバに接続したクライアントをバイナリツリー状に接続し, 配信コストを分散させる仕組みを取ることで, 多人数が接続しても処理性能が下がらないような設計になっている. しかし, 画面共有は送信するデータ量が多いため, 無線 LAN 接続の場合, 画面の配信に遅延が生じてしまう. そこで, multicast でのデータ通信の実装やデータの分割・圧縮方法の評価を行い, TreeVNC のmulticastの有用性を評価する. 
+講義やゼミではPC画面で用意した資料を見ながら進行することが多い. 
+参加者もプロジェクタに集中を割く必要があり, 手元のPCと相互に参照する場合, 負担になる場合がある.
+発表者が交代する場合は発表者のPC画面の切り替えでケーブルを差し替えを行う必要があるが,
+PCと接続するアダプターによって正常にPC画面を表示できない場合がある.
+当研究室で開発しているTreeVNCは, 発表者のPC画面を参加者のPCに表示する画面配信システムである. 
+サーバに接続したクライアントをバイナリツリー状に接続し, 配信コストを分散させる仕組みを取ることで, 
+多人数が接続しても処理性能が下がらないような設計になっている. 
+また, 発表者の画面を自由に切り替える仕組みが存在し, ゼミなどでの発表に便利なものになっている.
+現在, TreeVNC 画面共有は送信するデータ量が多いため有線LANでの使用に限られている.
+広く使われている無線LANに対応するために
+multicast でのデータ通信の実装やデータの分割・圧縮方法の評価を行い, TreeVNC のmulticastの可能性を評価する. 
+
 \end{abstract}
 
 \begin{eabstract}
-In lectures and seminars, it often progresses while looking at the materials prepared on the PC screen. However, it may be necessary to replace the cable by switching the PC screen of the presenter, or the PC screen may not be displayed properly depending on the adapter connected to the PC. Participants also need to focus on the projector, which can be a burden when cross-referencing with a PC at hand. TreeVNC, developed by our laboratory, is a screen distribution system that displays the presenter's PC screen on the participant's PC. The client connected to the server is connected in a binary tree, and distribution cost is distributed, so that the processing performance does not decrease even if many people connect. However, since screen sharing involves a large amount of data to be transmitted, in the case of wireless LAN connection, there will be a delay in screen distribution. Therefore, we evaluate the implementation of data communication in multicast and the data division / compression method, and evaluate the usefulness of TreeVNC's multicast.
+In lectures and seminars, the materials prepared on the PC screen is used.
+Participants need to concentrate on the projector, which can be a burden when cross-referencing with the PC at hand.
+When the presenter is replaced, the cable needs to be replaced by switching the presenter's PC screen,
+depending on the adapter connected to the PC, the PC screen may not be displayed properly.
+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.
+By connecting clients connected to the server in the form of a binary tree and distributing the delivery cost,
+It is designed so that the processing performance does not decrease even if many people connect.
+In addition, there is a mechanism for freely switching the screen of the presenter, which is convenient for presentations at seminars and the like.
+Currently, TreeVNC screen sharing is limited to wired LANs because of the large amount of data.
+To support widely used wireless LAN,
+we evaluate the implementation of data communication in multicast and the data division 
+and compression method, and evaluate the possibility of multicast in TreeVNC.
 \end{eabstract}
 \maketitle