Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Releases: wml-frc/UDP_TransferNT

Header Library

15 Sep 16:57
133496c
Compare
Choose a tag to compare

Network Library is now completely integrated in header files.

  • Added a more stable version of connecting
  • Buffer is now more efficient using byte arrays in segregated blocks inside the buffer.
  • Windows support added alongside existing unix. #9
  • Documentation is improved and rebuilt
  • Library is now completely inside header files for easy integration #11

First Stable Release

02 May 09:58
10901d1
Compare
Choose a tag to compare
First Stable Release Pre-release
Pre-release

Easy to use UDP networking, with client/server logic.

  • Create Server or Client classes, either with threaded or non-threaded send/recv calls
  • Send basic data types over the network using serialized data packets.
  • Built using native C++ libraries in Linux for fast transfer rates.
  • Modifiable configs and buffer sizes for user customization.