<div dir="ltr"><div>I'm afraid you would need to become familiar with the source. IClientAPI is the interface in OpenSImulator which was intended for adding protocols for other clients, however it is very complex, very LL-client protocol specific, and is incomplete (in the sense that not all viewer communications use it).<br><br></div>Having written several clients and protocols from scratch, including a webgl client, I can say IClientAPI may not be your best choice for adding a protocol. I prefer to use the standard region module interface and just about everything needed for a protocol to support a single-region graphical client is available there. You would probably need to go beyond it a bit to support full grid-like behaviors such as region crossing and teleporting, grid presence and other services.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 12, 2015 at 2:30 PM, Serendipity Seraph <span dir="ltr"><<a href="mailto:seren.seraph@gmail.com" target="_blank">seren.seraph@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><span style="font-size:12.8000001907349px">I haven't seen anything quite like that on opensimulator dev pages.  The reason I ask is that I am attempting to roughly scope out the shape/amount of work for a webgl client.   So a fairly concise statement of communication protocols between the two would be useful.  </span><br style="font-size:12.8000001907349px"><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">Any leads on the best place to find this or suss it out?  It isn't very appealing to wade through the source of and existing client or two.   </span><br style="font-size:12.8000001907349px"><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">Am I missing something?</span><div style="font-size:12.8000001907349px"><div><img></div><span class="HOEnZb"><font color="#888888"><div>-s</div></font></span></div></div></div>
<br>_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
<br></blockquote></div><br></div>