[planning/msgconnector] msgconnector is the communication library for HATP
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.
Showing
- Makefile 1 addition, 0 deletionsMakefile
- msgconnector/DESCR 9 additions, 0 deletionsmsgconnector/DESCR
- msgconnector/Makefile 63 additions, 0 deletionsmsgconnector/Makefile
- msgconnector/PLIST 25 additions, 0 deletionsmsgconnector/PLIST
- msgconnector/depend.mk 28 additions, 0 deletionsmsgconnector/depend.mk
- msgconnector/distinfo 3 additions, 0 deletionsmsgconnector/distinfo
Loading
Please register or sign in to comment