flagflag  
1: 2010-11-04 (Thu) 14:18:24 iseki source 2: 2010-11-04 (Thu) 14:47:51 iseki source
Line 1: Line 1:
-* RequestImage [#na32c3ca]+* AgentRequestSit [#na32c3ca]
- Viewer -> SIM - Viewer -> SIM
-- テクスチャデータをリクエストする. +- SITをリクエストする. 
-- テクスチャデータは UDPで転送するために分割されており,Packetは分割されたデータの内の何番目のデータであるかを指定する. +#br
-- DiscardLevel, DownloadPriority, Type の詳細は不明. +
-- ダウンロードプライオリティが 0の場合は,SIMサーバの反応をみていると,「次のテクスチャデータ」を要求しているように見える. +
-ただし,この場合はSIMサーバが転送したテクスチャデータを覚えている必要がある(?!).本当か?+
-*** Structure [#w60c2fb6+*** Structure [#gc2b8174
-- No.: (High 8) ''08'' +- No.: (High 6) ''06'' 
- RequestImage High 8 NotTrusted Unencoded+ AgentRequestSit        High NotTrusted Zerocoded
 {  {
-    AgentData      Single +    AgentData      Single 
-    {    AgentID         LLUUID   } // 16 octet +    {    AgentID       LLUUID      
-    {    SessionID       LLUUID   } // 16 octet+    {    SessionID     LLUUID       }
 }  }
 {  {
-    RequestImage   Variable        // リクエストデータの数  1 octet +     TargetObject    Single 
-    {    Image          LLUUID   } // テクチャデータのLLUUID 16 octet +    {    TargetID      LLUUID      
-    {    DiscardLevel       S8  }  // ????? signed 1 octet +    {    Offset       LLVector3   }
-   {    DownloadPriority    F32  }  // ????? float  4 octet +
-   {    Packet              U32  }  // パケットNo.  unsigned 4 octet Little Endian +
-   {   Type                U8  } // ????? unsigned 1 octet+
 }  }
-*** Sample [#xc418ca1+*** Sample [#sc86dba8
- V->P [5301]: 0x40 seq = 2 UDP message is High 8    RequestImage + V->P [15789]: 0xc0 seq = 570    UDP message is High 6  AgentRequestSit 
- 40 00 00 00 02 00 08 0e 5e c3 6c 6c 73 4d 1d b5    @ . . . . . . . ^ . l l s M . . + c0 00 00 02 3a 00 06 31 58 ca 38 cd 95 4a 23 9e 
- f7 2b c8 2a aa 0a 8d ee 92 29 74 61 65 40 1e bd    . + . * . . . . . ) t a e @ . . + 22 b5 5f 7c f8 a6 66 41 e9 19 43 d7 2a 47 5b 84 
- c5 12 eb 55 54 83 02 05 bf e4 02 76 f3 9e b7 d1    . . . U T . . . . . . v . . . . + 06 ec 92 ff 31 61 96 b5 ed 80 90 9a 92 2e 00 01 
- 2f 27 35 29 59 4f 29 2b ff 00 d0 c3 48 01 00 00    / ' 5 ) Y O ) + . . . . H . . . + 70 40 f1 d7 27 56 51 f5 00 05 d2 07 be 00 01 f0 
- 00 00 9d e9 73 e4 5e 2c 68 af bd 0e ef 7e d2 f7    . . . . s . ^ , h . . . . ~ . . + 5d bd
- 51 3f ff 00 d0 c3 48 01 00 00 00 00 7d bb 2c cc    Q ? . . . . H . . . . . } . , . +
- 22 85 91 31 34 8d db 95 97 39 26 73 ff 00 d0 c3    " . . 1 4 . . . . 9 & s . . . . +
- 48 01 00 00 00 00 fc 4b 9f 0b d0 08 45 c6 96 a4    H . . . . . . K . . . . E . . . +
- 01 dd 94 7a c6 21 ff 82 aa c3 48 01 00 00 00 00    . . . z . ! . . . . H . . . . . +
- e2 ab a7 a1 39 83 af d1 29 38 93 c0 8f a3 86 87    . . . . 9 . . . ) 8 . . . . . . +
- ff 00 60 43 48 00 00 00 00 00                      . . ` C H . . . . .+
- 40 00 00 00 02 00 08                              Header + c0 00 00 02 3a 00 06                              Header 
- 0e 5e c3 6c 6c 73 4d 1d b5 f7 2b c8 2a aa 0a 8d  AgentID + 31 58 ca 38 cd 95 4a 23 9e 22 b5 5f 7c f8 a6 66    AgentID 
- ee 92 29 74 61 65 40 1e bd c5 12 eb 55 54 83 02  SessionID + 41 e9 19 43 d7 2a 47 5b 84 06 ec 92 ff 31 61 96    SessionID 
- 05                                                リクエストの数(5) + b5 ed 80 90 9a 92 2e 00 70 40 f1 d7 27 56 51 f5    TargetID 
- bf e4 02 76 f3 9e b7 d1 2f 27 35 29 59 4f 29 2b  Image ID 1 + 00 00 00 00 00 d2 07 be 00 f0 5d bd                Offset
- ff                                                DiscardLevel +
- 00 d0 c3 48                                      DownloadPriority +
- 01 00 00 00                                       パケット番号 (1) +
- 00                                               Type +
- 9d e9 73 e4 5e 2c 68 af bd 0e ef 7e d2 f7 51 3f  Image ID 2 +
- ff                                                DiscardLevel +
- 00 d0 c3 48                                      DownloadPriority +
- 01 00 00 00                                      パケット番号 (1) +
- 00                                                Type +
- 7d bb 2c cc 22 85 91 31 34 8d db 95 97 39 26 73  Image ID 3 +
- ff                                                DiscardLevel +
- 00 d0 c3 48                                      DownloadPriority +
- 01 00 00 00                                      パケット番号 (1) +
- 00                                                Type +
- fc 4b 9f 0b d0 08 45 c6 96 a4 01 dd 94 7a c6 21  Image ID 4 +
- ff                                                DiscardLevel +
- 82 aa c3 48                                      DownloadPriority +
- 01 00 00 00                                      パケット番号 (1) +
- 00                                                Type +
- e2 ab a7 a1 39 83 af d1 29 38 93 c0 8f a3 86 87  Image ID 5 +
- ff                                                DiscardLevel +
- 00 60 43 48                                      DownloadPriority +
- 00 00 00 00                                      パケット番号 (0).ヘッダを要求. +
- 00                                                Type+


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Today

Who's Online

22 user(s) are online (2 user(s) are browsing xpwiki)

Members: 0
Guests: 22

more...

Access Counter

Today : 1481148114811481
Yesterday : 5790579057905790
Total : 2365427723654277236542772365427723654277236542772365427723654277
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com