CRPC is a remote procedure call system with the C language support
Key features and advantages: |
Project news: |
|
2009.09.20
crpc-0.7.6-090920 Released 2009.08.25 crpc-0.7.6-090825 Released 2009.04.20 crpc-0.7.6-090420 Released 2009.02.07 crpc-0.7.6-090207 Released 2008.09.28 crpc-0.7.5 Released 2008.02.06 crpc-0.7.4 Released 2007.05.31 crpc-0.7.3 Released |
Quick reference |
Examples and sample programs |
|||||||||||||||||
To simplify development of the network applications
CRPC extends C syntax with the new reserved words:
To create client and server part of the application, you should declare remote functions with appropriate qualifiers:
Threaded function declaration will be look like this:
CRPC is only need C standard library, BSD sockets support and POSIX Threads library. More information can be found in the README file. |
Tests and examples are available inside the package:
Some applications
Very simple yet functional SQLite database client and server built with CRPC can be
downloaded via thi link
this
link.
Contacts:
I will be pleased with any suggestions and bug reports.
To contact, please mail to: ababanin@gmail.com |