So, one of my apps is a companion app to a wireless streaming speaker.
The speaker has a WPS button (Wifi Protected Setup) and the manufacturer (my client) wants me to add device discovery and connection into the app.
It works like this :
- The user ensures that the iOS device is connected to the correct WiFi network
- The app promots the use for the correct WiFi password
- The app prompts the user to press the WPS button on the speaker.
- The app then sends out whatever magic on the wifi network that allows the speaker to connect.
I have seen this done already in other app (Muzo player for example).
My question is: are there any libraries already for doing this, or is anyone aware of any sample code about that can help me?