Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamshedvesuna/pingtest

Lightweight bandwidth estimation for poor networks
https://github.com/jamshedvesuna/pingtest

Last synced: about 1 month ago
JSON representation

Lightweight bandwidth estimation for poor networks

Awesome Lists containing this project

README

        

# pingtest
Lightweight bandwidth estimation for poor networks

## Building
See the [GoDocs](https://golang.org/doc/code.html) for more information.
1. Set your `$GOPATH` to `pingtest/golang/`
2. Run `go install client server`.

Protoc:
1. Steps coming.

## Usage
See docstrings in `client.go` and `server.go` for flag information.

### Server
from `golang/`
* `./bin/server`

### Client
from `golang/`
* `./bin/client`