<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 04/29/2011 05:53 PM, Toni Alatalo wrote:
<blockquote
cite="mid:C24CA4F2-D0D8-4554-8113-AABA3DD74B03@playsign.net"
type="cite">
<div>
<div>On Apr 29, 2011, at 10:34 AM, Karl Haas wrote:</div>
<br>
<blockquote type="cite">
<div bgcolor="#ffffff" text="#000000">
<ul>
<li>Would it be an appropriate approach to write a region
module, which creates and manages the rooms and the
objects within the rooms?</li>
</ul>
</div>
</blockquote>
<div><br>
</div>
<div>I would do it as a region module, we've had good experience
with those in a learning env project and others, where have
made code that saves / loads / configures / generates etc.
scenes.</div>
</div>
</blockquote>
<br>
I think I will try to implement a region module which should manage
all created objects.<br>
<br>
<blockquote
cite="mid:C24CA4F2-D0D8-4554-8113-AABA3DD74B03@playsign.net"
type="cite">
<div><br>
</div>
<div>
<blockquote type="cite">
<div bgcolor="#ffffff" text="#000000">
<ul>
<li>What's are possible ways to communicate with an
external service (e.g. the room manager)?</li>
</ul>
</div>
</blockquote>
<div><br>
</div>
<div>Anything is possible, you can write whatever code in our
module. Use everything that .net provides or other libs.</div>
<div><br>
</div>
<div>What would be best is a good question :)</div>
<div><br>
</div>
<div>What sort of communication do you need? Realtime two way
stuff? With complex or simple data?</div>
<div><br>
</div>
<div>Something custom with a TCP socket, doing http polling
xml-rpc / json style, using some existing realtime protocol ..
lots of options.</div>
<div><br>
</div>
<div>Also one option is just running the whole room manager app
in the opensim module, but have it expose a http/html ui to
ouside too. Might be most straightforward, 'cause then you
don't need to communicate over the net, but can just call the
functions in the other parts of your system etc.</div>
</div>
</blockquote>
<br>
I want to write an external service which manages all rooms of an
organisation (just a proof of concept). It should be possible to
connect also other virtual worlds or also a real world room
management tool. The management service has to be able to send a
room configuration to the OpenSim region module at a scheduled time
(room reservation) and the region module has to send the content or
position of the objects to the management service. It should be
possible to save the state of the learning session for later
continuation. Therefore I need a two way communication.<br>
<br>
Thanks for your help!<br>
<br>
Karl<br>
<blockquote
cite="mid:C24CA4F2-D0D8-4554-8113-AABA3DD74B03@playsign.net"
type="cite">
<div>
<div><font class="Apple-style-span" face="Monaco, 'DejaVu Sans
Mono', 'Bitstream Vera Sans Mono', 'Lucida Console',
monospace"><span class="Apple-style-span"
style="border-collapse: collapse; white-space: pre-wrap;"><font
class="Apple-style-span" face="Helvetica"><span
class="Apple-style-span" style="border-collapse:
separate; white-space: normal;"><br>
</span></font></span></font></div>
<blockquote type="cite">
<div bgcolor="#ffffff" text="#000000">
<ul>
</ul>
Karl Haas<br>
</div>
</blockquote>
<br>
</div>
<div>~Toni</div>
<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Opensim-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a>
</pre>
</blockquote>
<br>
</body>
</html>