0
|
1 <!DOCTYPE html>
|
|
2 <html>
|
|
3 <head>
|
|
4 <meta charset='utf-8'>
|
|
5 <title>Seminar</title>
|
|
6
|
|
7 <!--
|
|
8 Notes on CSS media types used:
|
|
9
|
|
10 1) projection -> slideshow mode (display one slide at-a-time; hide all others)
|
|
11 2) screen -> outline mode (display all slides-at-once on screen)
|
|
12 3) print -> print (and print preview)
|
|
13
|
|
14 Note: toggle between projection/screen (that is, slideshow/outline) mode using t-key
|
|
15
|
|
16 Questions, comments?
|
|
17 - send them along to the mailinglist/forum online @ http://groups.google.com/group/webslideshow
|
|
18 -->
|
|
19
|
|
20 <!-- style sheet links -->
|
|
21 <link rel="stylesheet/less" href="themes/blank/projection.css.less" media="screen,projection">
|
|
22 <link rel="stylesheet/less" href="themes/blank/screen.css.less" media="screen">
|
|
23 <link rel="stylesheet/less" href="themes/blank/print.css.less" media="print">
|
|
24
|
|
25 <link rel="stylesheet/less" href="blank.css.less" media="screen,projection">
|
|
26
|
|
27 <!-- Notes about less css support
|
|
28 - all less stylesheets (*.css.less) need to get listed/loaded first (before the less.js script)
|
|
29 - find more info about less.js online @ http://lesscss.org
|
|
30
|
|
31 ***** NOTE:
|
|
32 less.js browser script currently won’t work if you’re using Google Chrome
|
|
33 and the path to your page starts with "file:///" due to a known Chrome issue.
|
|
34 (In the developer/js console you will see:
|
|
35 XMLHttpRequest cannot load file:///../s6/shared/projection.css.less.
|
|
36 Cross origin requests are only supported for HTTP.)
|
|
37 -->
|
|
38
|
|
39 <!-- add js libs (less, jquery) -->
|
|
40 <script src="js/less-1.1.4.min.js"></script>
|
|
41 <script src="js/jquery-1.7.min.js"></script>
|
|
42
|
|
43 <!-- S6 JS -->
|
|
44 <script src="js/jquery.slideshow.js"></script>
|
|
45 <script src="js/jquery.slideshow.counter.js"></script>
|
|
46 <script src="js/jquery.slideshow.controls.js"></script>
|
|
47 <script src="js/jquery.slideshow.footer.js"></script>
|
|
48 <script src="js/jquery.slideshow.autoplay.js"></script>
|
|
49 <script>
|
|
50 $(document).ready( function() {
|
|
51 Slideshow.init();
|
|
52
|
|
53 // Example 2: Start Off in Outline Mode
|
|
54 // Slideshow.init( { mode: 'outline' } );
|
|
55
|
|
56 // Example 3: Use Custom Transition
|
|
57 // Slideshow.transition = transitionScrollUp;
|
|
58 // Slideshow.init();
|
|
59
|
|
60 // Example 4: Start Off in Autoplay Mode with Custom Transition
|
|
61 // Slideshow.transition = transitionScrollUp;
|
|
62 // Slideshow.init( { mode: 'autoplay' } );
|
|
63 } );
|
|
64 </script>
|
|
65
|
|
66 <!-- Better Browser Banner for Microsoft Internet Explorer (IE) -->
|
|
67 <!--[if IE]>
|
|
68 <script src="js/jquery.microsoft.js"></script>
|
|
69 <![endif]-->
|
|
70
|
|
71 </head>
|
|
72 <body>
|
|
73
|
|
74 <div class="layout">
|
|
75 <div id="header"></div>
|
|
76 <div id="footer">
|
|
77 <div align="right">
|
|
78 <img src="images/concurrency.png" width="200">
|
|
79 </div>
|
|
80 </div>
|
|
81 </div>
|
|
82
|
|
83 <div class="presentation">
|
|
84
|
|
85 <!-- add slides here; example -->
|
|
86
|
|
87 <div class='slide cover'>
|
|
88 <table width="90%" height="90%" border="0" align="center">
|
|
89 <tr>
|
|
90 <td><div align="center">
|
14
|
91 <h1><font color="#808db5">画面共有システムTreeVNCの研究</font></h1>
|
0
|
92 </div></td>
|
|
93 </tr>
|
|
94 <tr>
|
|
95 <td><div align="left">
|
|
96 Miwa Oshiro
|
|
97 <script>
|
|
98 var date = new Date();
|
|
99 var year = date.getFullYear();
|
|
100 var month = date.getMonth();
|
|
101 var day = date.getDate();
|
|
102
|
|
103 var monthList = new Array("January","February","March","April","May","June",
|
|
104 "July","August","September","October","November","December");
|
|
105
|
|
106 document.write(monthList[month]+" "+day+", "+year);
|
|
107
|
|
108 </script>
|
|
109 <hr style="color:#ffcc00;background-color:#ffcc00;text-align:left;border:none;width:300%;height:0.2em;">
|
|
110 </div></td>
|
|
111 </tr>
|
|
112 </table>
|
|
113 </div>
|
|
114
|
14
|
115 <div class='slide'>
|
|
116 <h2>研究目的</h2>
|
|
117 <p>多人数で意見を交わし合い、モチベーションを高めたい。</p>
|
19
|
118 <p>並列信頼研のゼミでは、それぞれの学生の研究目的や進捗状況等を共有する。<br>
|
|
119 共有した上で、教授や他の学生からアドバイスやアイデアを頂く。</p>
|
|
120 <p>このように多人数で情報を共有し、意見・質問等を交わし合いたい。 </p>
|
14
|
121 </div>
|
0
|
122
|
|
123
|
|
124 <div class='slide'>
|
14
|
125 <h2>研究目的</h2>
|
19
|
126 <p>TreeVNCを用いることによって、多人数でのコミュニケーションの充実をはかる。</p>
|
|
127 <ul>
|
|
128 <li>ひとつの画面を多人数で共有する</li>
|
|
129 <li>画面の切り替えをスムーズにする</li>
|
|
130 <li>綺麗な画質をリアルタイムで配信する</li>
|
|
131 </ul>
|
|
132 <p>これらの機能に加えて、遠隔地からでもコミュニケーションに参加出来るようにしたい。</p>
|
14
|
133 </div>
|
|
134
|
|
135
|
|
136 <div class='slide'>
|
|
137 <h2>やってきたこと</h2>
|
|
138 <ul>
|
18
|
139 <li>信頼性の向上</li>
|
|
140 <ul>
|
|
141 <li>log in 時の問題解決</li>
|
|
142 <ul>
|
|
143 <li>lostChild 機能追加</li>
|
|
144 </ul>
|
|
145 </ul>
|
14
|
146 </ul>
|
9
|
147 </div>
|
|
148
|
|
149 <div class='slide'>
|
18
|
150 <h2>lostChild 機能追加</h2>
|
|
151 <h3>lostChild 機能とは</h3>
|
14
|
152 <ul>
|
18
|
153 <li>lostParent と逆の方法で死んだ node に対する検知</li>
|
|
154 <li>親 node が timer-discard-thread で子 node が死んだことを検知</li>
|
|
155 <ul>
|
|
156 <li>それぞれの子 node には myId がふられている(左子 : 0, 右子 : 1)</li>
|
|
157 </ul>
|
|
158 <li>root node へ command(lostLeftClient/lostRightCliet) を送信</li>
|
|
159 <li>root node は、 nodeList の更新を行い、死んだ node の代わりに nodeList の最後の node を割り当てる</li>
|
14
|
160 </ul>
|
0
|
161 </div>
|
|
162
|
|
163 <div class='slide'>
|
18
|
164 <h2>lostParent と lostChild の違い</h2>
|
|
165 <h3>lostParent との違い</h3>
|
13
|
166 <ul>
|
18
|
167 <li>lostParent は、子 node が死んだ親に気づく</li>
|
|
168 <li>lostChild は、親 node が死んだ子に気づく</li>
|
|
169 </ul>
|
|
170 <h3>なぜ lostParent を消したのか</h3>
|
|
171 <ul>
|
|
172 <li>lostParent 中、接続が一旦切れると timer-discard-thread に検知されてしまうようになってしまった</li>
|
|
173 <li>lostParent の処理で新しく node が接続されても、その node は lostChild として消されてしまうようになってしまった</li>
|
|
174 <li>lostParent と lostChild は検知する場所が違うだけで、同じ動作をする</li>
|
14
|
175 </ul>
|
10
|
176 </div>
|
|
177
|
17
|
178 <div class='slide'>
|
18
|
179 <h2>lostParent と lostChild の違い</h2>
|
|
180 <img src="images/20150203/LostParent.png" width="600" height="450">
|
|
181 </div>
|
|
182
|
|
183 <div class='slide'>
|
|
184 <h2>lostParent と lostChild の違い</h2>
|
|
185 <img src="images/20150203/LostChild1.png" width="550" height="450">
|
|
186 <img src="images/20150203/LostChild2.png" width="550" height="400">
|
17
|
187 </div>
|
|
188
|
|
189 <div class='slide'>
|
|
190 <h2>ルータ超えの実装案</h2>
|
|
191 <h3>rootと遠隔地nodeの接続</h3>
|
|
192 <ul>
|
|
193 <li>遠隔地nodeはrootのグローバルアドレスを指定してpacketを送信する。</li>
|
|
194 <li>rootはpacketからnodeのIPAddressとport番号を取得する。</li>
|
|
195 <li>遠隔地nodeの情報をrootのnodeListに追加する。</li>
|
|
196 <img src="images/20150127/connectRemoteNode.png" width="800" height="500">
|
|
197 </ul>
|
|
198 </div>
|
|
199
|
14
|
200
|
|
201 <div class='slide'>
|
|
202 <h2>これからやること</h2>
|
13
|
203 <ul>
|
16
|
204 <li>ルータを越えた接続の実装</li>
|
|
205 <li>音声共有機能の実装</li>
|
|
206 <ul>
|
|
207 <li>node -> root間の送信方法変更</li>
|
|
208 <li>root -> 他nodeへの送信</li>
|
|
209 <li>送信・受信の終了処理追加</li>
|
|
210 </ul></li>
|
|
211 <li>卒論</li>
|
13
|
212 </ul>
|
12
|
213 </div>
|
0
|
214
|
|
215 </div> <!-- presentation -->
|
|
216 </body>
|
|
217 </html>
|