-
Notifications
You must be signed in to change notification settings - Fork 2k
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
examples/gnrc_border_router: enable setting ZEP topology #20006
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code looks good to me.
I did a short test and it seemed to work.
a borde_router with the example config network.topo
and 3 x gnrc_networking:
1st could ping 2nd but not 3rd.
3rd could ping 2nd but not 1st.
Just delaying my approve for a day if someone else has an issue with this change.
I think there are not that many users of the ZEP radio simulation unfortunately, maybe I should try to popularize it more. |
bors merge |
20006: examples/gnrc_border_router: enable setting ZEP topology r=benpicco a=benpicco 20033: driver/mtd: mtd_init add documentation for return value r=benpicco a=kfessel Co-authored-by: Benjamin Valentin <benjamin.valentin@ml-pa.com> Co-authored-by: Karl Fessel <karl.fessel@ml-pa.com>
This PR was included in a batch that was canceled, it will be automatically retried |
bors merge |
Already running a review |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page.
|
Contribution description
When simulating a IEEE 802.15.4 network, it is handy being able to specify a topoloy.
Testing procedure
will make use of the file
network.topo
and create awpan0
with which the traffic on the simulated wireless network can be monitored with Wireshark.network.topo
To start the wireless nodes, run 3 instances of
examples/gnrc_networking
withUSE_ZEP=1
.Issues/PRs references