Mercurial > hg > Members > riono > TreeVNC_ja_comment
annotate Todo.txt @ 464:a817fa255673
fix onTheSame Network
author | kono |
---|---|
date | Tue, 12 Jul 2016 18:52:27 +0900 |
parents | 7eaa95ca7e45 |
children | 8cee5a014d32 |
rev | line source |
---|---|
431 | 1 Wed June 8 15:35 JST 2016 kono |
2 | |
3 Multi screen でfitScreen buttonは左では動く | |
4 右ではoriginがずれる | |
5 | |
6 fitScreenをclient側で自動的に実行する | |
7 multi screenのoriginを考慮してfitScreenする | |
8 | |
324 | 9 Wed Jan 28 15:35 JST 2015 |
10 | |
11 < 現状の問題点 > | |
12 | |
13 安定性の向上 | |
14 | |
15 無線時、切り替えが遅い | |
16 | |
17 拡大・縮小が遅い done! | |
18 RenderingHint に set する値を、Quality から Speed にする done! | |
19 これを TreeVNC の setting から変更出来るようにする | |
20 | |
21 FitButton の UI の確認 done! | |
22 -d の場合は常に画面に Fit するように設定 done! | |
23 | |
24 テストの方法 | |
25 | |
26 linux、win で動くかどうか | |
27 VMWare で確認できる | |
28 | |
29 catch節で正しい処理ができているか全てチェックする | |
30 | |
31 TreeVNC起動中にPCを閉じると暴走する (再現しないから後回し) | |
32 | |
33 log in の方法 | |
34 log in 出来るようにする | |
35 log in できなかった場合、メッセージを出す | |
36 | |
37 複数のネットワークインタフェースがある場合、繋がらないことがある | |
38 | |
39 途中でネットワークインタフェースを立ち上げるとそれを検知する | |
40 | |
41 log の情報不足の解決 | |
42 | |
43 | |
44 < 拡張機能 > | |
45 | |
46 ルータ越え | |
47 | |
48 ルータ越えの際の UI の確認 | |
49 | |
50 音声共有 | |
51 | |
52 音声共有の際の UI の確認 | |
53 | |
54 | |
55 | |
56 | |
57 | |
218 | 58 Fri Jul 4 19:39:28 JST 2014 |
59 | |
60 ServerChangeRequest を sub tree 側が、自分向けに換えて、upper tree に送ると、 | |
61 中間のtree root経由で、VNC server にリンクが届くので sub tree 側からの画面配信が可能になる。 | |
62 ただし、木に loop ができるので、ServerChangeRequest を途中で停める必要がある。 | |
63 真の root で停めるという手もあるが、自分の知ってるrootから来たものは上に送らないで良いか? | |
64 | |
65 r | |
66 / \ | |
67 n1 n2 | |
68 /\ /\ | |
69 n2 n3 n4 r' = n5 | |
70 /\ | |
71 n1' n2' | |
72 | |
73 n2' send SCR n2' | |
74 Connect VNC r' -> n2' | |
75 r' send SCR r' | |
76 Connect VNC r -> r' | |
77 | |
78 n2' | |
79 / | |
80 r' -> n2' | |
81 / \ | |
82 r n1' | |
83 / \ | |
84 n1 n2 | |
85 /\ / | |
86 n2 n3 n4 | |
87 | |
88 r' send SCR r' to n2', n2' do not send SCR to r' becase r' is root of n2' | |
89 | |
90 こうすれば、FrameBufferUpdate を SeverMessage として送る必要がなくなる。 | |
91 | |
215
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
92 Thu Jul 3 18:09:37 JST 2014 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
93 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
94 interface毎にtreemanagerをつくるので十分。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
95 subTreeを接続するときにはtreeのnodeにroot modeで直接つなぎにいく。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
96 これで自動的にlocalのroot managerになる。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
97 元のtreeとは干渉しない。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
98 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
99 sub treeの画面に切り替えることは現状できない。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
100 切り替えるためには、sub tree側から元のtreeにRfbUpdateを持ち上げなければならない。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
101 保留。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
102 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
103 同じnetworkにいるかどうかはwheretoconnectに変わったnetworkで接続しにきたときのみ対処する。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
104 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
105 duplicated rootは、subtreeを自分でつなげることにすれば必要ない。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
106 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
107 殺しきれていないThreadがある。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
108 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
109 動かしたままサスペンドすると暴走する。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
110 サスペンドしたマシンに |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
111 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
112 shareボタンを禁止するrootのオプションを、パネルから設定出来るように。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
113 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
114 shareする画面の大きさをHDサイズに限定するのをdefaultにする。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
115 オプションには定義してあるけれど正しく機能していない。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
116 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
117 checkdelayの機能を。 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
118 木をさかのぼるプロトコル |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
119 上から投げて、下からdelayの時間をあげていく |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
120 途中のnodeですべてのtreeを待ってから |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
121 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
122 subtreeからのshareの問題。 |
216 | 123 |
124 無線のみで-dをあげると、client側から接続できない。 | |
215
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
125 |
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
126 |
209 | 127 Wed Jul 2 18:55:48 JST 2014 |
128 | |
129 TreeRFBProtoのisTreeManagerはnetwork毎に変わる。 | |
130 | |
131 clientが立ち上がったときにinterface address毎にTreeManagerを作成する。 | |
132 findRootして、既にTreeManagerがいたら、TreeManagerのisTreeManagerフラグを落とす。 | |
133 TreeManagerフラグがたっているinterfaceにたいしてはinterface rootとして振る舞う。 | |
134 findRootに答える。 | |
135 newClientとwhereToConnect、lostParentに応答する。 | |
136 真のrootはTreeRfb.isRootで判断する。 | |
137 | |
138 newClientが来たら、newClientのnetwork addressをみて、同じネットワークかどうかを判断する。 | |
139 同じネットワークにいる場合は、tree nodeとして扱う。 | |
140 ネットワークが異なる場合は、順々にtree nodeの下につける。 | |
141 | |
142 FindRootへの応答は、自分がTreeManagerである場合。 | |
143 応答を願ったnetwork addressからTreeManagerを検索して、それが合致し、TreeManagerであった場合に応答する。 | |
144 | |
145 | |
196 | 146 Fri Jun 27 15:19:39 JST 2014 |
198 | 147 |
205
614db20d8fab
try to separate Network management
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
198
diff
changeset
|
148 拡大縮小ボタンのバグを取る。Done! |
196 | 149 |
209 | 150 Multi-Network-Treeの作成 done! |
151 socketからNetMaskを検出 done! | |
196 | 152 NetworkごとにTreeManagerを作成 |
153 複数のNetworkをもつNodeでは新しいNewtworkにTreeManagerを作成 | |
154 FindRootにはTreeMangerが応答する | |
155 下位のNodeのChangeVnCServerはそのTreeManagerが処理する | |
156 上位にHostameがからのChangerVnCserverを投げる | |
205
614db20d8fab
try to separate Network management
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
198
diff
changeset
|
157 UpdateRectanleを上位のNetworkに投げる |
196 | 158 RootではUpdateRectangleを送り返す |
159 | |
205
614db20d8fab
try to separate Network management
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
198
diff
changeset
|
160 myRfbProtoのselectPort()でnetworkinterfaceを検出する |
614db20d8fab
try to separate Network management
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
198
diff
changeset
|
161 myRfbProtoのvncConnected()でvnc port の interface と Network を検出する |
614db20d8fab
try to separate Network management
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
198
diff
changeset
|
162 |
614db20d8fab
try to separate Network management
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
198
diff
changeset
|
163 自分が、そのnetworkのrootになる条件は? |
614db20d8fab
try to separate Network management
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
198
diff
changeset
|
164 |
196 | 165 treeManagerをnetworkのhashmapで持つ。 |
166 setTreeManagerにnetworkの引数を追加する | |
167 | |
168 findRootで重複したrootを見つけたときに、 | |
169 一番小さいアドレスだけをrootにする。 | |
170 それ以外には、duplicated rootを送る。 | |
197 | 171 この際、duplicated rootを送られたrootは生かしておくが、 |
172 find rootへの応答はやめる。 | |
173 lostParentがきたら、find rootへの応答を再開する。 | |
174 この際、生かしておくduplicated rootは二つに限る。 | |
196 | 175 |
176 findRootReplyにはVNCServerのhostとportを含める。 | |
177 両方共nullだった場合は両方別のものとして表示する。 | |
178 異なるVNCServerはduplicate扱いしない。 | |
179 | |
180 duplicate root を受け取ったrootは、 | |
181 rootであることをやめて、自分の子供にrequestWhereToConnectを送信する。 | |
182 | |
183 requestWhereToConnectを受け取ったnodeは | |
184 whererToConnectを再度送信する。 | |
197 | 185 |
186 中間rootが死んだときには | |
187 下位のnodeはduplicated rootにつなげ直す。 | |
188 もしduplicatedListになかったら、あきらめる。 | |
189 | |
205
614db20d8fab
try to separate Network management
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
198
diff
changeset
|
190 TreeManager は interface 別に作る Done! |
614db20d8fab
try to separate Network management
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
198
diff
changeset
|
191 Network address が LAN 外なら、その下に node は作らない。( そちらで勝手に作るのはあり ) |
614db20d8fab
try to separate Network management
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
198
diff
changeset
|
192 |
196 | 193 |
193 | 194 Thu Jun 25 20:55:00 JST 2014 |
195 | |
215
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
196 share screenした際に、rootのviewerが消えない。 done! |
193 | 197 殺しきれていないThreadがある。 |
198 | |
199 | |
165 | 200 Thu Jun 19 08:12:02 JST 2014 |
166 | 201 |
169 | 202 Share Button を押した際に、JFrameのTitleを更新する。 Done |
166 | 203 SwingViewerWindow.javaのsetRemoteDesktopName メソッドを呼べば解決するはず。 |
204 | |
167 | 205 サーバが切り替わった際、画面のサイズ等の情報を送信する。(INIT_DATA) Done |
166 | 206 |
215
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
207 -dオプションでviewerを別にあげるのをやめる。done |
166 | 208 2つめのviewerの表示が滞るのをデバッグする |
209 shareボタンを禁止するrootのオプションを、パネルから設定出来るように。 | |
215
1badb2ce838f
add poll timeout root-command-loop, client don"t send framebufferupdate.
oc
parents:
209
diff
changeset
|
210 shareしたTreeVNCのパネルをinvisibleにする。 done |
166 | 211 shareする画面の大きさをHDサイズに限定するのをdefaultにする。 |
212 fullサイズを転送するオプションに。 | |
169 | 213 checkdelayの機能を。 |
166 | 214 |
165 | 215 |
153 | 216 Fri Jun 13 17:29:02 JST 2014 |
217 | |
218 AcceptThreadをMultiThread化する。(deadlockを防ぐため) | |
219 TreeNodeが死んだときに、最後のNodeをそこに置き換える。 | |
156 | 220 clientをつなげたときにscreen sharingするバグを直す。 |
221 無線LAN等の複数のネットワークを使えるようにする。 | |
222 無線LAN同士でtreeを構成しないようにパターンマッチをする。 | |
153 | 223 |
133 | 224 Sat Jun 7 11:47:56 JST 2014 |
123 | 225 |
226 Multicast で root を探す (FIND_ROOT) | |
227 その時に、自分の proxy port/host を付けておく | |
228 root は、それを client address/port として覚えておく (clients) | |
229 root は、そこに接続に来て、「自分のproxy port」を返す。(FIND_ROOT_REPLY) | |
230 これを check box に登録する | |
231 client は、それを選択して、root の proxy port に接続に行く (WHERE_TO_CONNECT) | |
232 そこから、root は、どこに接続に行くかを教えてくれる (CONNECT_TO) | |
233 今度は、そこにclientとして接続する (VERSION_MESSAGE ) | |
234 | |
133 | 235 FIND_ROOT (client multicast ) : int port; String hostname (client's address) |
236 | |
123 | 237 proxy port への接続では、client は自分から書かずに server からの version message を待つ |
238 普通のVNCは cliet からは VERSION_MESSAGE が行くが、Tree VNC では、 | |
239 | |
133 | 240 FIND_ROOT_REPLY (root to client proxy port) : int port; String hostname (root's address) |
241 WHERE_TO_CONNECT (clinet to root proxy port) : int port; String hostname (client's address) | |
242 CONNECT_TO (root to client ) : int port; String parentAddress (parent's address) | |
243 CONNECT_TO_AS_LEADER (root to client ) : int port; String parentAddress (parent's address) | |
123 | 244 |
245 が来ることになる。 | |
246 | |
247 切断時は、子供のleaderが root のproxy port に聞きに行く | |
248 | |
133 | 249 LOST_PARENT (client to root) : int port; String hostname |
123 | 250 |
251 root は、接続変更が必要な node の proxy に CONNECT_TO を送る (木経由では送れない。切断されているので) | |
252 | |
253 最終的な切断時では、 LOST_PARENT が大量に出てしまうはず。なので、CONNECT_TO は連続しては送らない。 | |
254 | |
133 | 255 reportLastNode は CONNECT_TO で良い。(10001 port) |
256 lostNodeConnection でも CONNECT_TO を使う | |
257 | |
258 LOST_PARENT と PARENT_NOT_FOUND の違いはなんだ? LOST_PARENT は leader が出すようだけど。 | |
259 | |
260 CONNECT_TO で parentNum とか treeNum を送る必要はない。root 内部で接続アドレスから判断する。 | |
261 なので、LOST_PARENT は hostname と port だけでよい。 | |
262 | |
109 | 263 Fri May 23 19:32:24 JST 2014 |
114 | 264 |
265 checkdelay を再実装する | |
266 | |
267 reconnect message が port 10001 を使っているが、これでは複数clientをホストで動かした時に動かない。 | |
268 どのportを使うかをrootに教える必要がある。 | |
109 | 269 |
123 | 270 9999も使われているようだ。 |
271 | |
272 普通にclientに接続に行けば、version handshake からスタートするはず。そこに、reconnection プロトコルを | |
273 挟める。MyRfbProto.readVersionMsg()。 | |
274 | |
275 Recconection は | |
276 root は AcceptClient | |
277 client は EchoClient | |
278 で行われている(らしい)。まず、この名前をまともなものにする。 | |
279 | |
280 reconnection は木の最後のノードを穴の空いたところに接続することで行われる。これは、逐次で行う必要がある。 | |
281 最後には、ほとんどは一斉に切断されるので、そこで破綻しないように注意する。 | |
282 | |
283 root が client のノードとportを持っているかどうかが重要だが。 | |
284 | |
109 | 285 |
100 | 286 Thu May 22 21:20:39 JST 2014 |
287 | |
288 1) zlibの同期が外れてる。 | |
105 | 289 VncProxyService.javaのinhelitClients の中で |
290 resetDecoderを呼び出せばいいが.... | |
291 2) DesktopSize ではなく、同じプロトコルで initData を送る方が良い。 | |
292 2) initData の中の名前を見て、自分だったら、shareしたclientのscreenをhideする。 | |
293 | |
100 | 294 |
96 | 295 Wed May 22 16:14:25 JST 2014 |
296 | |
100 | 297 1) 10001, 10002 における固定Portをなくす |
298 2) 木を上に登る通信 | |
299 3) ClientをCloseしないでresizeする | |
300 | |
301 Update rectangle で desktop size を変更可能 | |
101 | 302 このままで、pixel formatが変更されない |
303 なのでserverInit をもう一度送るのがよいのではないか | |
96 | 304 |
100 | 305 4) display modeでClient view(proxy + view)をあげる |
96 | 306 |
22 | 307 Wed Aug 29 23:32:36 JST 2012 |
308 | |
309 ReceiverTask の framebufferUpdateMessage を、TreeTask に再現しないとだめ。 | |
310 | |
20
98519d16a8c3
getInitData from ProtocolContext
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
311 Wed Aug 29 22:27:25 JST 2012 |
98519d16a8c3
getInitData from ProtocolContext
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
312 |
98519d16a8c3
getInitData from ProtocolContext
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
313 MyRfbProxy の os が初期化されていない (削除する方が良い) |
98519d16a8c3
getInitData from ProtocolContext
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
314 |
98519d16a8c3
getInitData from ProtocolContext
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
315 initData が null ( 設定された時に、設定するべき) |
98519d16a8c3
getInitData from ProtocolContext
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
316 |
98519d16a8c3
getInitData from ProtocolContext
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
317 |