changeset 27:5eb8f9367089

update slide
author oshiro
date Wed, 20 Feb 2019 11:47:30 +0900
parents 3a4bb9890146
children 04d0b9bac8f1
files final_pre/main.tex slide/Makefile
diffstat 2 files changed, 6 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/final_pre/main.tex	Wed Feb 20 11:24:01 2019 +0900
+++ b/final_pre/main.tex	Wed Feb 20 11:47:30 2019 +0900
@@ -28,10 +28,8 @@
 \maketitle
 
 \begin{onecolabstract}
-TreeVNC distributes in tree structure.
-However, in wireless environments, there is a problem in delivery speed because data that can be sent at once is limited.
-I want to implement multicast there.
-For that reason, I implemented a system that divides the data into sizes that can be wirelessly transmitted
+TreeVNC, a screen distribution system developed by our laboratory, is software that shares the presenter's screen on participant's PC. With TreeVNC, participants can receive lectures while using their PC at hand. Further, it is possible to switch the shared screen without replacing the cable.
+In the screen distribution, since the amount of data to be transmitted is large, in the case of the wireless LAN connection in the current TreeVNC, the delay of the screen distribution becomes large. In this research, we propose a technique to implement multicast connection on TreeVNC wireless LAN and a method to divide data into a size that can be transmitted by Multicast. We confirmed that the divided data on the wired connection is correctly displayed. In the future, we plan to implement Multicast transmission / reception part and measure packet loss etc.
 \end{onecolabstract}]
 
 
@@ -39,11 +37,8 @@
 
 
 \section{画面配信システムの活用}
-講義や発表の場では、資料やスライドを表示するためにプロジェクタが使用されることが多い。プロジェクタを使用していると、発表者を切り替えるたびにケーブルを差し替える必要がある。差し替えの際に発表者の PC によっては正常に画面を表示できない場合がある。
-
-当研究室で開発している画面配信システム TreeVNC は、発表者の画面を参加者の PC に表示するソフトウェアである。TreeVNC を使用することで、参加者は不自由なく手元の PC を使用しながら講義を受ける事が可能になる。更に発表者の切り替えの際も、ケーブルの差し替えを行わずに共有する画面の切替を可能としている。
-
-しかし、画面配信は送信するデータ量が多いため、現在の TreeVNC では無線 LAN 接続の場合、画面配信の遅延が大きくなってしまう。そこで本研究では、TreeVNC の無線 LAN 上での Multicast 接続の実装や、Multicast で送信可能な大きさにデータを分割する手法の実装を行うことにより、無線 LAN 接続での配信環境の向上を目指し、TreeVNC の有用性を評価することで講義やゼミを円滑に行えることを目標とする。
+当研究室で開発している画面配信システム TreeVNC は、 発表者の画面を参加者の PC 上で共有するソフトウェアである。TreeVNC により参加者は手元の PC を使用しながら講義を受ける事が可能になる。更にケーブルの差し替えを行わずに共有画面を切替えることができる。
+画面配信は送信するデータ量が多いため、現在の TreeVNC では無線 LAN 接続の場合、画面配信の遅延が大きくなってしまう。そこで本研究では、TreeVNC の無線 LAN 上での Multicast 接続の実装や、Multicast で送信可能な大きさにデータを分割する手法を提案する。有線接続上で分割されたデータが正しく表示されることを確認した。今後はMulticast 送受信部分を実装し、packet loss などを計測する予定である。
 
 \section{VNC}
 VNC (Virtual Network Computing) は、RFB プロトコルを用いて PC の遠隔操作を行うことを目的としたリモートデスクトップソフトウェアである。
@@ -143,4 +138,4 @@
 \bibliography{reference}
 
 
-\end{document}
\ No newline at end of file
+\end{document}
--- a/slide/Makefile	Wed Feb 20 11:24:01 2019 +0900
+++ b/slide/Makefile	Wed Feb 20 11:47:30 2019 +0900
@@ -3,7 +3,7 @@
 .SUFFIXES: .md .html
 
 .md.html:
-	slideshow b $< -t s6cr --h2
+	slideshow b $< -t s6cr
 
 all: $(TARGET).html
 	open $(TARGET).html -a Google\ Chrome