/ARC_TCP

Simple tcp library for Ubuntu/Debain

Primary LanguageC++MIT LicenseMIT

ARC_TCP

Simple tcp library for Ubuntu/Debain

Demo

tool software sokit is download from https://github.com/sinpolib/sokit/releases

Server

cd example-server
make
./server.out

image-20220324103100262

Client

cd example-client/
make
./client.out

image-20220324110424571