1 Star 0 Fork 55

Doer / ccnet

forked from lins05 / ccnet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.markdown 703 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jonathan Xu 提交于 2016-12-17 13:32 . Remove server code.

Build Status

Ccnet is a framework for writing networked applications in C. It provides the following basic services:

  1. Peer identification
  2. Connection Management
  3. Service invocation
  4. Message sending

In ccnet network, there are two types of nodes, i.e., client and server. Server has the following functions:

  1. User management
  2. Group management
  3. Cluster management

Dependency

The following packages are required to build ccnet:

valac >= 0.8
libsearpc

Compile

To compile the client components, just

./autogen.sh && ./configure && make && make install
C
1
https://gitee.com/Doer/ccnet.git
git@gitee.com:Doer/ccnet.git
Doer
ccnet
ccnet
master

搜索帮助