Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 676 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 676 Bytes

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