Skip to content
/ crpc Public

expect this is a simple&useful rpc lib for c programmers in linux

License

Notifications You must be signed in to change notification settings

lazebird/crpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crpc

expect this is a simple&useful rpc lib for c programmers in linux
stop and just write your code down if you are interesting. Anyone is welcome here!

current for a function like msg1_t *f(msg2_t *arg)

build

$ cd build/
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local ..
$ make
$ make install

api

  • refer to include/crpc.h, or examples in test/

future

  • add support for complex function type
  • add support for multiple/complex server/client

About

expect this is a simple&useful rpc lib for c programmers in linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published