https://github.com/reiddraper/hperf
Fun with an iperf-like tool in Haskell
https://github.com/reiddraper/hperf
Last synced: about 1 year ago
JSON representation
Fun with an iperf-like tool in Haskell
- Host: GitHub
- URL: https://github.com/reiddraper/hperf
- Owner: reiddraper
- Created: 2014-07-25T14:54:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-27T03:59:32.000Z (almost 12 years ago)
- Last Synced: 2025-06-02T14:47:54.461Z (about 1 year ago)
- Language: Haskell
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
cabal sandbox init
cabal install --only-dependencies -j
# run the server in one terminal
cabal run -- -s
# run the client in another
cabal run -- -c
```