如何开始 p2p 网络编程?

发布于 2024-08-07 13:50:02 字数 93 浏览 3 评论 0原文

我想学习如何使用点对点网络架构编写软件,但我不知道从哪里开始,因为我知道我使用的编程语言是: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 技术交流群。

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

发布评论

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

评论(2

安静 2024-08-14 13:50:02

为什么不直接从 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.

灼疼热情 2024-08-14 13:50:02

以下是我通过 Google 找到的一些指南

here are some guidelines which i found with google

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