<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<br>
<div class="moz-cite-prefix">Le 27/07/2016 21:21, JAZEIX Johnny a
écrit :<br>
</div>
<blockquote
cite="mid:8eace77c-c512-1731-7e79-8feda595714b@gmail.com"
type="cite">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<div class="moz-cite-prefix">Hi,<br>
<br>
In the chat example (<a moz-do-not-send="true"
class="moz-txt-link-freetext"
href="http://doc.qt.io/qt-5/qtnetwork-network-chat-example.html">http://doc.qt.io/qt-5/qtnetwork-network-chat-example.html</a>)
the Client is an attribute of the ChatDialog class so it's
created in the constructor of it.<br>
<br>
Not sure if it can be useful but: <a moz-do-not-send="true"
class="moz-txt-link-freetext"
href="http://qmlbook.github.io/en/ch11/index.html">http://qmlbook.github.io/en/ch11/index.html</a><br>
<br>
I'm not a network developer but I would say that by default, all
instances of gcompris that are started are client and we need to
add an option in command line to be server (I don't know if we
really want to have a gcompris instance server)?<br>
</div>
</blockquote>
<br>
Hi,<br>
<br>
This is an interesting approach. The requirements to have a
dedicated GCompris instance server can be a plus and matches well
with a school usage. Let's say you run one GCompris in teacher mode.
It becomes a server in the chat model.<br>
<br>
One thing to take care, there can be serveral teachers in a given
school network. Thus the protocol should be extended so that it
broadcast a teacher or classroom name and let the client attach to
the correct one.<br>
<br>
Bruno.<br>
</body>
</html>