-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dist/tools/desvirt: proper desvirt integration #5030
dist/tools/desvirt: proper desvirt integration #5030
Conversation
This Makefile introduces some additional variables: | ||
* TOPO | ||
* TOPO_SIZE | ||
* TOPO_TYPE |
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.
An explanation for these variables is missing.
I think we should add a note on how to connect to these native instances via |
you seem to know more than me on this topic (: |
b15dc1f
to
98958e7
Compare
``` | ||
|
||
Once the topology is running, you can use `pyterm` to connect to the various | ||
instances, e.g. calling `pyterm -ts 4712` to connect to node `line4_0` from the |
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.
@OlegHahm should we say that it is also possible to use netcat
instead of pyterm
?
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.
No objection.
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.
@OlegHahm actually it's not that important .. and travis already built successfully (:
addressed comments |
ACK |
dist/tools/desvirt: proper desvirt integration
thanks for the quick review! |
This PR integrates
desvirt
[1] into the RIOT make system.E.g. for the
gnrc_networking
example:[1] https://github.com/des-testbed/desvirt
depends on des-testbed/desvirt#17Do not merge before I remove the "DELME" commit.