diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-02-07 04:29:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 04:59:39 +0700 |
commit | 274877a6d8fd6d589087cfd22cfd47db952630d8 (patch) | |
tree | 7d470980eeaf1ee5cbd4e4543d16991afd1b6166 /network/ccnet/README | |
parent | 436148ab2abecaef6ae3e1e4eabf0e4db8f23ac2 (diff) | |
download | slackbuilds-274877a6d8fd6d589087cfd22cfd47db952630d8.tar.gz |
network/ccnet: Added (C Network Framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ccnet/README')
-rw-r--r-- | network/ccnet/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/ccnet/README b/network/ccnet/README new file mode 100644 index 0000000000..56adf29f78 --- /dev/null +++ b/network/ccnet/README @@ -0,0 +1,14 @@ +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 |