Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vsivsi/udplisten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udplisten

Simple Golang UDP Server.

Build

  • go build main.go -o udplisten

Run

  • --host: default host is 127.0.0.1
  • --port: default port is 1234
  • --file: If set, the received data will be appended to this file, otherwise it is written to stdout
  • --buffer: default is 1500

About

Simple Golang UDP Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages