- Jul 31, 2015
-
-
Raphaël Lallement authored
Now client receive ACK when connected to the server
-
Raphaël Lallement authored
-
- Jun 24, 2015
-
-
Raphaël Lallement authored
-
- Jun 12, 2015
-
-
Raphaël Lallement authored
Sorry for the mistake
-
- Jun 11, 2015
-
-
Raphaël Lallement authored
-
- May 27, 2015
-
-
Raphaël Lallement authored
-
- Apr 21, 2015
-
-
Raphaël Lallement authored
-
- May 28, 2014
-
-
Raphaël Lallement authored
Allow msgconnector to work over network.
-
- May 21, 2014
-
-
Raphaël Lallement authored
This version allows to send broadcast message and fix minor bugs
-
- May 02, 2014
-
-
Raphaël Lallement authored
Allows to start the server whitout a time limit.
-
- Apr 24, 2014
-
-
Raphaël Lallement authored
Update hatpconsole, hatptester, libhatp and msgconnector. Still need to update hatponboard and hatponboard-lib once there are moved over.
-
- Feb 12, 2014
-
-
Anthony Mallet authored
Update all package using MASTER_REPOSITORY_OPENROBOTS so that they now use MASTER_REPOSITORY_OPENROBOTS_TRAC. This is to account for the upcoming git.openrobots.org migration.
-
- Feb 07, 2014
-
-
Raphaël Lallement authored
-
- Jan 15, 2014
-
-
Raphaël Lallement authored
Upgrade to version 2.8.0
-
- Oct 15, 2013
-
-
Raphaël Lallement authored
Allow to request a whole database at once
-
- Sep 17, 2013
-
-
Raphaël Lallement authored
Now the OpenPRS bridge is able to transfer fact database requests
-
- Sep 11, 2013
-
-
Raphaël Lallement authored
This new version improves the command line parsing
-
- 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.
-
- May 16, 2013
-
-
Raphaël Lallement authored
The linker has a different behaviour in Fedora, it needs all the libary names, it does not build the tree the same way as other linux. Fixed thanks to Anthony Mallet
-
- May 15, 2013
-
-
Raphaël Lallement authored
-
- Apr 30, 2013
-
-
Raphaël Lallement authored
Patch the msgconnector to build under NetBSD.
-
Raphaël Lallement authored
Update version after switching from epoll to select as socket mecanism.
-
- Apr 25, 2013
-
-
Raphaël Lallement authored
The new version fix an important bug
-
- Mar 13, 2013
-
-
Arnaud Degroote authored
-
- Feb 26, 2013
-
-
Arnaud Degroote authored
Fix the compilation on Ubuntu-12.10, where they clean a bit the standard include mess
-
- 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.
-