ns3 Network Simulator – Custom Application using UDP Sockets



ns3 Network Simulator – Custom Application using UDP Sockets

ns3 Network Simulator - Custom Application using UDP Sockets

In this video I talk about creating a custom application that uses UDP sockets. This example should be more relevant to most user than the Custom Application example I created in an earlier video (this one https://www.youtube.com/watch?v=IULyaGOXJd4) which only works with WaveNetDevice.

The code can be found on my github:
https://github.com/addola/NS3-HelperScripts/tree/master/examples/SimpleUdpAppExample .

Comments are closed.