You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compatible with c and c++.
A network abstraction layer for connection-based UDP messaging.
Send unreliable packets (standard UDP), and reliable packets (guaranteed to be recieved, once, and in order).
Build
details
Requirements
A working c++17 (or higher) compiler.
CMake version 3.7 or higher
Steps
Clone the repository with git clone https://github.com/kyy13/udp-connect
Run cmake with DCMAKE_BUILD_TYPE=Release to generate the build files
Run make to build
About
A network abstraction layer for connection-based UDP