-
A click on one of the section links (different pages from index page) doesn't open the page on the corresponding section.
e.g. input this link in the browser https://openmobilealliance.github.io/dm…
-
# Background
The [TSC Project Roles] defines the main roles for the Zephyr Project, including
Maintainer, Collaborator, and Contributor.
By default anyone that contributes code or documentation…
-
**Describe the bug**
There is an uninitialized variable `from_addr` in function `socket_recv_message` in lwm2m_engine.c, which is the cause of the following error:
```
[00:07:53.415,954] net_lwm2m…
-
**Describe the bug**
A clear and concise description of what the bug is.
Server Object SSID should only have Read access but there is also write access.
LightweightM2M-1.1-int-256 conformance test …
-
**Describe the bug**
You get no error or warning if you try to write a too long string from a LWM2M server, instead the code will silently use the last written value (that had a good length), and tri…
-
I'm currently working on an IoT Project with NRF9160 MCU. It works fine with no security mode and PSK mode. Now, i would like to add x509 security but i'm completely lost. I don't know what i have to …
-
With #1022 we now have a better default parser and user is able to provide their own parser.
But the [LWM2M spec defines some specific grammar](http://www.openmobilealliance.org/release/Lightweigh…
-
It would be super useful for testing / eval if the sandbox server domain (https://leshan.eclipseprojects.io/) had an IPv6 address (AAAA record).
For example, when using OpenThread for connectivity …
-
float_t is a C99 feature and the code generator doesn't inject include __ to a generated header file when needed.
```
struct numeric_ {
union {
int32_t _numeric_int;
float_t _numeric_float…
-
**Describe the bug**
Code fails setting pmin first because pmax hasnt been set yet (defaults to 0) and it is less than pmin.
The code never proceeds past Line 2808 of `lwm2m_engine.c`:
```
if ((na…