- May 24, 2013
-
-
Raphaël Lallement authored
This new version now install a Findmsgconnector.cmake file See http://trac.laas.fr/git/msgconnector/commit/?id=bfd650f49f94fbf1b024ce1b7b1ced650bfd8c83 But also fixes some issues. Finally remove the dependency on epoll and use "select" instead.
-
- Jan 22, 2013
-
-
Raphaël Lallement authored
This library includes a server and client definition. It should be used in any software that has to communicate with HATP. When a client starts, it registeres itself to the server. Then when another client wnats to communicate it needs to use the name of the first client, the server will relay the message to the correct client. There must not be two clients with the same name because if one leaves then when the second will leave ther server will crash.
-