Hi Konstantinos,
Thank you for following up on my thread. I am describing my requirements here:
The network config is like this: n0------>n1, where n0 and n1 are two nodes.
I want to have a UDP oriented networking configuration. Next, I want to send a custom packet(with specific data) from n0 to n1 and should be able to retrieve the Packet at n1 node and compare the two packets.
I was able to write a Packet comparison function which looks at the data in each packet and returns the number of errors(unit test cases were built and passed the test). However, if I get an example where it shows how to attach a packet to a Node and send it to other node via UDP connection it will be very much helpful.
Thanks