Community Documentation

Client emulator

Last updated December 23, 2008. Created by ssm2017 Binder on December 23, 2008.
Log in to edit this page.

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.

Page status

Needs updating

Log in to edit this page

About this page

Drupal version
Drupal 5.x, Drupal 6.x

Develop for Drupal

Drupal’s online documentation is © 2000-2012 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License.