ConnectivityFoundry / AwaLWM2M

Awa LWM2M is an implementation of the OMA Lightweight M2M protocol in C.
BSD 3-Clause "New" or "Revised" License
102 stars 66 forks source link

Cannot bootstrap more than 5 clickers #336

Closed mtusnio closed 7 years ago

mtusnio commented 7 years ago

Trying to bootstrap to a local Awa server on a Ci40 maxes out at 5 clickers. The data seems to be flowing through, however the server fails to respond properly to any bootstrap requests. After disabling the 5 clickers and enabling a 6th one it still wouldn't bootstrap.

Logs & dump attached awa_logs.tar.gz

boyvinall commented 7 years ago

I suspect this might be related to https://github.com/FlowM2M/AwaLWM2M/blob/master/core/src/common/network_abstraction_linux.c#L85

Will have to understand this a bit deeper to determine the complete solution, but it's probably worth increasing this value in your application.

mtusnio commented 7 years ago

That's done the trick, I've managed to go all the way up to 11.

boyvinall commented 7 years ago

Have ... a good time ... all the time.