仅跨本地网络创建客户端服务器程序

发布于 2024-12-23 12:03:59 字数 67 浏览 1 评论 0原文

基本上我需要仅使用本地网络创建客户端和服务器,不会连接到互联网。使用 TcpClient 就足够了,还是需要互联网连接?

Basically I need to create a client and server using only the local network, there won't be a connection to the internet. Would using TcpClient suffice, or does that need an internet connection?

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

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

发布评论

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

评论(1

澜川若宁 2024-12-30 12:03:59

使用 TcpClient 就足够了,还是需要互联网
连接?

不,您不需要互联网连接。您所需要的只是一个集线器或一个路由器,可以将IP数据包定向到本地网络内的所有计算机。

Would using TcpClient suffice, or does that need an internet
connection?

No, you don't need an internet connection. All you need is a hub or a router that can direct the IP packets to all the computers inside the local network.

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