Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages