[sldev] Login SL Using Java Client

Waseem Azhar waseemzhr at gmail.com
Sat Jun 14 05:24:04 PDT 2008


Thanks for the help Lawson.


On Wed, Jun 11, 2008 at 6:36 AM, Lawson English <lenglish5 at cox.net> wrote:

> Waseem Azhar wrote:
>
>> Hi,
>>
>> I am writing java SL client. Currently I am stuck with login-to-simulator
>> case. Using xml-rpc I am able to get authenticated with xml response from
>> server. But when I send UseCircuitCode packet to  simulator on UDP
>> connection, I get no response from the Simulator.
>>
>> Can anyone help ?
>>
>
> Have you looked at what the Python code is doing?
>
> http://wiki.secondlife.com/wiki/Presence_Code_Python
>
>
> If you watch the packets from the SL viewer, you'll see that acks for these
> packets don't start coming in for a while, so you have to send the first two
> or three packets wihout waiting for the ack.
>
> In order to be sure that you have a good circuit for use with CAPs, you
> must wait for an ack, but the first 2 or 3 packets won't ack you until after
> you send the last one in the sequence, or so it appears.
>
> This is probably not intended behavior...
>
> Lawson
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20080614/798a3420/attachment.htm


More information about the SLDev mailing list