An open API service indexing awesome lists of open source software.

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.

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