[sldev] Login SL Using Java Client

Zha Ewry zha.ewry at gmail.com
Sat Jun 14 08:39:15 PDT 2008


I got the old XMLRPC code working for the first steps in java. If you want
some examples of how the hashmaps work out, drop me an e-mali directly

- Zha


On Sat, Jun 14, 2008 at 8:24 AM, Waseem Azhar <waseemzhr at gmail.com> wrote:

>
> 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
>>
>>
>>
>>
>
> _______________________________________________
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/SLDev
> Please read the policies before posting to keep unmoderated posting
> privileges
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20080614/b4716261/attachment-0001.htm


More information about the SLDev mailing list