Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client cannot be built without bootstrap support #562

Closed
qleisan opened this issue Mar 25, 2021 · 0 comments · Fixed by #654
Closed

Client cannot be built without bootstrap support #562

qleisan opened this issue Mar 25, 2021 · 0 comments · Fixed by #654
Labels

Comments

@qleisan
Copy link

qleisan commented Mar 25, 2021

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.

@sbernard31 sbernard31 added the bug label Mar 31, 2021
rettichschnidi added a commit to husqvarnagroup/wakaama that referenced this issue Jan 31, 2022
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'`.
rettichschnidi added a commit to husqvarnagroup/wakaama that referenced this issue Jan 31, 2022
…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'`.
rettichschnidi added a commit that referenced this issue Feb 4, 2022
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'`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants