Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须编写一个模拟器,它发送一个注册请求,并在得到其他设备的响应后,它会打开彼此之间的 TCP 会话/连接。我必须从头开始。我认为我可以用 python 或 C++ 编写它。任何人都可以帮助我提供一些参考资料,从那里我可以开始朝着正确的方向工作并成功地做到这一点。?
谢谢阿坎莎
可以在此处找到基本的 Python TCP/IP 客户端和服务器教程
您可以使用Boost.Asio并在 C++ 中执行此操作