Reputation: 481
is it possible to connect my game/apps installed on separate android &iOS devices with AS3 / Air to communicate either through wireless (without access point), maybe WiFi direct or hotpot or any other means?
in fact i want devices connect each other anywhere, anytime - even when they don't have access to internet, like transfer file apps (Zapya,share it,...)
FYI recently i search a lot but unfortunately i don't find ANE(Air Native Extension) or library for do this
Upvotes: 2
Views: 494
Reputation: 1160
You may have a look of WifiDirectANE in github, but it is for Android only.
there are two tools, wifi and wifi-direct WifiANE can open WIfi,close Wifi ,openWiFiAp ,Close Wifi ap, get Wifi State etc... WifiDirectANE can let you device connect with other device by wifi-direct . in ane. i provide some function like : Look up near device , connect device ,createWifiGroup etc...
Upvotes: 1