You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to control the interval period used by the Sink service to fetch data from the Wirepas Mesh network? For instance from a command line parameter, environment variable or even from a variable in the source code?
Thanks,
Keni
The text was updated successfully, but these errors were encountered:
So the library doing the wrapping (at least for linux) poll the interface every 20ms.
It polls every 20 ms when there is no indication but once an indication is retrieved, the library will try to fetch other indications immediately (up to 30 indications).
Would you like to reduce this polling period or increase it?
There is another mechanism with an additional gpio between sink and host mcu to be notified when there is an indication available, removing the need to poll. But it is not implemented in c-mesh-api as this pin is not often present.
Hello,
Is it possible to control the interval period used by the Sink service to fetch data from the Wirepas Mesh network? For instance from a command line parameter, environment variable or even from a variable in the source code?
Thanks,
Keni
The text was updated successfully, but these errors were encountered: