# ccnet-server **Repository Path**: lins05/ccnet-server ## Basic Information - **Project Name**: ccnet-server - **Description**: Internal communication framework and user/group management for Seafile server - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: https://seafile.com - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2019-03-24 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 This repository is the Ccnet server. Dependency ========== The following packages are required to build ccnet: valac >= 0.8 libsearpc libmysqlclient-dev for compiling ccnet server Compile ======= To compile the client components, just ./autogen.sh && ./configure && make && make install In Mac OS, use LDFLAGS="-L/opt/local/lib -L/usr/local/mysql/lib -Xlinker -headerpad_max_install_names" ./configure License ======= Ccnet server is published under AGPLv3. See LICENSE.txt for details.