Is there a Bonjour SDK for Windows?

前端 未结 4 1483
余生分开走
余生分开走 2021-02-20 15:31

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).

相关标签:
4条回答
  • 2021-02-20 15:47

    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.

    http://support.apple.com/downloads/Bonjour_for_Windows

    0 讨论(0)
  • 2021-02-20 15:53

    Have a look at Apple's bonjour SDK page. They provide an SDK for Windows there. I think it's written in C.

    0 讨论(0)
  • 2021-02-20 16:07

    Yes there is, check the links on this page

    http://developer.apple.com/softwarelicensing/agreements/bonjour.html

    0 讨论(0)
  • 2021-02-20 16:08

    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.

    There is a Java implementation called Rendezvous Proxy that broadcasts bonjour notifications, may be all you need on your server?

    Web page is here: http://ileech.sf.net/RendezvousProxy/

    Don't think the source is open though.

    0 讨论(0)
提交回复
热议问题