@@ -40,22 +40,32 @@ More benchmark details are available [here](./documents/aquatic-udp-load-test-20
40
40
Please refer to the README pages for the respective implementations listed in
41
41
the table above.
42
42
43
- ## Support software
43
+ ## Auxiliary software
44
44
45
45
There are also some auxiliary applications and libraries.
46
46
47
- ### Protocol-specific
47
+ ### Tracker load testing
48
48
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:
54
50
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
56
54
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
59
69
60
70
## Copyright and license
61
71
0 commit comments