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

Add 6LoWPAN extension header compression and decompression #829

Merged
merged 2 commits into from
Aug 10, 2023

Conversation

thvdveld
Copy link
Contributor

@thvdveld thvdveld commented Aug 9, 2023

First, I rewrote how 6LoWPAN does the compression and decompression, should be clearer to follow how it works.
After that, I added the compression and decompression of extension headers.

@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Merging #829 (81941c9) into main (f63a20e) will increase coverage by 0.44%.
The diff coverage is 89.11%.

@@            Coverage Diff             @@
##             main     #829      +/-   ##
==========================================
+ Coverage   78.95%   79.39%   +0.44%     
==========================================
  Files          76       76              
  Lines       27137    27504     +367     
==========================================
+ Hits        21425    21836     +411     
+ Misses       5712     5668      -44     
Files Changed Coverage Δ
src/wire/mod.rs 71.96% <ø> (ø)
src/iface/ip_packet.rs 47.05% <50.00%> (-7.07%) ⬇️
src/iface/interface/sixlowpan.rs 87.61% <89.56%> (+12.68%) ⬆️
src/wire/sixlowpan/nhc.rs 82.24% <93.93%> (+3.76%) ⬆️

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@thvdveld thvdveld marked this pull request as draft August 9, 2023 10:34
First, I rewrote how 6LoWPAN does the compression and decompression,
should be clearer to follow how it works.

After that I added the compression and decompression of extension
headers.
@thvdveld thvdveld marked this pull request as ready for review August 9, 2023 11:52
@thvdveld thvdveld mentioned this pull request Aug 9, 2023
15 tasks
@thvdveld thvdveld added this pull request to the merge queue Aug 10, 2023
Merged via the queue into smoltcp-rs:main with commit c790174 Aug 10, 2023
11 checks passed
@thvdveld thvdveld deleted the split-sixlowpan-wire branch August 10, 2023 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant