The project build indepent module process communicated by new method, one process subscribes to topics, the other
publishes the message through the same topics, and it supports function one to many, and many to one, it's very
convenience to integration.
bandwidth: 51MB/s, if use unix socket, it may fast more
suport binary and text message
suport process number : 256
suport topics number : 256
suport funciton : one to many, many to one (process)
ram: 129kB
cpu: 11%
check the client/example.c
Receive message by callback function, it friendly for the developer.
'scons' : libipcm.so, ipcm_client & ipcm_server
export LD_LIBRARY_PATH=LD_LIBRARY_PATH:.
MIT by Jim