examples/gnrc_border_router: enable setting ZEP topology#20006
examples/gnrc_border_router: enable setting ZEP topology#20006bors[bot] merged 1 commit intoRIOT-OS:masterfrom
Conversation
kfessel
left a comment
There was a problem hiding this comment.
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 <[email protected]> Co-authored-by: Karl Fessel <[email protected]>
|
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.topoand create awpan0with 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_networkingwithUSE_ZEP=1.Issues/PRs references