In /etc/config/ibrdtn , the only thing that I have changed is the routing mode (epidemic), the hostname and the network interface in order to point at wlan0.
root@OpenWrt:~# dtnd -c /tmp/ibrdtn.config
Tue Feb 11 13:40:45 2014 INFO Configuration: Configuration: /tmp/ibrdtn.config
Tue Feb 11 13:40:45 2014 INFO NativeDaemon: IBR-DTN daemon 0.10.2 (build 1d89427 )
Tue Feb 11 13:40:45 2014 INFO Configuration: Configuration: /tmp/ibrdtn.config
Tue Feb 11 13:40:45 2014 INFO BundleCore: Local node name: dtn://host1
Tue Feb 11 13:40:45 2014 INFO BundleCore: Forwarding of bundles enabled.
Tue Feb 11 13:40:45 2014 INFO NativeDaemon: using simple bundle storage in /tmp/ibrdtn/bundles
Tue Feb 11 13:40:45 2014 INFO NativeDaemon: using BLOB path: /tmp/ibrdtn/blobs
Tue Feb 11 13:40:45 2014 INFO SimpleBundleStorage: 0 Bundles restored.
Tue Feb 11 13:40:45 2014 INFO NativeDaemon: API initialized using tcp socket: loopback:4550
Tue Feb 11 13:40:45 2014 INFO NativeDaemon: TCP ConvergenceLayer added on wlan0: 4556
Tue Feb 11 13:40:45 2014 INFO DiscoveryAgent: listen to [ff02::142]:4551
Tue Feb 11 13:40:45 2014 INFO DiscoveryAgent: listen to [224.0.0.142]:4551
Tue Feb 11 13:40:45 2014 INFO DiscoveryAgent: add interface wlan0
Tue Feb 11 13:40:45 2014 INFO DHTNameService: DHT initialized on Port: 9999 with ID:
Tue Feb 11 13:40:45 2014 ERROR IPNDAgent: join failed on wlan0; 99: setsockopt()
Tue Feb 11 13:40:45 2014 INFO NativeDaemon: Using epidemic routing extensions
Tue Feb 11 13:40:45 2014 INFO EpidemicRoutingExtension: Initializing epidemic routing module
I don't know if I should do sth else to synchronize the nodes.
After that when I send/receive files no messages appear in the daemon like the ones that I have seen in mailing list :
> 1.bundle received
> 2.queue bundle event
> 3.bundle event
> 4.transfercompleted event
> 5.bundle event:bundle forwarded
But still packages less than 4Mbyte are retrieved (even without explicit notification).
Do I miss sth?
Best,
Theodoros