Hi,<div><br></div><div>This will sound like a viewer question, and I understand this is not the right place to ask viewer questions, but I am trying to determine if OpenSim will allow a single user account be logged in twice concurrently from two different clients. I think it doesn't allow this, but I might be missing something that would enable it.</div>
<div><br></div><div>I'm working on a project to integrate Kinect gestures to control avatar actions in OpenSim.</div><div><br></div><div>I have a working prototype which runs as a region module (DLL) in standalone OpenSim mode.</div>
<div>We would like to expand on this by allowing the client use the Kinect and sent the commands remotely to the server.</div><div><br></div><div>Initially I hoped to find an existing viewer that had a plugin architecture where I could integrate the Kinect code, but I haven't found any clients like this.</div>
<div>I have two options as I see it: </div><div>1. Fork an existing client and add the Kinect code (overkill). </div><div>2. Write a minimal OpenMetaverse library based client that has no viewer but sends avatar commands to a client.</div>
<div><br></div><div>I have already coded a tiny, non-viewer proof of concept OpenMetaverse/Kinect client, but I hit the problem that only other accounts can see the resulting actions on the avatar.</div><div>If I log in with Hippo, say, to the same account, it logs out the Kinect client, and vice versa. </div>
<div>This is good and proper normal function for a server, but as this is a special case, I thought there might be a way to enable multiple concurrent login on a single account on the server?</div><div><br></div><div>Regards,</div>
<div><br></div><div>Stephen </div>