Open twitu opened 5 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.
It's been a long time since I've looked at this project. But if I remember correctly this discovery and connection between nodes and nearest access points is automatically handled by mininet.
It's been a long time since I've looked at this project. But if I remember correctly this discovery and connection between nodes and nearest access points is automatically handled by mininet. Thank you for your reply. I already know how to solve this problem. Wish you a happy life and good health.
Using insecure IO methods like
gets
to read fromstdin
inbulk_input
function.