From the course: Network Design and Performance Evaluation with Simulations

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Create an application in the point-to-point network

Create an application in the point-to-point network

- To set up an application on each node, we need to create an application object. Here, we want to use the simple UDP echo application with a UDP echo server application running on node one and a UDP echo client application running on node zero. The exercise files for these cores are stored in a GitHub repository. You can find the link to the repo below the video. It should look like the button pictured here. I recommend you clone the repository or download the files as a zip file to your own environment. So you can work with them. If you need a refresher on cloning, the repository, or working with skit in-text editors like visual studio code, I recommend you check out the LinkedIn Learning course working with LinkedIn Learning exercise files on GitHub. To make the application creation simpler, NS3 has the application helpers. To create a UDP echo server application, we use UDP echo server helper to help create an actual…

Contents