Hello,

Our goal is to use IBR-DTN in a small testbed (50nodes), where we will do measurements and calculate statistics about the moments when the bundles are sent, received, and transfered from node to node (including information such as the source node, destination node, amount of data transfered), for example, this situation from NodeA to NodeB, passing throw NodeC:

Emitter: "BundleX SENT from NodeA to NodeB"
Receiver: "BundleX_Received from NodeA - completed (10MB)"
(or, in case of 3 nodes): in nodeC: "transferofbundle (10MB) from NodeA to NodeB - completed"


 We want to store this information in a file as small as possible, so we need to find the logging instructions for these events in the code, so as to also log to our own file each time one of these events happens (and thus avoid recording and storing all the other log messages).

We have studied the code, but it is hard to find these things clearly, as the logging seems to use several different routines and sub-routines. If you could point us to the most important code files that we should look into and change so as to log these informations into our own log file, that would be very helpful.


Thank you,

Luís Guedes