flagflag  
1: 2010-11-04 (Thu) 14:20:13 iseki source 2: 2010-11-04 (Thu) 14:57:08 iseki source
Line 1: Line 1:
-* RequestImage [#na32c3ca]+* AvatarSitResponse [#g0ce2be3]
- Viewer -> SIM - Viewer -> SIM
-- テクスチャデータをリクエストする. +- SITのリクエストに対するレスポンス 
-- テクスチャデータは UDPで転送するために分割されており,Packetは分割されたデータの内の何番目のデータであるかを指定する. +- SitPositionはViewerで無視されている? (Second Lifeは絶対座標,OpenSimはOffsetを返す
-- DiscardLevel, DownloadPriority, Type の詳細は不明. +#br 
-- ダウンロードプライオリティが 0の場合は,SIMサーバの反応をみていると,「次のテクスチャデータ」を要求しているように見える. +***Structure [#zabf3bcd
-ただし,この場合はSIMサーバが転送したテクスチャデータを覚えている必要がある(?!).本当か? +- No.: (High 21) ''15'' 
- + AvatarSitResponse    High 21 Trusted Zerocoded
-*** Structure [#w60c2fb6+
-- No.: (High 8) ''08'' +
- RequestImage High 8 NotTrusted Unencoded+
 {  {
-   AgentData      Single +   SitObject          Single 
-   {    AgentID        LLUUID   }  // 16 octet +   {    ID                LLUUID      }
-   {    SessionID       LLUUID  } // 16 octet+
 }  }
 {  {
-   RequestImage   Variable         // リクエストデータの数  1 octet +   SitTransform        Single 
-   {    Image          LLUUID  } // テクチャデータのLLUUID 16 octet +   {   AutoPilot         BOOL        } 
-   {    DiscardLevel        S8  } // ????? signed 1 octet +   {    SitPosition      LLVector3   
-   {    DownloadPriority   F32  } // ????? float  4 octet +   {    SitRotation      LLQuaternion
-   {    Packet              U32  } // パケットNo.  unsigned 4 octet Little Endian +   {    CameraEyeOffset  LLVector3   } 
-   {    Type                U8  } // ????? unsigned 1 octet+   {    CameraAtOffset    LLVector3   
 +   {    ForceMouselook    BOOL        }
 }  }
*** Sample [#xc418ca1] *** Sample [#xc418ca1]
- V->P [5301]: 0x40 seq = 2 UDP message is High 8    RequestImage + S->P [15789]: 0xc0 seq = 1328      UDP message is High 21  AvatarSitResponse 
- 40 00 00 00 02 00 08 0e 5e c3 6c 6c 73 4d 1d b5   @ . . . . . . . ^ . l l s M . . + c0 00 00 05 30 00 15 b5 ed 80 90 9a 92 2e 00 01 
- f7 2b c8 2a aa 0a 8d ee 92 29 74 61 65 40 1e bd    . + . * . . . . . ) t a e @ . . + 70 40 f1 d7 27 56 51 f5 01 00 01 ae c7 be 00 01 
- c5 12 eb 55 54 83 02 05 bf e4 02 76 f3 9e b7 d1    . . . U T . . . . . . v . . . . + 78 13 3d c0 cc 0c 3f 00 0a 80 3f 00 19 
- 2f 27 35 29 59 4f 29 2b ff 00 d0 c3 48 01 00 00    / ' 5 ) Y O ) + . . . . H . . . +
- 00 00 9d e9 73 e4 5e 2c 68 af bd 0e ef 7e d2 f7    . . . . s . ^ , h . . . . ~ . . +
- 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 05 30 00 15                            Header 
- 0e 5e c3 6c 6c 73 4d 1d b5 f7 2b c8 2a aa 0a 8d  AgentID + b5 ed 80 90 9a 92 2e 00 70 40 f1 d7 27 56 51 f5  Target ID 
- ee 92 29 74 61 65 40 1e bd c5 12 eb 55 54 83 02  SessionID + 01                                              AutoPilot 
- 05                                                リクエストの数(5) + 00 ae c7 be 00 78 13 3d c0 cc 0c 3f              SitPosition 
- bf e4 02 76 f3 9e b7 d1 2f 27 35 29 59 4f 29 2b  Image ID 1 + 00 00 00 00 00 00 00 00 00 00 80 3f             SitRotation 
- ff                                                DiscardLevel + 00 00 00 00 00 00 00 00 00 00 00 00              CameraEyeOffset 
- 00 d0 c3 48                                      DownloadPriority + 00 00 00 00 00 00 00 00 00 00 00 00              CameraAtOffset 
- 01 00 00 00                                       パケット番号 (1) + 00                                               ForceMouselook
- 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

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

Members: 0
Guests: 27

more...

Access Counter

Today : 5357535753575357
Yesterday : 8599859985998599
Total : 2365236323652363236523632365236323652363236523632365236323652363
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com