Skip to content

a small tcp and udp client/server to use on the vulkan game engine

License

Notifications You must be signed in to change notification settings

DiantArts/xrnNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xrnNetwork

Continous Integration

Linux only (because of CMake) TCP and UDP client/server.

How to run

Run the following commands to install the dependencies (ubuntu-22.04 example):

apt-get install -y python3-pip cppcheck clang-tidy ccache moreutils cmake gcovr llvm
pip install conan ninja

Launch the server first (compiling the client first prevent the compilation of the server - sorry):

./.toolchain/compile --server

Launch the client

./.toolchain/compile

Use -d to enable debug.

\q in the running console to close an instance (client or server)

About

a small tcp and udp client/server to use on the vulkan game engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published