Can I use AllJoyn Framework for Wifi Direct in iOS?

元气小坏坏 提交于 2019-12-10 22:57:33

问题


I want to develop an iOS application through which I have to communicate with other devices(other than iOS devices) over WiFi direct.

As per my knowledge there are no APIs provided in iOS for WiFi direct communication.

I found a link regarding third party library AllJoyn. AllJoyn Framework

Has anybody used this library for iOS?

Is AllJoyn provide a good support if in future developer faces any issue with this library?


回答1:


I am a past contributor to the iOS bindings of AllJoyn.

AllJoyn does not currently support Wifi Direct for iOS.

However, you can accomplish peer-to-peer communication using AllJoyn if you are on the same wifi network. This will certainly depend on your use case but you can accomplish a lot without having the need to use Wifi direct.

Wifi direct can be tricky in your case since you are trying to communicate with devices other than iOS from an iOS device. The interoperability with depend in how iOS and other OSes (for e.g Android) would implement it.

From my past experiments, having even Android devices talk over Wifi direct highlighted issues that were because of how certain manufacturers implemented it even though it is supposed to be standardized soon.

AllJoyn is an open source framework with a list of active developers working towards maintaining it. You can subscribe to their core mailing list to get your questions answered and as with any open source project they have an active bug tracking system (Jira). This is a good way to find out how the framework is doing in terms of supporting developers/users of the framework.



来源:https://stackoverflow.com/questions/36540495/can-i-use-alljoyn-framework-for-wifi-direct-in-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!