Skip to content

Latest commit

 

History

64 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Build the library with cmake
mkdir build.lib
cd build.lib
cmake ..
make
  • Build the library with cmake on Windows
mkdir build.lib
cd build.lib
cmake -DCMAKE_TOOLCHAIN_FILE=win32/toolchain-mingw32.cmake ..
make
  • Build the project with docker on Linux
cd tcpholepuncher/docker
make build
make run
make compile
make punch

About

Library to create P2P TCP connection

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages