Help !!🙏🙏🙏
Hello,👏👏
I hope everyone is doing well, i'm trying to use ns3 in emulation environment so i found this example called fd-emu-ping.cc that can make a ns3 node ping a real host in order to use it i tried to run the ping worked correctly with ethernet cable, so i tried to use it with the wireless interface with the same gateway, i changed the daresse of the host ,the remot and the gateway with the real ones however ones i run it the ping didn't reach the other host
PING 192.168.1.19 - 56 bytes of data; 84 bytes including ICMP and IPv4 headers.
--- 192.168.1.19 ping statistics ---
21 packets transmitted, 0 received, 100% packet loss, time 21000ms
Since I'm new to NS3 I hope you can help me to understand how I can make it work with the wireless interface as it did work with the ethernet one.
Or if you know some examples that did something similar that would be great!
you can find below the code.
Best regards🙏