gpt4 book ai didi

java - 如何在 Java 中抓取 udp BitTorrent 跟踪器?

转载 作者:太空宇宙 更新时间:2023-11-04 13:07:25 28 4
gpt4 key购买 nike

我发送了一个抓取数据包,播种器、下载器和盗取器总是返回 0。

这是我的初始连接和抓取代码。

public void scrape() {
for (final String infohash : infoHashes) {
hashes += infohash;
}
outStream.writeByte(hashes.getBytes());

}

例如我的输出是

36176356768342153960

最佳答案

for (final String infohash : infoHashes) {
hashes += infohash;
}
outStream.writeByte(hashes.getBytes());

我的猜测是您使用的是十六进制编码的哈希值。 UDP 抓取需要原始格式的数据。

关于java - 如何在 Java 中抓取 udp BitTorrent 跟踪器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34289855/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com