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
