From 5eb73b29ad46260371cac9f4fbf68ba3d4eb27e8 Mon Sep 17 00:00:00 2001 From: ArloFilley Date: Sun, 27 Aug 2023 22:21:07 +0100 Subject: [PATCH] added resources refrenced in creating project --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 23ccefb..a4d75f8 100644 --- a/readme.md +++ b/readme.md @@ -103,6 +103,13 @@ This BitTorrent client uses Rust's asynchronous programming features to manage c Contributions are welcome! If you find any bugs or want to add new features, please feel free to open issues and pull requests on the GitHub repository. +## References + +These resources were used to build this project +- [Bittorrent Community Wiki](https://wiki.theory.org/BitTorrentSpecification) +- [Bittorrent Udp Tracker Protocol](https://www.rasterbar.com/products/libtorrent/udp_tracker_protocol.html) +- [Bittorrent Specification](https://www.bittorrent.org/beps/bep_0003.html) + ## License This project is licensed under the MIT License. \ No newline at end of file