Skip to content
Discussion options

You must be logged in to vote

'lo' is not a suitable interface for this usecase: as soon as a frame is sent in this interface, the simulator will loop on it indefinitely because both sides (simulator and client, here scanTopology) are both connected to TX and RX together.

However, while reading the code and the README I encounters a few bugs in theses tools: PR #346 shall fixed theses.

If possible, the best way to connect the network simulator is to use the tap socket:
tap:server for the network simulator
tap:client for the standard master (here scanTopology)

Otherwise you can create a linux tap interface or start the simulator on another system to use a real network interface (or use two interface on the same machine…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by trns1997
Comment options

You must be logged in to vote
5 replies
@leducp
Comment options

@phamnhatha090805
Comment options

@trns1997
Comment options

@phamnhatha090805
Comment options

@leducp
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants