Skip to content

Commit 39c763f

Browse files
authored
Merge pull request #196 from greatest-ape/work-2024-04-08
Update README, run cargo update
2 parents 58dc3b0 + c98bff2 commit 39c763f

File tree

2 files changed

+58
-42
lines changed

2 files changed

+58
-42
lines changed

Cargo.lock

+38-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+20-10
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,32 @@ More benchmark details are available [here](./documents/aquatic-udp-load-test-20
4040
Please refer to the README pages for the respective implementations listed in
4141
the table above.
4242

43-
## Support software
43+
## Auxiliary software
4444

4545
There are also some auxiliary applications and libraries.
4646

47-
### Protocol-specific
47+
### Tracker load testing
4848

49-
| Protocol | Tracker load testing | Client ⇄ tracker communication |
50-
|------------|----------------------------------------------------|--------------------------------------------------|
51-
| UDP | [aquatic_udp_load_test](./crates/udp_load_test/) | [aquatic_udp_protocol](./crates/udp_protocol/) |
52-
| HTTP | [aquatic_http_load_test](./crates/http_load_test/) | [aquatic_http_protocol](./crates/http_protocol/) |
53-
| WebTorrent | [aquatic_ws_load_test](./crates/ws_load_test/) | [aquatic_ws_protocol](./crates/ws_protocol/) |
49+
Load test applications for aquatic and other trackers, useful for profiling:
5450

55-
### General
51+
- [aquatic_udp_load_test](./crates/udp_load_test/) - BitTorrent over UDP
52+
- [aquatic_http_load_test](./crates/http_load_test/) - BitTorrent over HTTP
53+
- [aquatic_ws_load_test](./crates/ws_load_test/) - WebTorrent
5654

57-
- [aquatic_bencher](./crates/bencher/) - automated tracker benchmarking
58-
- [aquatic_peer_id](./crates/peer_id/) - extract BitTorrent client information from peer identifiers
55+
Automated benchmarking of aquatic and other trackers: [aquatic_bencher](./crates/bencher/)
56+
57+
### Client ⇄ tracker communication
58+
59+
Libraries for communication between clients and trackers:
60+
61+
- [aquatic_udp_protocol](./crates/udp_protocol/) - BitTorrent over UDP
62+
- [aquatic_http_protocol](./crates/http_protocol/) - BitTorrent over HTTP
63+
- [aquatic_ws_protocol](./crates/ws_protocol/) - WebTorrent
64+
65+
### Other
66+
67+
- [aquatic_peer_id](./crates/peer_id/) - extract BitTorrent client information
68+
from peer identifiers
5969

6070
## Copyright and license
6171

0 commit comments

Comments
 (0)