Hello,
short answer: there is no such mechanism.
The only out-of-the-box thing I can imaging is to use the SimpleBundleStorage with enabled storage path (this is the default case on android devices). Then, each file in the storage represents one bundle and contains the whole bundle encoded in the binary bundle protocol format defined in RFC5050. That means you have direct access to all stored bundles.
Kind regards, Johannes
Am 25.09.2012 13:14, schrieb Yoshimi Fujii:
Hello,
I'm sorry for asking so many things in a short period. This time, my question is about ala-promiscuous mode for dtnd.
We intend to monitor all the bundles on a node, even though the bundle is not addressed to the node. I thought that if it's possible to use promiscuous mode like function for capturing all the bundles at a snoop application, no need to modify dtnd itself for bundle monitoring purpose.
Thanks,