Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jamshedvesuna/pingtest
- Owner: JamshedVesuna
- Created: 2015-08-13T18:39:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T04:43:19.000Z (about 9 years ago)
- Last Synced: 2024-04-17T14:18:40.159Z (7 months ago)
- Language: Go
- Size: 14.4 MB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`