自己项目中的tor api
我将开发基于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
例如像 Vidalia 或 TorK 这样的 ,你是指? ;-)
不过说真的,我认为最好的开始方法是下载其中一个项目的源代码并开始挑选它。我不会指望得到比这更简单的东西……如果它存在,我也不知道。
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.
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.