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

First Stable Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@CJBuchel CJBuchel released this 02 May 09:58
· 37 commits to master since this release
10901d1

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.