Skip to content

A network abstraction layer for connection-based UDP

License

Notifications You must be signed in to change notification settings

kyy13/udp-connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A network abstraction layer for connection-based UDP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published