ramonfontes / mn-wifi-book-pt

Repositório do Livro Emulando Redes sem Fio com Mininet-WiFi
12 stars 7 forks source link

Dynamic network topology under Mininet-WiFi #1

Open fansky666 opened 3 years ago

fansky666 commented 3 years ago

The topology created by Mininet-WiFi is static, but the vehicles are in constant motion. So how to create the dynamic network topology? For example, at first CAR1 connects to AP1, but after some time, CAR1 is in the coverage of AP2 and should connect to AP2.

ramonfontes commented 3 years ago

You can use SUMO and set the vehicles' coordinates via SUMO.

fansky666 commented 3 years ago

您可以使用SUMO并通过SUMO设置车辆的坐标。 Thank you for your prompt reply. Can the SUMO switch freely between the vehicle and the AP?

ramonfontes commented 3 years ago

Sorry, could you elaborate your question a little bit?

fansky666 commented 3 years ago

Sorry, could you elaborate your question a little bit?

Sorry, could you elaborate your question a little bit?

Sorry, maybe I didn't express the question well. With SUMO, when the vehicle moves from AP1 to AP2, it can automatically disconnect from AP1 and then connect to AP2, right?

ramonfontes commented 3 years ago

Yes. The network side is performed by Mininet-WiFi.

fansky666 commented 3 years ago

Yes. The network side is performed by Mininet-WiFi.

Thank you for your help. Wish you a happy life and good health

fansky666 commented 3 years ago

Yes. The network side is performed by Mininet-WiFi.

I might venture to ask, How should I learn as a Mininet-WiFi beginner? I always feel that my knowledge of Mininet-WiFi is not very comprehensive.

ramonfontes commented 3 years ago

Here you can find some options (just to list a few):

fansky666 commented 3 years ago

Here you can find some options (just to list a few):

Thanks again for your help