如何使程序“可发现”?在网络上?

发布于 2024-08-22 21:02:21 字数 113 浏览 7 评论 0原文

大家好,我当时正在开发一个简单的聊天程序来温习 C#,但遇到了障碍。我想让一台计算机广播其位置,另一台计算机找到该计算机,并将其(以及任何其他计算机)显示在列表中。只需朝正确的方向推动就可以了, 谢谢, 最大限度

Hey guys, I was working on a simple chat program to brush up on my C#, and ran into a roadblock. I wanted to allow one computer to broadcast its location, and the other to find that computer, and display it (and any others) in a list.. Just a push in the right direction would be great,
Thanks,
Max

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

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

发布评论

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

评论(4

最终幸福 2024-08-29 21:02:21

Mono.Zeroconf 是一个 .NET 库,提供常见的 Zeroconf 操作 - 服务发布和发现。它使用 Apple 的 Bonjour for Windows 作为 Windows 上的传输。

开发人员可以发布将公开给本地网络上其他计算机的服务,也可以查询网络上的本地计算机以获取可能公开的服务。

Mono.Zeroconf is a .NET library that provides common zeroconf opertations - service publish and discovery. It uses Apple's Bonjour for Windows as a transport on Windows.

Developers can publish services that will be exposed to other computers on the local network and also query the local machines on the network for services that could have been exposed.

つ低調成傷 2024-08-29 21:02:21

您所需要的只是共享目标电脑。然后在目标 PC IIS 上运行基于 Web 的应用程序。


更新部分:

如果您有一个 Windows 应用程序并希望用户使用该应用程序,您有一些解决方案,

  1. 创建一个登录表单供您的应用程序
  2. 从 MarshalByRef 对象
  3. 使用,并在用户和应用程序之间创建一个通道,创建一个 MSI(设置)并从服务器运行它(在整个活动中)目录)。这将在每个客户端中安装一个应用程序,
  4. 创建一个简单的点网设置。只需右键单击 VS 中的 windowsproject,然后选择 Publich,在向导中逐步创建网络应用程序,

我认为最后一个选项最接近您的请求

All you need is to share destination PC. and then run your web-based application on the target pc IIS.


Updated Part :

If you have awindows application and want users use that application youhave some solution

  1. create a Login form for your application
  2. use from MarshalByRef object and create a Channel between user andaplication
  3. create a MSI (setup) and run it from server (in entire Active Directory).this will install one application in each client
  4. create a simple dot net setup. justRight click onyour windowsproject in VS and then select Publich, in the wizard walk through creating a network application

I think the last option is closest one to your request

妄断弥空 2024-08-29 21:02:21

使用AD(活动目录)?或者一些这样的[将充当]中央留言板机制 - 甚至可能是MSMQ?

Use AD (Active Directory)? Or some such [which would serve as] central messageboard mechanism - maybe even MSMQ?

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