如何开始 p2p 网络编程?
我想学习如何使用点对点网络架构编写软件,但我不知道从哪里开始,因为我知道我使用的编程语言是:c/c++、lisp、一点python。任何指向文档或教程的指针都是值得赞赏的。
I want to learn how to write a software using a peer to peer networking architecture but i don't know where to start, knowing that I use as a programming languages : c/c++ , lisp, a little of python. any pointer to documentation or tutorials is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么不直接从 Bittorrent API 开始,例如 https://github.com/JosephSalisbury/python-bittorrent ,而不是自己编写。
当您获得了良好使用的 P2P 网络的经验后,您可能会开始考虑哪些方面可以做得更好,然后开始编写自己的网络。
Why not just start with a Bittorrent API, such as https://github.com/JosephSalisbury/python-bittorrent, rather than writing your own.
After you have gained experience with a well-used P2P network, then you may start to see what you could do better, then start to write your own.
以下是我通过 Google 找到的一些指南
here are some guidelines which i found with google