Relative Content

Tag Archive for c++network-programmingns-3

NS-3 Multiple WiFi clients and one server using UDP

I am trying to built a ns-3 simulation with the following characteristics . I want multiple client nodes that will periodically communicate with a server (only with the server, no client-to-client communication) over a WiFi network with UDP packets .The server will receive the packets and answer back. I eventually want to gather the delays for every client-server connection.