ccnet
framework for writing networked applications in C
Install
- All systems
-
curl cmd.cat/ccnet.sh
- Debian
-
apt-get install ccnet
- Ubuntu
-
apt-get install ccnet
- Alpine
-
apk add ccnet
- Fedora
-
dnf install ccnet
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ccnet
- Raspbian
-
apt-get install ccnet
- Dockerfile
- dockerfile.run/ccnet
- Docker
-
docker run cmd.cat/ccnet ccnet
powered by Commando
ccnet
framework for writing networked applications in C
The Ccnet framework provides the following basic services: * Peer identification * Connection Management * Service invocation * Message sending This package contains common tools, client and server for Ccnet.