Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 614 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 614 Bytes

udp-connect

by Kyle J Burgess (github.com/kyy13)

Summary

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

  1. A working c++17 (or higher) compiler.
  2. CMake version 3.7 or higher

Steps

  1. Clone the repository with git clone https://github.com/kyy13/udp-connect
  2. Run cmake with DCMAKE_BUILD_TYPE=Release to generate the build files
  3. Run make to build