twitu / sdn-vanet

Implementing SDN based VANET simulated on Mininet-Wifi nodes - Socket programming to implement functionality as an application
9 stars 5 forks source link

Using insecure functions #3

Open twitu opened 5 years ago

twitu commented 5 years ago

Using insecure IO methods like gets to read from stdin in bulk_input function.

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.

twitu commented 3 years ago

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.

fansky666 commented 3 years ago

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.