Is it possible to craft a torrent file in such a way that it will bypass a tracker via assigning an IP address of the server hosting the file instead?
I am interested in bittorrents file transfer protocol via libtorrent
and they way it downloads files as pieces in such a way that you get an exact corruption free duplicate on the other side, but I would like to bypass the tracker since the files will always be located at one location.
If this is not possible is there any other protocols/libraries I can look into that can be implemented in C, C++ or Ruby?