sys/net/gnrc: experimental gnrc_schc implementation#15040
sys/net/gnrc: experimental gnrc_schc implementation#15040bartmoons wants to merge 2 commits intoRIOT-OS:masterfrom
Conversation
|
@bartmoons pretty substantial first contribution, congrats! |
|
I'm eager to try this! |
|
@bartmoons great! I'll also have a look at this. At first glance, it seems you are copying some of the applications in |
But then CI would not be able to build this. |
maybe a good candidate for iterating Kconfig configurations with incremental builds in the CI, @leandrolanzieri ? (: In any way, we can also have a small compile-test application (or a more sophisticated one) in |
Yes, indeed. Probably running the |
|
@bartmoons do you have by chance any recommendations on what to run close the the Application Server in LoRaWAN in order to send/receive IPv6 data over LoRaWAN? |
|
I will give it a try, thanks! |
|
@bartmoons any news on this? In particular is libSCHC on compliant with https://tools.ietf.org/html/rfc9011 ? Or is the plan that it will be? |
|
We plan to provide full support for both RFC 8724 and RFC 9011, if time permits at least. This could be ready by this summer. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
|
If nobody else is already working on this, I'd like to pick this up in the next few weeks, as it seem to have become stale. Anyone against that? |
|
I started my picking up in #18515. I decided to split this up into two PRs: first the package import, then the integration into GNRC. |
Added libschc as a pkg, which can be run with 2 examples; gnrc_schc (native) and gnrc_schc_lorawan (B-L072Z-LRWAN1).
The README of both examples gives information on how to run the examples.
Also added sys/net/gnrc/schc, holding the gnrc_schc.c file.
The implementation is very experimental!