Skip to content

ChipperFluff/cpp-networking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING: This code is Linux exclusive and has only been tested on Ubuntu

To start the server run make in server/ to compile and then run with ./server

You can also compile the client with make

The server can connect to multiple clients

Making the server accessible

If you want to allow clients connecting from somewhere other than your own PC, do the following:

  • install Rust and install bore with cargo install bore-cli
  • run bore local 8080 --to bore.pub to open a tunnel
  • paste the tunnel link into client/connection_target.txt and share that to the users
  • start the server by running ./server in server/

About

Networking testing in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 96.0%
  • Python 2.0%
  • Makefile 2.0%