自己项目中的tor api

发布于 2024-08-31 13:36:28 字数 145 浏览 6 评论 0原文

我将开发基于 GUI 的应用程序来控制 Tor(如 vidalia 或 torK)。有没有使用 tor 的库?我不想解析套接字中的每个字节信息。 我的程序应该显示计算机的分支,使用选择的流量提供者等。 我的情况需要什么?是否有任何小而简单的示例(例如开源项目)可以做到这一点。

I'm going to develop gui-based application for tor controlling (like vidalia or torK). Are there any libraries for using tor? I don't want to parse each byte of information from sockets.
My program should display branches of computers, use chosen as traffic-provider etc.
What I need in my case? Are there any small and simple samples (for example open-source projects) to do this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

安穩 2024-09-07 13:36:28

例如开源项目

例如像 Vidalia 或 TorK 这样的 ,你是指? ;-)

不过说真的,我认为最好的开始方法是下载其中一个项目的源代码并开始挑选它。我不会指望得到比这更简单的东西……如果它存在,我也不知道。

for example open-source projects

like Vidalia or TorK, you mean? ;-)

Seriously though, I think the best way to start is to download the source code of one of those projects and start picking through it. I wouldn't count on getting something much simpler than that... if it exists, I don't know about it.

帅冕 2024-09-07 13:36:28

txtorcon 提供基于 Twisted 的 Python 控制协议绑定,以及跟踪 Tor 状态(电路、流)​​的抽象和配置。

txtorcon provides Twisted-based Python bindings to the control protocol, and abstractions to track Tor's state (circuits, streams) and configuration.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文