Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.
/ netcoding Public archive

Latest commit

 

History

History
8 lines (8 loc) · 439 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 439 Bytes

Netcoding

A workspace repository for Network Programming class at SibSUTIS '24.
Contains basic UDP client & server, basic TCP client, multiprocess TCP server, multithreaded TCP server, async TCP server.

GitHub last commit

Build: cmake --preset default && cmake --build --preset default
Run (e.g. UDP server): build/bin/udp_server