Skip to content

Listens for UDP packets an sends copies to multiple receivers

License

Notifications You must be signed in to change notification settings

rob-deutsch/udp-mirror

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udp-mirror

Listens for UDP packets and echos them back

Original: https://github.com/czerwonk/udp-mirror

Install

go get -u github.com/rob-deutsch/udp-mirror

Application

This tool is helpful as a UDP endpoint

Use

In this example we want to listen for packets on port 4560, and each will be echoed back.

udp-mirror -listen-address ":4560"

Docker

docker run -it -p 4560:9999 rob-deutsch/udp-mirror

About

Listens for UDP packets an sends copies to multiple receivers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.6%
  • Dockerfile 8.4%