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 RPL relations table #790

Merged
merged 1 commit into from
Jun 6, 2023
Merged

Conversation

thvdveld
Copy link
Contributor

The relation table will contain the next hop for each node in the RPL DODAG. This is used in mode of operation 1, where the next hop is the parent of the node in the DODAG, and mode of operation 2, where the next hop is the neighbor of the sending node.

@thvdveld thvdveld mentioned this pull request May 30, 2023
15 tasks
@codecov
Copy link

codecov bot commented May 30, 2023

Codecov Report

Merging #790 (d02d002) into master (7e12265) will increase coverage by 0.06%.
The diff coverage is 71.95%.

@@            Coverage Diff             @@
##           master     #790      +/-   ##
==========================================
+ Coverage   80.09%   80.16%   +0.06%     
==========================================
  Files          69       70       +1     
  Lines       28735    28841     +106     
==========================================
+ Hits        23014    23119     +105     
- Misses       5721     5722       +1     
Impacted Files Coverage Δ
src/iface/fragmentation.rs 91.44% <0.00%> (ø)
src/iface/interface/igmp.rs 36.09% <0.00%> (ø)
src/iface/route.rs 71.35% <0.00%> (ø)
src/lib.rs 100.00% <ø> (ø)
src/phy/sys/tuntap_interface.rs 0.00% <0.00%> (ø)
src/phy/tuntap_interface.rs 0.00% <0.00%> (ø)
src/socket/dns.rs 0.00% <0.00%> (ø)
src/socket/raw.rs 85.10% <0.00%> (ø)
src/socket/udp.rs 84.45% <0.00%> (ø)
src/storage/assembler.rs 98.64% <0.00%> (ø)
... and 30 more

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

The relation table will containt the next hop for each node in the RPL
DODAG. For MOP1, this is the parent of each node. For MOP2, this is a
neighbor of a sender.

Signed-off-by: Thibaut Vandervelden <thvdveld@vub.be>
@thvdveld thvdveld added this pull request to the merge queue Jun 6, 2023
Merged via the queue into smoltcp-rs:master with commit 7b4246d Jun 6, 2023
11 checks passed
@thvdveld thvdveld deleted the rpl-relations-buffer branch June 6, 2023 15:59
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.

None yet

1 participant