Reputation: 3
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
Reputation: 437
Assuming you have omnet++ installed.
Upvotes: 2