logan-lach / bittorrent

Trying to learn networking using C++ and will do so by making a bittorrent client
0 stars 0 forks source link

parse metainfo #2

Open logan-lach opened 1 year ago

logan-lach commented 1 year ago

metainfo files Metainfo files (also known as .torrent files) are bencoded dictionaries with the following keys:

announce The URL of the tracker. info This maps to a dictionary, with keys described below. All strings in a .torrent file that contains text must be UTF-8 encoded.