Update README

This commit is contained in:
Joakim Frostegård 2023-12-27 19:08:00 +01:00
parent 3fde7d626d
commit 7b6bb12c9e
2 changed files with 10 additions and 5 deletions

View file

@ -9,11 +9,11 @@ of sub-implementations for different protocols:
[aquatic_http]: ./crates/http [aquatic_http]: ./crates/http
[aquatic_ws]: ./crates/ws [aquatic_ws]: ./crates/ws
| Name | Protocol | OS requirements | | Name | Protocol | OS requirements |
|----------------|-------------------------------------------|-----------------| |----------------|-------------------------------------------|--------------------|
| [aquatic_udp] | BitTorrent over UDP | Unix-like | | [aquatic_udp] | BitTorrent over UDP | Unix-like |
| [aquatic_http] | BitTorrent over HTTP, optionally over TLS | Linux 5.8+ | | [aquatic_http] | BitTorrent over HTTP, optionally over TLS | Linux 5.8 or later |
| [aquatic_ws] | WebTorrent, optionally over TLS | Linux 5.8+ | | [aquatic_ws] | WebTorrent, optionally over TLS | Linux 5.8 or later |
Features at a glance: Features at a glance:
@ -27,6 +27,7 @@ Features at a glance:
Known users: Known users:
- [explodie.org public tracker](https://explodie.org/opentracker.html) (`udp://explodie.org:6969`), typically [serving ~100,000 requests per second](https://explodie.org/tracker-stats.html) - [explodie.org public tracker](https://explodie.org/opentracker.html) (`udp://explodie.org:6969`), typically [serving ~100,000 requests per second](https://explodie.org/tracker-stats.html)
- [tracker.webtorrent.dev](https://tracker.webtorrent.dev) (`wss://tracker.webtorrent.dev`)
## Performance of the UDP implementation ## Performance of the UDP implementation

View file

@ -13,6 +13,10 @@ Features at a glance:
- Prometheus metrics - Prometheus metrics
- Automated CI testing of full file transfers - Automated CI testing of full file transfers
Known users:
- [tracker.webtorrent.dev](https://tracker.webtorrent.dev) (`wss://tracker.webtorrent.dev`)
## Performance ## Performance
![WebTorrent tracker throughput comparison](../../documents/aquatic-ws-load-test-illustration-2023-01-25.png) ![WebTorrent tracker throughput comparison](../../documents/aquatic-ws-load-test-illustration-2023-01-25.png)