[Opensim-users] llOpenRemoteDataChannel

BlueWall Slade bluewall.slade at gmail.com
Fri Oct 30 13:44:11 UTC 2009


See: http://lslwiki.net/lslwiki/wakka.php?wakka=XMLRPCImplementations

and just substitute your host:port for the secondlife/xmlrpc gateway in teh
examples

On Fri, Oct 30, 2009 at 6:49 AM, Clive Gould <cliveg at gmail.com> wrote:

> Hi
>
> Can anyone suggest why the followng script works fine in SL, (SL Chat:
> Scanner - full perm: Channel 3d7c17b7-5761-bdbe-81f9-cf2e24521d10
> established) but produces no output whatsoever in OpenSim?
>
> I am running OpenSim 0.6.7 post-fixes in standalone mode, have
> uncommented the remoteDataPort = 20800 parameter in OpenSim.ini and
> restarted the simluator.
>
> Thanks
>
> Clive
>
>
> default
> {
>    state_entry()
>    {
>        llOpenRemoteDataChannel();
>    }
>
>
>    on_rez(integer param)
>    {
>        llResetScript();
>     }
>
>    remote_data(integer type, key channel, key message_id, string
> sender, integer ival, string sval)
>    {
>         if (type == REMOTE_DATA_CHANNEL)
>         {
>               llSay(0, "Channel "+ (string) channel + " established");
>           }
>    }
>
> }
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20091030/e01c417f/attachment.html>


More information about the Opensim-users mailing list