Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 232 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 232 Bytes

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