https://github.com/scenent/dn
A simple networking library.
https://github.com/scenent/dn
cpp17 enet
Last synced: 3 months ago
JSON representation
A simple networking library.
- Host: GitHub
- URL: https://github.com/scenent/dn
- Owner: scenent
- License: mit
- Created: 2024-04-12T18:44:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:28:08.000Z (about 1 year ago)
- Last Synced: 2025-01-15T08:06:39.600Z (4 months ago)
- Topics: cpp17, enet
- Language: C++
- Homepage:
- Size: 515 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dn
A simple networking library.# Features
- Server / Client class which has simplified method to send / receive messages
- Customizable packet parser implementation
- A callback-function-based connection detection system.# Warning
- It's first time to write networking library for me, so there's might be unstable features or fatal error.# Thirdparty Libraries
- [ENet](http://enet.bespin.org/)# Renderer for demo project
- [olcPixelGameEngine.h](https://github.com/OneLoneCoder/olcPixelGameEngine) by Javidx9