RIOT-OS / RIOT

RIOT - The friendly OS for IoT
https://riot-os.org
GNU Lesser General Public License v2.1
4.91k stars 1.99k forks source link

SCHC: LoRa Header Compression + Fragmentation for RIOT? #13473

Closed cgundogan closed 3 years ago

cgundogan commented 4 years ago

Description

Just a pointer that there is a minimal SCHC implementation here. It includes a static context header compression and fragmentation for LoRa. Maybe integrating this package is a good first issue? (:

Useful links

aabadie commented 4 years ago

The library is licensed under GPLv3. Is it compatible with RIOT license ? (LGPV2.1)

stale[bot] commented 4 years ago

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.

cgundogan commented 4 years ago

@bartmoons maybe you can answer the question of @aabadie ?

bartmoons commented 4 years ago

I'm not a lawyer, but from what I can read, I think they are! Here you can see a compatibility matrix, where GPLv3 matches LGPLv2.1.

cgundogan commented 4 years ago

see #15040

stale[bot] commented 3 years ago

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.