Maryam
Maryam

Reputation: 93

How to distinguish between packets received in a node according to the type of packet and its source (creator)

in the result files (*.sca, *.anf), for a particular node, the "packetReceived:count" metric shows the number of packets received for that node. I want to distinguish received packets by node according to packet type and source, like this:

Source Destination Type Count
n1 n5 UdpBasicApp 3
n1 n5 PingApp 75
n2 n5 VoIPApp 2
n2 n6 VoIPApp 32
n1 n7 UdpBasicApp 8

, etc. To reach this detailed information according to the above table, what is the practical solution?

Thanks a lot

Upvotes: 0

Views: 98

Answers (1)

adamgeorge309
adamgeorge309

Reputation: 311

For example, you can use multiple sink apps in the destination, one for each category you want to distinguish between.

Upvotes: 1

Related Questions