JZ-cxq / ARC_TCP

Simple tcp library for Ubuntu/Debain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple tcp library for Ubuntu/Debain

License:MIT License


Languages

Language:C++ 96.1%Language:Makefile 3.9%