Re: [Opensim-dev] [opensim-dev] interfaces to opensim for sensor network data

2010-11-24 Thread Justin Clark-Casey
On 24/11/10 13:00, CJ Davies wrote: I'm working on a cross-reality project that collects data from a wireless sensor network (running the TinyOS environment) & presents it to an opensim server such that the data may affect the state of the simulation (e.g. a light turning on in the real world i

Re: [Opensim-dev] Forcing attachments to rezz

2010-11-24 Thread Justin Clark-Casey
On 24/11/10 19:01, Neil Canham wrote: Hi I'm writing a region module for managing appearance / outfits. One issue I have is that attachments only appear after a relog. During the client login I'm using this to attach: m_scenes[0].RezSingleAttachment(client, item.ID, (uint)AttachmentPoin

Re: [Opensim-dev] interfaces to opensim for sensor network data

2010-11-24 Thread ssm2017
multiple solutions are possible what do you think about creating a google group or something like that to share infos about that ? im interested in linking dmx512 to opensim 2010/11/24 Olli Aro : > Also to add... You probably already have a way to make the data available > from your sensors for Op

Re: [Opensim-dev] interfaces to opensim for sensor network data

2010-11-24 Thread Olli Aro
Also to add... You probably already have a way to make the data available from your sensors for OpenSim to process it, but if not this is quite handy as "middleware": http://www.pachube.com/ Regards, Olli -Original Message- From: opensim-dev-boun...@lists.berlios.de [mailto:opensim-dev-

[Opensim-dev] Forcing attachments to rezz

2010-11-24 Thread Neil Canham
Hi I'm writing a region module for managing appearance / outfits. One issue I have is that attachments only appear after a relog. During the client login I'm using this to attach: m_scenes[0].RezSingleAttachment(client, item.ID, (uint)AttachmentPoint.HUDTop); in 0.6.9 - and I find I have to

Re: [Opensim-dev] interfaces to opensim for sensor network data

2010-11-24 Thread Kevin Cozens
CJ Davies wrote: Can anybody link me to any information on what available interfaces there are for presenting the sensor data to opensim? Sounds like an interesting and fun project. The easiest way to get the sensor data in to opensim is to have an inworld script that polls an external webser

Re: [Opensim-dev] [opensim-dev] interfaces to opensim for sensor network data

2010-11-24 Thread Paul Fishwick
On 11/24/2010 8:26 AM, Fleep Tuque wrote: On Wed, Nov 24, 2010 at 8:00 AM, CJ Davies > wrote: I'm working on a cross-reality project that collects data from a wireless sensor network (running the TinyOS environment) & presents it to an opensim server suc

Re: [Opensim-dev] [opensim-dev] interfaces to opensim for sensor network data

2010-11-24 Thread Jor3l Boa
You can interact with the object using llHTTPResponse (wich generates an URL and you can send GET and POST data), just send the data and process it with LSL 2010/11/24 Jeroen van Veen > Hello Mr/Ms. Davies, > > If i may ask: Is this an open source project you're working on? > Crossreality > appl

Re: [Opensim-dev] [opensim-dev] interfaces to opensim for sensor network data

2010-11-24 Thread Jeroen van Veen
Hello Mr/Ms. Davies, If i may ask: Is this an open source project you're working on? Crossreality applications also have my interest. I'm working on an opensource html5 webportal(https://github.com/phrearch/hwios & http://hwios.org) which offer an opensim map, that is mashed up with openstreetm

Re: [Opensim-dev] [opensim-dev] interfaces to opensim for sensor network data

2010-11-24 Thread Fleep Tuque
I know David Taylor at the National Physical Laboratory did similar work a couple years ago in Second Life, see http://www.guardian.co.uk/technology/2008/feb/26/internet.buildings. He's one of the SciLand fellas, though I don't know what differences might apply between SL and OpenSim, he might be

Re: [Opensim-dev] [opensim-dev] interfaces to opensim for sensor network data

2010-11-24 Thread Melanie
While not a trivial task, this is also not insurmountable. The script command module can be used to talk to a new, to be written region module which can keep a map of external events to scripts, and can then dispatch events to interested scripts as they come in. The hardware interface can be anyth

[Opensim-dev] [opensim-dev] interfaces to opensim for sensor network data

2010-11-24 Thread CJ Davies
I'm working on a cross-reality project that collects data from a wireless sensor network (running the TinyOS environment) & presents it to an opensim server such that the data may affect the state of the simulation (e.g. a light turning on in the real world is detected by a sensor & causes a li