summaryrefslogtreecommitdiffstats
path: root/network/ccnet/README
diff options
context:
space:
mode:
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
commit274877a6d8fd6d589087cfd22cfd47db952630d8 (patch)
tree7d470980eeaf1ee5cbd4e4543d16991afd1b6166 /network/ccnet/README
parent436148ab2abecaef6ae3e1e4eabf0e4db8f23ac2 (diff)
downloadslackbuilds-274877a6d8fd6d589087cfd22cfd47db952630d8.tar.gz
slackbuilds-274877a6d8fd6d589087cfd22cfd47db952630d8.tar.xz
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/README14
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