Client emulator
Last modified: December 23, 2008 - 19:12
A test client emulator script is provided, called slclient.php. It allows you to do some of the development without the need to be running the Second Life client. It is designed to run from the command line, and takes two arguments: the server name, and the handler.
$ php slclient.php localhost /secondlife
It can be easily adapted to run from the web.
To use it, modify the app and cmd array near the bottom to the application you are developing. The app will be your module name, and /secondlife should remain the same.
