Hello all,
I have a WiFi network, where multiple APs are connected with a server by wire, and STAs will send packets to the server via WiFi connections and then the wired connection.
My question is how I can configure Address Resolution Protocol (ARP) and the IP addressing/routing manually so that STAs can directly send the packets without any overheads.
FYI, my current solution is that
- I configure all AP as the same IP address and add the static IP routing manually in APs (from the AP to the server) and STAs
(from the STA to any one of the APs (with the same IP)).
- I allow some time at the beginning of the simulation for STAs to resolve ARP at the STA, where some dummy packets are sent.
The above method works but is not so convenient. Is there any better way to do it?
Thanks in advance!
Regards,
Zhouyou