diff options
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 |