Hello,
Please don't ignore my question :( and guide me even with the slightest clarification.
I want to emulate an edge computing scenario in Mininet-WiFi.
I have cars that will communicate with APs through adhoc links, and each AP is connected to a host (Edge Server).
I want cars to request services in edge servers.
Question 1 : How can I simulate the big latency of communication between cars and edge? Should I add the latency parameter in net.addLink(ap1, host1)?
Question 2 : How can I send the request from the car to the host (edge server) ? Is there any way to proceed other than SDNs?
Thanks a lot