mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
274877a6d8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
366 B
Text
14 lines
366 B
Text
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
|