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
There exist a "LWM2M_BOOTSTRAP" flag to include support for bootstrap server. However it appears as if the client cannot be built without this flag and has not been able to for a long time.
This makes it possible to build the client example without
LWM2M_BOOTSTRAP.
Tested by manually disabling the LWM2M_BOOTSTRAP define in
examples/client/CMakeLists.txt, compiling and then running `pytest -k
'not test_client_initiated_bootstrap'`.
…TRAP
This makes it possible to build the client example without
LWM2M_BOOTSTRAP.
Tested by manually disabling the LWM2M_BOOTSTRAP define in
examples/client/CMakeLists.txt, compiling and then running `pytest -k
'not test_client_initiated_bootstrap'`.
This makes it possible to build the client example without
LWM2M_BOOTSTRAP.
Tested by manually disabling the LWM2M_BOOTSTRAP define in
examples/client/CMakeLists.txt, compiling and then running `pytest -k
'not test_client_initiated_bootstrap'`.
There exist a "LWM2M_BOOTSTRAP" flag to include support for bootstrap server. However it appears as if the client cannot be built without this flag and has not been able to for a long time.
https://github.com/eclipse/wakaama/blob/e98818a668f2717a1c76c05b7f69f5d566a88857/examples/client/CMakeLists.txt#L12
This should be fixed or the flag removed if it is not needed.
The text was updated successfully, but these errors were encountered: