This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Releases: wml-frc/UDP_TransferNT
Releases · wml-frc/UDP_TransferNT
Header Library
Network Library is now completely integrated in header files.
First Stable 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.