[Opensim-users] How to make UUID Channel Static

Edmund Edgar lists at edochan.com
Wed Feb 15 04:03:30 UTC 2012


Hi Eldor.

I'm saying you have to change or replace your C code so that it can
somehow receive the channel via an HTTP request, rather than having it
copy-pasted.

I'm not sure exactly what you're trying to do, but for example:
1) LSL script gets an XMLRPC address.
2) LSL script makes an HTTP request to your server, passing the XMLRPC
address as a parameter.
3) Your server receives the HTTP request and stores the XMLRPC address.
4) Your C program reads the XMLRPC address stored in (3) and generates
its XML, or whatever it is that it does.

Whenever the XMLRPC address changes on a region restart or a region
change, go back to (1).

Edmund



More information about the Opensim-users mailing list