hoerresb / WifiWizard

A Cordova plugin for managing Wifi networks
Apache License 2.0
205 stars 178 forks source link

This repo is dead again ? #120

Open predorock opened 6 years ago

predorock commented 6 years ago

@hoerresb Hi can you tell me if you are still able to work on pr / issues for this repo? Thanks

arsenal942 commented 6 years ago

@predorock It is dead. Hasn't been updated in yonks.

predorock commented 6 years ago

@arsenal942 I made some changes in order to fix the naming of the plugin. Here there is my company repo reference https://github.com/IOOOTASrl/WifiWizard

arsenal942 commented 6 years ago

@predorock Any chance you are working on iOS11 connectivity?

predorock commented 6 years ago

@arsenal942 At the moment we have other priorities. But why you ask me about iOS11 connectivity? There are problems with that ? Thanks.

arsenal942 commented 6 years ago

As of iOS11, you can finally use the private API and programatically connect to networks for iOS.

I've gone ahead and made this plugin: https://github.com/arsenal942/iOSWifiConnect (Albeit I just need to fix the nullable passphrase going in).

predorock commented 6 years ago

Well this is a good news. But I don't know Objective-C, I am more familiar with Swift. Did you have any reference (docs / examples) about the private WiFi API for swift ? Maybe I can look to it . Thanks again.

arsenal942 commented 6 years ago

You bet. I just followed the Apple docs (albeit they're pretty crap). You can change Swift>ObjectiveC and vice versa in the top right of the docs.

https://developer.apple.com/documentation/networkextension/nehotspotconfiguration/2866705-init https://stackoverflow.com/questions/36303123/ios-how-to-programmatically-connect-to-a-wifi-network-given-the-ssid-and-passw

arsenal942 commented 6 years ago

I'd refork what I've got in the plugin by the way: https://github.com/arsenal942/iOS-Cordova-Network-Manager