-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
How to connect two networked Zephyr instances together #25136
How to connect two networked Zephyr instances together #25136
Conversation
We already have https://docs.zephyrproject.org/latest/guides/networking/qemu_setup.html#running-multiple-qemu-vms-of-the-same-sample . Does the new content added mashes well with that section? |
This PR generalizes the multi-instance setup, the old instructions are mainly for echo-server/client connectivity with very specific setup using SLIP. |
fdd0f69
to
f2cdda0
Compare
f2cdda0
to
9918d20
Compare
9918d20
to
e649627
Compare
Updated according to comments. |
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.
LGTM, thank you.
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.
Look good.
A minor comment, I would like to see addressed, but nothing blocking.
Give instructions how to run multiple Zephyr instances in QEMU or native_posix, and connect them together. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
User can now add extra Ethernet TAP parameters when starting QEMU. This is useful if we want to set for example the MAC address of the network interface. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
e649627
to
d60e753
Compare
Document how to connect multiple QEMU or native_posix Zephyr instances together.