changeset 14:6d9c4f5f08bb

update abstract
author oc
date Tue, 17 Feb 2015 12:29:31 +0900
parents 1cec12b2d078
children 320f10078dd7
files prepaper/abstract.tex prepaper/abstract_j.tex
diffstat 2 files changed, 10 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/prepaper/abstract.tex	Tue Feb 17 12:06:04 2015 +0900
+++ b/prepaper/abstract.tex	Tue Feb 17 12:29:31 2015 +0900
@@ -20,4 +20,10 @@
 TreeVNC is realized the load balancing by flowing from the top to the bottom of the tree data that parent has been delivered screen data.
 % TreeVNCは親から配信される画面データを木の上から下まで流すことによって、負荷分散を実現している。
 
+TreeVNC can switch the connection to the VNCServer per screen distributor.
+% TreeVNCが画面配信者毎にVNCServerとの接続を切り替えることができる。
+As a result of TreeVNC can be switched easily presenter.
 
+In this paper, I refactoring TreeVNC, more easily using, easily debugging.
+% TreeVNCのTree構造の変更や、新たに遠隔地からのTreeVNCを使用可能にする機能の実装を行った。
+Furthermore, I improvemented of the features that enable TreeVNC from a remote location.
--- a/prepaper/abstract_j.tex	Tue Feb 17 12:06:04 2015 +0900
+++ b/prepaper/abstract_j.tex	Tue Feb 17 12:29:31 2015 +0900
@@ -12,14 +12,11 @@
 TreeVNCは、各クライアントをツリー状に接続し、
 親が配信したデータを木の上から下へ流すことで
 負荷分散を実現している。
-さらに、TreeVNCが画面配信者毎にVNCServerとの接続を切り替えることができるので、
+TreeVNCが画面配信者毎にVNCServerとの接続を切り替えることができるので、
 発表者の切り替えが容易に行える。
 
-そんなTreeVNCも、遠隔地から利用できる機能は備えていなかった。
-遠隔地からでもTreeVNCが使用できるように、
-Tree構造の変更や、新たに遠隔地からのTreeVNCを使用可能にするための接続方法の提案・実装を行った。
-本論文では、
-TreeVNCをより使用しやすく、デバッグしやすく、遠隔地からも利用できるよう、
-機能拡張を行った。
+TreeVNCをより使用しやすく、デバッグしやすく、遠隔地からも利用できるよう、機能拡張を行った。
+
+TreeVNCのTree構造の変更や、新たに遠隔地からのTreeVNCを使用可能にする機能の実装を行った。