Skip to content

UIKit0/udp-tcp-bridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udp-tcp-bridge

Simple UDP-to-TCP Bridge

Listens on UDP port 3333 and TCP port 3000. All data sent to UDP port 3333 will be relayed onto the client of TCP port 3000.

Building

make

Running

./udptcpbridge

About

Simple UDP-to-TCP Bridge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.3%
  • Makefile 2.7%