Skip to content

spankie/go-sample-udp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDP Packet Decoding Utility

WIP

HAProxy UDP packet decoder.

See main.go for usage at the moment. Still needs refactoring.

Build

To build:

make build

If you get an error /usr/local/go/pkg/darwin_amd64/runtime/cgo.a: permission denied, see here.

Usage:

1. retrieve the code and install it

	go get github.com/cirocosta/go-sample-udp

2. open a terminal and start a server

	go-sample-udp -server

3. open another terminal and make the client send a message

	echo "my-message" | go-sample-udp

More: https://ops.tips

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.4%
  • Makefile 0.6%