[sldev] Login SL Using Java Client
Lawson English
lenglish5 at cox.net
Tue Jun 10 18:36:03 PDT 2008
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
More information about the SLDev
mailing list