Skip to content

Commit

Permalink
add build section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
braye committed Feb 18, 2022
1 parent 33b86d7 commit ad90bff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This repository implements a simple network diagnostic tool which passes UDP pac

Useful for capturing intermittent jitter, e.g. on wireless network connections.

## Building

The tool has no external dependencies - simply run `go build .` in the project repository after cloning. Built on go 1.16, also tested on 1.15.

## Usage

The tool has a simple client-server architecture. Run `bounceback server` on the endpoint you wish to measure latency to. The server listens for connections from the client on port 31337, on all IPv4 addresses.
Expand Down

0 comments on commit ad90bff

Please sign in to comment.