Sorry for the previous message.
Hi,
I am trying to send a file of 1MB between two hosts (host1 and host2)
I have installed tar package in OpenWRT and I do the following:
1) tar -cf -file | dtnsend dtn://host2/inboxReceiver @ host1
2) dtninbox -w /overlay/inbox_tmp inboxReceiver /inboxFolder/ @ host2
I sent the file, it arrives at the host2, but I cannot see any notification in the application layer that it is received.
I can identify that sth is received when I see the purgeEvent in the daemon that is running. At this moment when I opened the /inboxFolder, the file was there.
a)Is it expected not to see any notification in application layer?
b) And one more question: If I dont use the tar command I am unable to see packages in the application layer, although the respective bundles are lost when I ran the 2nd command.
Is that the case in the design of ibr-dtn or sth is not working properly for me?
Best,
Theodoros