Skip to content

PeekOrg/minirpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

minirpc

This is mini rpc depend on google protobuf. #1. build 1.1. build gtest/protobuf source code for unittest. ###cd minirpc/tools ###unzip gtest-1.7.0.zip ###cd gtest-1.7.0 ###./configure ###make

###cd .. ###tar -xvf protobuf-2.6.1.tar.gz ###cd protobuf-2.6.1 ###./configure --prefix=pwd/inbin ###make ; make install

##1.2. build common , client, and agent directory code.

cd common

make clean; make

###cd ../client ###make clean ; make ###cd ../agent ###make clean; make

#some code in this project is just copy from other open source code project as below. ##haproxy cxxtools thrift protobuf kamailio sems fastrpc redis putty. ##thanks for every open source project the above.

About

This is mini rpc depend on google protobuf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.3%
  • C 33.4%
  • Makefile 1.3%
  • Other 1.0%