clariusdev / mobileapi

Android API Allowing IPC with the Clarius App
https://www.clarius.com
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

Using Mobile API on a WiFi-dependent application #20

Closed pcanas closed 2 years ago

pcanas commented 2 years ago

Hi,

Our team is working on an Android application that uses Clarius' Mobile API. The problem that we are facing is that our app requires to have a stable internet connection, and the device pairing breaks this process.

Ideally, we would like to use the Clarius device via our app while maintaining an internet connection to a network different from Clarius'. Would that be possible to achieve?

Thank you!

clariusk commented 2 years ago

yes, the probe's Wi-Fi is the most stable for a reliable connection, however you have other options:

First option is probably the best, you just need to monitor performance to see if the WLAN traffic causes degradation of the ultrasound rate

pcanas commented 2 years ago

Hi Kris. Thanks for your help, we eventually figured it out. I am closing this issue, but surely we will interact more in the future :-)