Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upWebtorrent without tracker. #438
Comments
This comment has been minimized.
This comment has been minimized.
|
You can usually just use the built-in list of torrents in a .torrent file or magnet link. If your use case is your own private torrents, then you should consider running your own bitorrent-tracker instance to make peer discovery automatic and easy. That said, if you want to use Don't worry if the host at the IP address might not be reachable – the torrent client is smart enough to try and give up after a number of consecutive connect failures. Just add both the public and private IPs. You can get the port that the torrent client is listening on by calling |
This comment has been minimized.
This comment has been minimized.
|
Thanks, I will try. |
This comment has been minimized.
This comment has been minimized.
|
Great - feel free to ask additional questions if you run into trouble. |
Hi Feross.
I'm using webtorrent, but I don't use bitorrent-tracker, to add a peer to download I use torrent.addPeer(addr). But, I really run on LAN network with "addr" is IP and port of computers.
When two computers in the different LAN network, I don't know what is "addr".
Because a computer has public IP address and private IP address.
Please help me.
Thanks!