Hello Sebastian and Stephan,
I'm sorry for the delay in replying. The college came into finals week and I was given a time on the project. Anyway, I wrote a configuration according to their recommendations (Attached). To make it easier for me, I decided to leave only the wlan0 interface to learn how IBRDTN works. Basically, the Raspberry Pi 2 serves as an access point for wlan0 and other devices connect to it through the wlan0 too.
When I tried to start the daemon in User mode, it featured the following message:
Wed Sep 2 04:17:55 2015 INFO NativeDaemon: IBR-DTN daemon 1.0.1-436 (build 9cdb0d9)
Wed Sep 2 04:17:55 2015 INFO Configuration: Using default settings. Call with --help for options.
Wed Sep 2 04:17:55 2015 INFO NativeDaemon: Parallel event processing enabled using 4 processes.
Wed Sep 2 04:17:55 2015 INFO BundleCore: Local node name: dtn://RPi2
Wed Sep 2 04:17:55 2015 INFO BundleCore: Forwarding of bundles enabled.
Wed Sep 2 04:17:55 2015 INFO NativeDaemon: using bundle storage in memory-only mode
Wed Sep 2 04:17:55 2015 INFO NativeDaemon: API initialized using tcp socket: loopback:4550
Wed Sep 2 04:17:55 2015 INFO DiscoveryAgent: listen to [224.0.0.142]:4551
Wed Sep 2 04:17:55 2015 INFO NativeDaemon: Using default routing extensions
When I tried to start the daemon in User mode, it featured the following message:
Wed Sep 2 04:18:28 2015 INFO NativeDaemon: IBR-DTN daemon 1.0.1-436 (build 9cdb0d9)
Wed Sep 2 04:18:28 2015 INFO Configuration: Configuration: ibrdtnd.conf
Wed Sep 2 04:18:28 2015 INFO NativeDaemon: use logfile for output: /home/pi/ibrdtn.log
Wed Sep 2 04:18:28 2015 INFO NativeDaemon: Parallel event processing enabled using 4 processes.
Wed Sep 2 04:18:28 2015 INFO BundleCore: Local node name: dtn://RPi2.dtn
Wed Sep 2 04:18:28 2015 INFO BundleCore: Forwarding of bundles enabled.
Wed Sep 2 04:18:28 2015 INFO NativeDaemon: using bundle storage in memory-only mode
Wed Sep 2 04:18:28 2015 INFO NativeDaemon: API initialized using tcp socket: any:4550
Wed Sep 2 04:18:28 2015 INFO NativeDaemon: TCP ConvergenceLayer added on wlan0:4556
Wed Sep 2 04:18:28 2015 INFO DiscoveryAgent: listen to [255.255.255.255]:4551
Wed Sep 2 04:18:28 2015 INFO DiscoveryAgent: add interface wlan0
Wed Sep 2 04:18:28 2015 WARNING IPNDAgent: Join to [255.255.255.255]:4551 failed on wlan0; 22: setsockopt()
Wed Sep 2 04:18:28 2015 INFO NativeDaemon: Using prophet routing extensions with GRTR as forwarding strategy.
Wed Sep 2 04:18:28 2015 INFO ProphetRoutingExtension: Initializing PRoPHET routing module
questions:
1 is always necessary log in as root?
2. This warning in IPNDAgent can be ignored?
3 The message that has in one instance on the site "Daemon ready" is to appear? Because here it never appears.
I wonder what I am missing so much when using this tool.
Greetings and Thanks in advance!