Skip to content

codinpsycho/DarkNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DarkNet

Simple multithreaded networking library for win32. Provides basic functionality for broadcasting and recieving messages.

Multithreading property can be controlled while initailising the library.

It uses callbacks instead of polling to get network data. Simply provide a function pointer when initializing the library and that function will be called each time the client recieves any data from network.

You can create message formats yourself.

About

Lightweight UDP based networking library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages