是否有适用于 Windows 的 Bonjour SDK?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1951726/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is there a Bonjour SDK for Windows?
提问by sneha
I want to know how to implement bonjour on windows, so that i can set up server on windows and access files in windows(server) using bonjour service from my iphone(client).
我想知道如何在 Windows 上实现 bonjour,以便我可以在 Windows 上设置服务器并使用来自我的 iphone(客户端)的 bonjour 服务访问 Windows(服务器)中的文件。
Can anyone tell me whether we have any java api for windows or any bonjour sdk for windows? Thanks in advance..
谁能告诉我我们是否有任何适用于 windows 的 java api 或任何适用于 windows 的 bonjour sdk?提前致谢..
回答by Georg Sch?lly
Have a look at Apple's bonjour SDK page. They provide an SDK for Windows there. I think it's written in C.
看看 Apple 的bonjour SDK 页面。他们在那里为 Windows 提供了一个 SDK。我认为它是用 C 编写的。
回答by Brad
This page describes how to develop for Bonjour for Windows. It also gives a link to the download page for the Windows API, including headers and libraries for C and Java.
本页介绍了如何为 Windows 版 Bonjour 进行开发。它还提供了 Windows API 下载页面的链接,包括 C 和 Java 的头文件和库。
回答by Paolo
Note that Bonjour is only for notifying other devices that a service is present on the network, it doesn't handle the actual file transfer.
请注意,Bonjour 仅用于通知其他设备网络上存在服务,它不处理实际的文件传输。
There is a Java implementation called Rendezvous Proxy that broadcasts bonjour notifications, may be all you need on your server?
有一个名为 Rendezvous Proxy 的 Java 实现可以广播 bonjour 通知,可能是您服务器上所需要的全部内容?
Web page is here: http://ileech.sf.net/RendezvousProxy/
网页在这里:http: //ileech.sf.net/RendezvousProxy/
Don't think the source is open though.
不要认为源是开放的。
回答by Diaa Sami
Yes there is, check the links on this page
是的,请检查此页面上的链接
http://developer.apple.com/softwarelicensing/agreements/bonjour.html
http://developer.apple.com/softwarelicensing/agreements/bonjour.html