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

Mobile app issue #9

Closed MarcoTripoli closed 2 years ago

MarcoTripoli commented 3 years ago

Hi,

I am writing to you because using the Clarius probes through the mobile app I noticed that if the contact detection setting in the Scanner section is active set for example to "3" seconds it happens that the QT Cast project crashes. I tried to solve this problem by putting the "Never" option in place of 3 seconds, but doing so the probe for some reason will never go into Auto Block. I was wondering why and how it could be solved.

Also, another problem I encountered is that with each new connection of the probe to the app the port always changes. Very annoying thing, without remaining fixed as it did in the previous version. I was wondering if this problem could also be solved

Thanks in advance

clariusk commented 3 years ago

is this related to the mobile api or the cast api?

MarcoTripoli commented 3 years ago

The issue of random ports and settings is of the mobile api, while the problem of the crash occurs in Cast (Qt) when the probe does not detect any contact.

clariusk commented 3 years ago

im not sure why ports make a difference in the mobile api, as there is no need to connect via TCP. We can check the contact detection with Cast API and see what can be reproduced.