ZeroConf icon indicating copy to clipboard operation
ZeroConf copied to clipboard

iOS implementation planned?

Open 27leaves opened this issue 10 years ago • 7 comments

So, now that the plugin works with Android... Do you have any plans to enhance the lib to iOS? Haven't found a working lib for Android AND iOS yet. Or do you have any recommendations how to proceed if I need zeroconf on both platforms?

Thanks!

27leaves avatar Nov 02 '15 13:11 27leaves

it has been in the backlog for a while now... (pull requests are always welcome)

vstirbu avatar Nov 03 '15 08:11 vstirbu

Unfortunately I have no clue of iOS development ;)

If it helps, here is a list of the plugins I found yet:

  • https://github.com/driftyco/cordova-plugin-discovery seems to be for Android and iOS, but nobody seems to know if it is working.
  • https://github.com/jarnoh/cordova-dnssd iOS
  • https://github.com/SayGoSolutions/Cordova-BonjourBrowserProxy iOS

27leaves avatar Nov 03 '15 12:11 27leaves

Thanks for the pointers! I was aware of some of them.

The issue with this plugin is that it has a larger API surface than other existing iOS plugins seems to provide (e.g. find a server in the local network). The proper implementation would have to be the same for both platforms, and I'm in (almost) the same situation regarding iOS development :).

vstirbu avatar Nov 03 '15 13:11 vstirbu

@vstirbu https://github.com/cambiocreative/cordova-plugin-zeroconf this fork seems to support iOS pretty well, can't you merge it ?

darkyen avatar Jan 10 '16 19:01 darkyen

it would be nice if @cambiocreative would make it, but lets see...

vstirbu avatar Jan 11 '16 17:01 vstirbu

@ovhemert @cambiocreative: how likely is it that you merge your work with this repository? :)

27leaves avatar Feb 23 '16 11:02 27leaves

it seems that https://github.com/cambiocreative/cordova-plugin-zeroconf also just implements the .watch function, which is also supported by https://github.com/vstirbu/ZeroConf/pull/17. As the pull is based on 1.2.0 we should focus on this one, I guess :)

27leaves avatar Feb 23 '16 14:02 27leaves