Hello Dominic,
I havent checked it yet, but you can try schedule a task using cron to run
everytime you boot/reboot. Check the following link:
https://www.raspberrypi.org/documentation/linux/usage/cron.md
Best regards, David.
On Feb 20, 2018 12:22 AM, <ibr-dtn-request(a)ibr.cs.tu-bs.de> wrote:
> Send Ibr-dtn mailing list submissions to
> ibr-dtn(a)ibr.cs.tu-bs.de
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://mail.ibr.cs.tu-bs.de/listinfo/ibr-dtn
> or, via email, send a message with subject or body 'help' to
> ibr-dtn-request(a)ibr.cs.tu-bs.de
>
> You can reach the person managing the list at
> ibr-dtn-owner(a)ibr.cs.tu-bs.de
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ibr-dtn digest..."
>
>
> Today's Topics:
>
> 1. Re: Ibr-dtn Digest, Vol 82, Issue 1 (David Oliveira)
> 2. Re: Ibr-dtn Digest, Vol 82, Issue 1 (Dominic Solpico)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 19 Feb 2018 18:12:01 -0400
> From: David Oliveira <oliveiradavid007(a)gmail.com>
> To: ibr-dtn(a)ibr.cs.tu-bs.de
> Subject: Re: [ibr-dtn] Ibr-dtn Digest, Vol 82, Issue 1
> Message-ID:
> <CADe=reYmFtuSfY_fbMjo27+qa1t2MujMxDgBVee7iXxJBULqJA@
> mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello Dominic,
>
> I had the same problem. To try to solve my problem I compiled from source,
> I installed the program on my Raspberry Pi Zero W. I used the following
> links and following order. (Warning: This takes loooong time to compile,
> depending on the device power, but works!):
>
> 1. To compile and install the program I used the following link:
> https://github.com/ibrdtn/ibrdtn/wiki/Build-IBR-DTN#git-repository
> <https://github.com/ibrdtn/ibrdtn/wiki/Build-IBR-DTN#git-repository>.
> 2. Clone the project:
>
> git clone https://github.com/ibrdtn/ibrdtn.git ibrdtn-repo
>
> 3. Open the README file inside the cloned project folder:
>
> cd ibrdtn-repo/
> nano /ibrcommon/README
>
> 4. Check the README file for the description of the required packages.
> Install the required packages.
> 5. Follow the instrunctions on link (1). If you get errors at the "bash
> autogen.sh" step, you missed installing some required package of the
> README
> file:
>
> cd ibrdtn-repo/ibrdtn
> bash autogen.sh
> ./configure
> make
> sudo make install
>
> 6. If you get errors at the "make" step or "sudo make install" step,
> check: https://github.com/ibrdtn/ibrdtn/wiki/FAQ . I had to copy 02
> libraries files to /usr/lib:
>
>
> -
>
> sudo cp ibrdtn-repo/ibrcommon/ibrcommon/.libs/libibrcommon-0.8.so.1
> /usr/lib
>
> sudo cp ibrdtn-repo/ibrdtn/ibrdtn/ibrdtn/.libs/libibrdtn.so.1 /usr/lib
>
>
> - After I copied these two files, I run sudo make install and it worked!
> - To test if it is working type: *dtnd* on the terminal.
>
> Best Regards, David!
>
> 2018-01-03 7:00 GMT-04:00 <ibr-dtn-request(a)ibr.cs.tu-bs.de>:
>
> > Send Ibr-dtn mailing list submissions to
> > ibr-dtn(a)ibr.cs.tu-bs.de
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > https://mail.ibr.cs.tu-bs.de/listinfo/ibr-dtn
> > or, via email, send a message with subject or body 'help' to
> > ibr-dtn-request(a)ibr.cs.tu-bs.de
> >
> > You can reach the person managing the list at
> > ibr-dtn-owner(a)ibr.cs.tu-bs.de
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Ibr-dtn digest..."
> >
> >
> > Today's Topics:
> >
> > 1. Installation error (Dominic Solpico)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Wed, 3 Jan 2018 16:11:03 +0800
> > From: Dominic Solpico <4.0.gigadertz(a)gmail.com>
> > To: ibr-dtn(a)ibr.cs.tu-bs.de
> > Subject: [ibr-dtn] Installation error
> > Message-ID:
> > <CAPpvoeYXB+wN3s-yV3rbc8x6uZXms3zv-JD10KM_
> > mCbHbfnDrw(a)mail.gmail.com>
> > Content-Type: text/plain; charset="utf-8"
> >
> > Hi. We are getting errors again when installing ibrdtn in Raspberry Pi.
> > Here are the messages:
> >
> > pi@raspberrypi:~ $ sudo nano /etc/apt/sources.list
> > pi@raspberrypi:~ $ wget -O - http://jenkins.ibr.cs.tu-bs.
> > de/download/repository.gpg.key | sudo apt-key add -
> > --2018-01-03 06:04:33-- http://jenkins.ibr.cs.tu-bs.
> > de/download/repository.gpg.key
> > Resolving jenkins.ibr.cs.tu-bs.de (jenkins.ibr.cs.tu-bs.de)...
> > 134.169.35.161, 2001:638:602:1183:5054:ff:fe06:be74
> > Connecting to jenkins.ibr.cs.tu-bs.de
> > (jenkins.ibr.cs.tu-bs.de)|134.169.35.161|:80...
> > connected.
> > HTTP request sent, awaiting response... 301 Moved Permanently
> > Location: https://jenkins.ibr.cs.tu-bs.de/download/repository.gpg.key
> > [following]
> > --2018-01-03 06:04:34-- https://jenkins.ibr.cs.tu-bs.
> > de/download/repository.gpg.key
> > Connecting to jenkins.ibr.cs.tu-bs.de
> > (jenkins.ibr.cs.tu-bs.de)|134.169.35.161|:443...
> > connected.
> > HTTP request sent, awaiting response... 403 Forbidden
> > 2018-01-03 06:04:36 ERROR 403: Forbidden.
> >
> > gpg: no valid OpenPGP data found.
> >
Hello Dominic,
I had the same problem. To try to solve my problem I compiled from source,
I installed the program on my Raspberry Pi Zero W. I used the following
links and following order. (Warning: This takes loooong time to compile,
depending on the device power, but works!):
1. To compile and install the program I used the following link:
https://github.com/ibrdtn/ibrdtn/wiki/Build-IBR-DTN#git-repository
<https://github.com/ibrdtn/ibrdtn/wiki/Build-IBR-DTN#git-repository>.
2. Clone the project:
git clone https://github.com/ibrdtn/ibrdtn.git ibrdtn-repo
3. Open the README file inside the cloned project folder:
cd ibrdtn-repo/
nano /ibrcommon/README
4. Check the README file for the description of the required packages.
Install the required packages.
5. Follow the instrunctions on link (1). If you get errors at the "bash
autogen.sh" step, you missed installing some required package of the README
file:
cd ibrdtn-repo/ibrdtn
bash autogen.sh
./configure
make
sudo make install
6. If you get errors at the "make" step or "sudo make install" step,
check: https://github.com/ibrdtn/ibrdtn/wiki/FAQ . I had to copy 02
libraries files to /usr/lib:
-
sudo cp ibrdtn-repo/ibrcommon/ibrcommon/.libs/libibrcommon-0.8.so.1 /usr/lib
sudo cp ibrdtn-repo/ibrdtn/ibrdtn/ibrdtn/.libs/libibrdtn.so.1 /usr/lib
- After I copied these two files, I run sudo make install and it worked!
- To test if it is working type: *dtnd* on the terminal.
Best Regards, David!
2018-01-03 7:00 GMT-04:00 <ibr-dtn-request(a)ibr.cs.tu-bs.de>:
> Send Ibr-dtn mailing list submissions to
> ibr-dtn(a)ibr.cs.tu-bs.de
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://mail.ibr.cs.tu-bs.de/listinfo/ibr-dtn
> or, via email, send a message with subject or body 'help' to
> ibr-dtn-request(a)ibr.cs.tu-bs.de
>
> You can reach the person managing the list at
> ibr-dtn-owner(a)ibr.cs.tu-bs.de
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ibr-dtn digest..."
>
>
> Today's Topics:
>
> 1. Installation error (Dominic Solpico)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 3 Jan 2018 16:11:03 +0800
> From: Dominic Solpico <4.0.gigadertz(a)gmail.com>
> To: ibr-dtn(a)ibr.cs.tu-bs.de
> Subject: [ibr-dtn] Installation error
> Message-ID:
> <CAPpvoeYXB+wN3s-yV3rbc8x6uZXms3zv-JD10KM_
> mCbHbfnDrw(a)mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi. We are getting errors again when installing ibrdtn in Raspberry Pi.
> Here are the messages:
>
> pi@raspberrypi:~ $ sudo nano /etc/apt/sources.list
> pi@raspberrypi:~ $ wget -O - http://jenkins.ibr.cs.tu-bs.
> de/download/repository.gpg.key | sudo apt-key add -
> --2018-01-03 06:04:33-- http://jenkins.ibr.cs.tu-bs.
> de/download/repository.gpg.key
> Resolving jenkins.ibr.cs.tu-bs.de (jenkins.ibr.cs.tu-bs.de)...
> 134.169.35.161, 2001:638:602:1183:5054:ff:fe06:be74
> Connecting to jenkins.ibr.cs.tu-bs.de
> (jenkins.ibr.cs.tu-bs.de)|134.169.35.161|:80...
> connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: https://jenkins.ibr.cs.tu-bs.de/download/repository.gpg.key
> [following]
> --2018-01-03 06:04:34-- https://jenkins.ibr.cs.tu-bs.
> de/download/repository.gpg.key
> Connecting to jenkins.ibr.cs.tu-bs.de
> (jenkins.ibr.cs.tu-bs.de)|134.169.35.161|:443...
> connected.
> HTTP request sent, awaiting response... 403 Forbidden
> 2018-01-03 06:04:36 ERROR 403: Forbidden.
>
> gpg: no valid OpenPGP data found.
>
Good day!
We are working on a project and decided to use IBR DTN. We followed the
tutorial (https://github.com/ibrdtn/ibrdtn/wiki/IBR-DTN-Tutorial:-
a-step-by-step-guide). However, this problem persists:
ian@localhost:/etc/ibrdtn$ dtnd -i wlp6s0 -c sample.conf
Thu Feb 8 12:37:52 2018 INFO NativeDaemon: IBR-DTN daemon 1.0.1 (build
294b543)
Thu Feb 8 12:37:52 2018 INFO Configuration: Configuration: sample.conf
Thu Feb 8 12:37:52 2018 INFO NativeDaemon: use logfile for output:
/var/log/ibrdtn/ibrdtn.log
Thu Feb 8 12:37:52 2018 INFO NativeDaemon: Parallel event processing
enabled using 4 processes.
Thu Feb 8 12:37:52 2018 INFO BundleCore: Local node name: dtn://localhost
Thu Feb 8 12:37:52 2018 INFO BundleCore: Forwarding of bundles enabled.
Thu Feb 8 12:37:52 2018 INFO SecurityKeyManager: initialized; path:
/etc/ibrdtn/bpsec
Thu Feb 8 12:37:52 2018 INFO NativeDaemon: using bundle storage in
memory-only mode
Thu Feb 8 12:37:52 2018 INFO NativeDaemon: API initialized using tcp
socket: any:4550
Thu Feb 8 12:37:52 2018 INFO NativeDaemon: TCP ConvergenceLayer added on
wlp6s0:4556
Thu Feb 8 12:37:52 2018 INFO DiscoveryAgent: listen to [224.0.0.142]:4551
Thu Feb 8 12:37:52 2018 INFO DiscoveryAgent: listen to [ff02::142]:4551
Thu Feb 8 12:37:52 2018 INFO DiscoveryAgent: add interface wlp6s0
Thu Feb 8 12:37:52 2018 ERROR TCPConvergenceLayer: bind failed (failed to
getaddrinfo with address: [fe80::3349:6f45:a0bf:48b0%wlp6s0]:4556 (link))
Thu Feb 8 12:37:52 2018 INFO DHTNameService: DHT initialized on Port: 9999
with ID:
Thu Feb 8 12:37:53 2018 ERROR IPNDAgent: Join failed on wlp6s0
([fe80::3349:6f45:a0bf:48b0%wlp6s0]:4551 (link), family: 10); failed to
getaddrinfo with address: [fe80::3349:6f45:a0bf:48b0%wlp6s0]:4551 (link)
Attached is the conf file (only minimal changes were made, particularly
those related to the interfaces). i hope you guys can help me in this
matter.