无线自组织应用程序c#

发布于 2024-10-19 12:30:03 字数 108 浏览 6 评论 0原文

我尝试编写 C# 应用程序 现在将在之间发送一些字符串 2 台计算机通过临时网络

我搜索一些示例或文章, 但没有找到。

有人可以帮我解决这个

tnx..

i try the write c# application that
for now will send some string between
2 computer by ad-hoc network

i search for some example or article,
but no found.

can some one can help me on that

tnx..

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

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

发布评论

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

评论(1

半边脸i 2024-10-26 12:30:03

在无线自组织网络上的两台计算机之间发送数据应该与在有线局域网上的两台计算机之间发送数据没有什么不同。您应该能够使用计算机的主机名或 IP 地址,并以与不是无线自组织网络时相同的方式进行连接。

Sending data between two computers on a wireless ad-hoc network should no different to sending data between two computers on a wired lan. You should be able to use the machines hostname or IP address and connect in the same way you would if it was not a wireless ad-hoc network.

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