If you'd like to get creative with the code you could write a region module that listens for agent update packets and takes note of the agent's position on the server and the agent update body rotation... and write that information to a file. It's probably more difficult then using LSL. "Just Sayin'"
Teravus On Wed, Mar 30, 2011 at 7:40 PM, Garrett Lynch <[email protected]> wrote: > No problem :) > > Garrett > _________________ > [email protected] > http://www.asquare.org/ > http://www.asquare.org/networkresearch/ > > On 30 Mar 2011, at 11:06 PM, <[email protected]> wrote: > >> >> >> >> >> enlightning** >> >> Best regards >> Wordfromthe Wise >> >> -----Ursprüngliche Nachricht----- >> Von: [email protected] >> [mailto:[email protected]] Im Auftrag von >> [email protected] >> Gesendet: Mittwoch, 30. März 2011 21:52 >> An: [email protected] >> Betreff: Re: [Opensim-users] Opensim-users Digest, Vol 43, Issue 43 >> >> Hi >> >> Neil is right, I'd use (and have done myself) the php solution. Very >> flexible and you can get anything to pick it up on the other end i.e. >> simply write it to a file, show it on a webpage, pull it into processing, >> push it back into opensim to puppet another avatar etc. etc. >> >> If you go with that option have a look at this which explains very well how >> to do it: http://www.nickyee.com/pubs/secondlife.html >> >> Alternatively there are services which can do this online for you if you >> want graphs and stuff, I know of this (never used it so can't testify to how >> good it is): >> http://community.pachube.com/?q=node/82 >> >> I'm wondering if there is a way to do it with Yahoo Pipes: >> http://pipes.yahoo.com/pipes/ (possibly...) >> >> All of the above will involve delay (a few seconds), if timing is important >> to you i.e. you need it to be more like midi is used in performance then >> there is this: >> http://www.openmetaverse.org/projects/libopenmetaverse >> >> However that's complex so I'd avoid. >> >> Garrett >> >> >> >> Original Message: >> ----------------- >> >> Message: 2 >> Date: Wed, 30 Mar 2011 14:02:20 +0100 >> From: Neil Canham <[email protected]> >> To: [email protected] >> Subject: Re: [Opensim-users] Want to log avvie position and facing >> direction to a file >> Message-ID: >> <[email protected]> >> Content-Type: text/plain; charset="iso-8859-1" >> >> Using llGetObjectDetails() to get the position and rotation and sending them >> using llHttpRequest() to a simple logging PHP script seems simplest to me. >> Set a timer to call this every second or so. >> >> Neil >> >> >> -------------------------------------------------------------------- >> myhosting.com - Premium Microsoft® Windows® and Linux web and application >> hosting - http://link.myhosting.com/myhosting >> >> >> _______________________________________________ >> Opensim-users mailing list >> [email protected] >> https://lists.berlios.de/mailman/listinfo/opensim-users >> >> >> > _______________________________________________ > Opensim-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-users > _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
