Skip to content

andrew-aladjev/udptunnel

 
 

Repository files navigation

UDP tunnel over TCP. License: LGPLv2.

Please build it using the following commands:

rm -rf cmake-build
cmake -S . -B cmake-build
cmake --build cmake-build
cmake --build cmake-build --target package

After that you will receive packages for DEB-based and RPM-based distros:

cmake-build/udptunnel-*.amd64.deb
cmake-build/udptunnel-*.amd64.rpm

About

Tunnel UDP packets in a TCP connection

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.2%
  • CMake 5.7%
  • Makefile 2.1%