arvidn / libtorrent

an efficient feature complete C++ bittorrent implementation

Home Page:http://libtorrent.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support websocket trackers?

abcfy2 opened this issue · comments

Please provide the following information

libtorrent version (or branch): v2_0_RC

platform/architecture: x86

compiler and compiler version:

please describe what symptom you see, what you would expect to see instead and
how to reproduce it.

Some trackers list will contain websocket URL, E.g:

Screenshot_20220329_165938

An example trackers list: https://trackerslist.com/all.txt

Would you please support websoket ?

Sure.

is there a specification for the websocket tracker protocol?

or are you referring to supporting WebTorrent? (if so, that's supported in libtorrent master branch)

Seems webtorrent uses ws or wss protocol: https://github.com/webtorrent/bittorrent-tracker

Did you support this protocol in RC_2_0 branch?

Thanks.

supporting WebTorrent is not just about supporting websocket trackers, it's a new protocol over Datachannel peer connections. Support for WebTorrent is in the master branch.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.