Hi,
The project full name is SecureX message passing library - is yet another approach to create secure message passing used for distributed systems (clouds as a modern buzz word).
Currently it uses TLS to make it secure and few abstraction above it to create custom access restrictions depending on the user credential (x.509 certificates, login and password etc...).
Library implements it's own RPC with s-expression syntax to make it readable and fast.
For more information you can go here - [libsxmp:wiki:Home] where you can find information how to start, how it works and list of tasks to begin.
Library was written in C. (without pluses :) )

The better way to get feedback is a maillist of the project and wiki pages.

PS API documented with manpages, examples also will be helpful.

Thanks,

 

Related

Secure eXtended Message Passing: Wiki: Home