Gwendal

Results 14 comments of Gwendal

Hello @vespakoen, Why do you think it is a bug? A Wirepas network has limitation in term of downlink messages. Downlink packets are queued in the sink before being sent...

Hello, (Sorry for delay to answer, I was on holiday) no it is not possible to configure it but could be added if you have the need for it. It...

> > > Does the code already check the message ids everywhere so e.g. remote api / OTAP commands are not sent twice to the network / node if sent...

Hello, Regarding the api, it is publicly available here: https://github.com/wirepas/wm-sdk/blob/master/libraries/dualmcu/api/DualMcuAPI.md And yes this library implements the host part to interact with a Wirepas node running dualmcu app (your case). Unfortunately...

Hello ! What is the baudrate configured in the dulamcu node? By default on some hardware, it is 125000. Please try the example with this baudrate: ./meshAPIExample /dev/ttyUSB0 125000 Thanks,...

Hello, Thanks for the feedback. Yes you are correct, the code is ambiguous (and a bit wrong ;-) ) In the code, we always assume that platform_lock_request() return successfully. It...

Sorry for late reply. I don't think there is a real issue here. The only two parts where the queue is accessed is dispatch_indication for read access (https://github.com/wirepas/c-mesh-api/blob/master/lib/platform/linux/platform.c#L86) and onIndicationReceivedLocked...

Would it make sense to change the build system to use CMake instead? I have never used it but seems to be the solution for what we plan to achieve.

Hello @kowalewskijan, Sorry for the delay to answer but we had some internal discussion first. Even if your change is correct, it is not something we want to promote in...

Hello, What would be the use case associated to it? Are you looking for nodes attached "directly" to sinks or belonging to a sink tree? In a mesh network, devices...