linkwil / WeHomeSDK

SDK source code for communicating with Linkwil's battery doorbell & battery IP camera.
GNU Lesser General Public License v2.1
6 stars 4 forks source link

how to know when the device is connected to the app successfully #7

Closed dinhchinh82 closed 5 years ago

dinhchinh82 commented 5 years ago

Hello,

We are trying to integrate your camera to our own application. According to the SDK, the wifi setting is based on the sound. Could you help me how to know when the wifi setting is completed successfully?

Your application on App store works well but your demo app did not work. We tested on iOS platform.

Thank you.

xiaojinsheng commented 5 years ago

You can try to connecting to the camera with a timeout value, if connected, it means completed successfully, otherwise, wifi setting is on progress or timeout

dinhchinh82 commented 5 years ago

Thank you