Skip to content

kolyaka32/NetLibrariesTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ internet libraries test subproject

That is small test subproject for test net libraries, its opportinities and compilation. At all in future can be croos-platform sublibrary for net connection. Try to implement code in OOP-style, C++ 11/14 standart. Use CMake for correct compilation and linkage of libraries.

Variants

At this moment tried:

  1. SDL_net (2.0, 3.0): Works properly, cross-platform, but not allow to send broadcast messages. Also had not full control over all processes and use mostly heap memory. Realistion in "SDL_net" directory;
  2. Winsock2.h (with iphlpapi.h): Works also properly, allows to broadcast messages, low-level. Work only on windows. Realistion in "winsock" directory;
  3. Socket.h: Not tested yet. Unix-system only. (Will be used with winsock2.h)

About

Small subproject for test different c++ net libraries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published