Hello guys! I'm a graduate student in Computer Science from the Federal University of Amazonas. Sorry my English, because I'm trying to translate in parallel with Google Translate. Anyway, I'm on a research project on DTN, and I'm interested in using the IBR-DTN to assist me in the search. I'm using IBR-DTN program Raspberry Pi and BEAGLEBONE, both with Raspbian. It generates the output below:
Thu Jul 16 16:43:13 2015 INFO NativeDaemon: IBR-DTN daemon 1.0.1-433 (build 916f576)
Thu Jul 16 16:43:13 2015 INFO Configuration: Configuration: ibrconf
Thu Jul 16 16:43:13 2015 INFO NativeDaemon: use logfile for output: /home/pi/ibrdtn.log
Thu Jul 16 16:43:13 2015 INFO NativeDaemon: Parallel event processing enabled using 4 processes.
Thu Jul 16 16:43:13 2015 INFO BundleCore: Local node name: dtn://node1.dtn
Thu Jul 16 16:43:13 2015 INFO BundleCore: Forwarding of bundles enabled.
Thu Jul 16 16:43:13 2015 NOTICE GlobalEvent: Internet connection is available.
Thu Jul 16 16:43:13 2015 INFO SecurityKeyManager: initialized; path: /etc/ibrdtn/bpsec
Thu Jul 16 16:43:13 2015 INFO NativeDaemon: using bundle storage in memory-only mode
Thu Jul 16 16:43:13 2015 INFO NativeDaemon: API initialized using unix domain socket: /tmp/ibrdtn.sock
Thu Jul 16 16:43:13 2015 INFO DiscoveryAgent: listen to [224.0.0.142]:4551
Thu Jul 16 16:43:13 2015 INFO DiscoveryAgent: listen to [ff02::142]:4551
Thu Jul 16 16:43:13 2015 INFO DHTNameService: DHT initialized on Port: 36803 with ID:
Thu Jul 16 16:43:13 2015 ERROR IPNDAgent: failed to set-up multicast socket on <any>:4551: 97: cannot create socket
Thu Jul 16 16:43:13 2015 INFO NativeDaemon: Using default routing extensions
Thu Jul 16 16:43:14 2015 WARNING DHTNameService: bootstrapping from domain
dtndht.ibr.cs.tu-bs.de failed with error: -2
Thu Jul 16 16:43:15 2015 INFO DHTNameService: DHT shut down
Thu Jul 16 16:43:15 2015 NOTICE GlobalEvent: Shutdown initiated.
The message "Daemon is ready" never appears. Can you help me with this!