Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 416 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 416 Bytes

Network-Library

Description

This project is a UDP network library . The goals for this project are :

  • Make a UDP library in cpp usable in c#

  • Producing high-quality code (Easy to read and user friendly)

Libraries used

  • Standard Library

  • Winsock2

Build Instructions

The build isn't included in this repository. To build this project use Visual Studio and hit "build". A dll will be generated.