Skip to content
/ NL Public

basic header-only tcp multiple client - one server network library based on asio standalone

Notifications You must be signed in to change notification settings

enessanc/NL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a basic header-only library for communicating over network safely on top of TCP protocol with the usage of library named asio standalone.

To use it as a library just add to your source/external directory within your module.

add_subdirectory(...the directory of NL...)
target_link_library({PROJECT_NAME} {VISIBILITY_CHOICE} NL)

That should be enough to use it. You can find the basic usage of these headers in test directory.

About

basic header-only tcp multiple client - one server network library based on asio standalone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published