opensim-development – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 eva 1 This is the PhysicsCamperbot libslBot tester.
2  
3 This is designed to stress test the simulator. It creates <N>
4 clients that log in, randomly jump/walk around, and can say excuses from
5 the BOFH.
6  
7 Bots must have accounts already created. Each bot will have the same firstname and password
8 but their lastname will be appended with _<bot-number> starting from 0. So if you have two bots called ima bot, their
9 first names will be ima_bot_0 and ima_bot_1.
10  
11 *** WARNING ***
12 Using this bot on a public grid could get you banned permanently, so
13 just say No! to griefing!
14  
15 ----- Setup -----
16 Linux: To build, in the main opensim directory, run:
17 ./runprebuild.sh
18 nant
19  
20 Windows: Run the prebuild.bat in the main opensim directory and then
21 open the created solution and compile it.
22  
23 pCampBot.exe will end up in the regular opensim/bin folder
24  
25 ----- Running the bot -----
26  
27 windows: pCampBot.exe -botcount <N> -loginuri <URI> -firstname <bot-first-name> -lastname <bot-last-name-stem> -password <bot-password>
28 *nix: mono pCampBot.exe -botcount <N> -loginuri <URI> -firstname <bot-first-name> -lastname <bot-last-name-stem> -password <bot-password>
29  
30 ----- Commands -----
31  
32 The bot has console commands:
33 help - lists the console commands and what they do
34 shutdown - gracefully shuts down the bots
35 quit - forcefully shuts things down leaving stuff unclean