A simple BitTorrent client made as a side project for educational purposes. During the development of the MagnetFlow project, several key concepts and techniques were learned and applied. This document highlights the main areas of learning:
Follow these instructions:
clone: git clone git@github.com:baarayy/MagnetFlow.git
change directory: cd MagnetFlow
build binary: go build
run the client: ./magnetflow fileName.torrent
outputFileNameIf you encounter any issues or have any recommended enhancement about MagnetFlow, feel free to fork the repository and make your own changes, or simply open an issue.

