Mujahid Abbas
Mujahid Abbas

Reputation: 3

I want to simulate client/server scenario in omnet++?

I want to simulate a network using OmNET++, in which a node (client1) sends a request for data to other node (client2 / server). In response to this request, that node (client2 / server) sends a reply by sending a UDP packet with data inside. How I can create a UDP request in OMNeT++ and then a UDP packet to fulfil this request?

Upvotes: 0

Views: 2636

Answers (1)

RC Brand
RC Brand

Reputation: 437

Assuming you have omnet++ installed.

  1. Install inet package for the omnet++ package.
  2. Once you have inet package you will get examples folder. See some client-server examples (TCP) and get udp burst example running and understand it. Finally tailor it to what you need.

Upvotes: 2

Related Questions