Lukas Woodtli
Lukas Woodtli
I think you need to link your test binary with OpenSSL and pthread (and maybe also to ASIO). Something like this: ``` target_compile_options(${YOUR_TARGET_NAME} PRIVATE -pthread) target_link_libraries(${YOUR_TARGET_NAME} PRIVATE -pthread) target_link_libraries(${YOUR_TARGET_NAME} PRIVATE...
In a project of mine, I had to link to `pthread`. There I disable the use of SSL (for now) so I don't need to link these libraries. ``` target_link_libraries(${TARGET_NAME}...
@sbernard31 I am not opposed to the idea of being the project lead for Wakaama. We also discussed it internally and think this would be a good option. I don't...
Check this instead #766
Superseeded by #766
> According to 1.1.1 specification section _6.2.1. Register Operation_ > > > the payload Media-Type of that registration message MUST be the CoRE Link Format (application/link-format) defined > > in...
I think it's a good idea to have a distinct organization on GitHub. The repo [wakaama-website](https://github.com/eclipse/wakaama-website) should also be moved into that organization. btw: Does anyone know how that website...
I would like to do that move to an own organization. Any thoughts about that?
Opened an issue: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4499
We have now our own organization: `eclipse-wakaama`! 🎉