I can't build IBR-DTN daemon for Android
Hi
I'm trying to build IBR-DTN daemon and applications with Eclipse from Java sources on your subversion repository.
I successfully built all the components except for the daemon. It requires ibrdtnlib, which seems missing on the repository.
After that, I found it on the repository outside Android project. However, I don't know how to include it into the Android project. Eclipse doesn't recognize ibrdtnlib as a project.
Could you help me again?
Best Regards,
2012/8/30 Yoshimi Fujii yfujii@kke.co.jp
Hi
I'm trying to build IBR-DTN daemon and applications with Eclipse from Java sources on your subversion repository.
I successfully built all the components except for the daemon. It requires ibrdtnlib, which seems missing on the repository.
After that, I found it on the repository outside Android project. However, I don't know how to include it into the Android project. Eclipse doesn't recognize ibrdtnlib as a project.
Could you help me again?
Hello Yoshimi
Have you tryed ?
http://www.tslab.ssvl.kth.se/csd/projects/092106/
Regards
Marc
-- Marc Manthey 50823 Köln, germany Vogelsangerstr.97 Phone: 0049-221-29891489 Mobile : 0049-1577-3329231 Website: http://let.de Email: marc@let.de
Hello Marc
Yes, I investigated Bytewalla, too. However, the concept is somewhat different from what I think. The concept of IBR-DTN seems rather fit for our research project regarding disaster area telecommunication than Bytewalla.
Anyway, I just want to know how I can build IBR-DTN daemon for AndroidOS from the source code.
Could you help me?
Best Regards, Yoshimi Fujii
(2012/08/30 19:15), Marc wrote:
2012/8/30 Yoshimi Fujii yfujii@kke.co.jp
Hi
I'm trying to build IBR-DTN daemon and applications with Eclipse from Java sources on your subversion repository.
I successfully built all the components except for the daemon. It requires ibrdtnlib, which seems missing on the repository.
After that, I found it on the repository outside Android project. However, I don't know how to include it into the Android project. Eclipse doesn't recognize ibrdtnlib as a project.
Could you help me again?
Hello Yoshimi
Have you tryed ?
http://www.tslab.ssvl.kth.se/csd/projects/092106/
Regards
Marc
-- Marc Manthey 50823 Köln, germany Vogelsangerstr.97 Phone: 0049-221-29891489 Mobile : 0049-1577-3329231 Website: http://let.de Email: marc@let.de -- !! This message is brought to you via the `ibr-dtn' mailing list. !! Please do not reply to this message to unsubscribe. To unsubscribe or adjust !! your settings, send a mail message to ibr-dtn-request@ibr.cs.tu-bs.de !! or look at https://www.ibr.cs.tu-bs.de/mailman/listinfo/ibr-dtn.
Hi Yoshimi,
the ibrdtnlib part is a Java dependency which is not Android specific (i.e it can also be used to write a Java IBR-DTN App on a Linux or Windows). Therefore it is located in another part of the repository. The SVN URL is
http://www.ibr.cs.tu-bs.de/svn/ibr-dtn/trunk/java/ibrdtnlib/
(I hope we made that public. If not, only Johannes can change that, but he is not available today. So if it doesn't work and you need it fast, contact me and I can send you an archive directly)
Sebastian
Am 30.08.2012 um 14:36 schrieb Yoshimi Fujii:
Hello Marc
Yes, I investigated Bytewalla, too. However, the concept is somewhat different from what I think. The concept of IBR-DTN seems rather fit for our research project regarding disaster area telecommunication than Bytewalla.
Anyway, I just want to know how I can build IBR-DTN daemon for AndroidOS from the source code.
Could you help me?
Best Regards, Yoshimi Fujii
(2012/08/30 19:15), Marc wrote:
2012/8/30 Yoshimi Fujii yfujii@kke.co.jp
Hi
I'm trying to build IBR-DTN daemon and applications with Eclipse from Java sources on your subversion repository.
I successfully built all the components except for the daemon. It requires ibrdtnlib, which seems missing on the repository.
After that, I found it on the repository outside Android project. However, I don't know how to include it into the Android project. Eclipse doesn't recognize ibrdtnlib as a project.
Could you help me again?
Hello Yoshimi
Have you tryed ?
http://www.tslab.ssvl.kth.se/csd/projects/092106/
Regards
Marc
-- Marc Manthey 50823 Köln, germany Vogelsangerstr.97 Phone: 0049-221-29891489 Mobile : 0049-1577-3329231 Website: http://let.de Email: marc@let.de -- !! This message is brought to you via the `ibr-dtn' mailing list. !! Please do not reply to this message to unsubscribe. To unsubscribe or adjust !! your settings, send a mail message to ibr-dtn-request@ibr.cs.tu-bs.de !! or look at https://www.ibr.cs.tu-bs.de/mailman/listinfo/ibr-dtn.
-- Yoshimi Fujii Kozo Keikaku Engineering, Inc. Email: yfujii@kke.co.jp Tel: +81 3 5342 1129 -- !! This message is brought to you via the `ibr-dtn' mailing list. !! Please do not reply to this message to unsubscribe. To unsubscribe or adjust !! your settings, send a mail message to ibr-dtn-request@ibr.cs.tu-bs.de !! or look at https://www.ibr.cs.tu-bs.de/mailman/listinfo/ibr-dtn.
Hi Sebastian,
I understand the situation, now. Thank you for the information.
I guess, a brief information like this on the project wiki also might help other researchers to follow the project.
Best Regards,
Yoshimi Fujii
(2012/08/30 22:13), Sebastian Schildt wrote:
Hi Yoshimi,
the ibrdtnlib part is a Java dependency which is not Android specific (i.e it can also be used to write a Java IBR-DTN App on a Linux or Windows). Therefore it is located in another part of the repository. The SVN URL is
http://www.ibr.cs.tu-bs.de/svn/ibr-dtn/trunk/java/ibrdtnlib/
(I hope we made that public. If not, only Johannes can change that, but he is not available today. So if it doesn't work and you need it fast, contact me and I can send you an archive directly)
Sebastian
Am 30.08.2012 um 14:36 schrieb Yoshimi Fujii:
Hello Marc
Yes, I investigated Bytewalla, too. However, the concept is somewhat different from what I think. The concept of IBR-DTN seems rather fit for our research project regarding disaster area telecommunication than Bytewalla.
Anyway, I just want to know how I can build IBR-DTN daemon for AndroidOS from the source code.
Could you help me?
Best Regards, Yoshimi Fujii
(2012/08/30 19:15), Marc wrote:
2012/8/30 Yoshimi Fujii yfujii@kke.co.jp
Hi
I'm trying to build IBR-DTN daemon and applications with Eclipse from Java sources on your subversion repository.
I successfully built all the components except for the daemon. It requires ibrdtnlib, which seems missing on the repository.
After that, I found it on the repository outside Android project. However, I don't know how to include it into the Android project. Eclipse doesn't recognize ibrdtnlib as a project.
Could you help me again?
Hello Yoshimi
Have you tryed ?
http://www.tslab.ssvl.kth.se/csd/projects/092106/
Regards
Marc
-- Marc Manthey 50823 Köln, germany Vogelsangerstr.97 Phone: 0049-221-29891489 Mobile : 0049-1577-3329231 Website: http://let.de Email: marc@let.de -- !! This message is brought to you via the `ibr-dtn' mailing list. !! Please do not reply to this message to unsubscribe. To unsubscribe or adjust !! your settings, send a mail message to ibr-dtn-request@ibr.cs.tu-bs.de !! or look at https://www.ibr.cs.tu-bs.de/mailman/listinfo/ibr-dtn.
-- Yoshimi Fujii Kozo Keikaku Engineering, Inc. Email: yfujii@kke.co.jp Tel: +81 3 5342 1129 -- !! This message is brought to you via the `ibr-dtn' mailing list. !! Please do not reply to this message to unsubscribe. To unsubscribe or adjust !! your settings, send a mail message to ibr-dtn-request@ibr.cs.tu-bs.de !! or look at https://www.ibr.cs.tu-bs.de/mailman/listinfo/ibr-dtn.
Hello,
I imported the ibrdtnlib as a project separately and built the daemon successfully. I really appreciate your help.
Yoshimi Fujii
(2012/08/31 9:38), Yoshimi Fujii wrote:
Hi Sebastian,
I understand the situation, now. Thank you for the information.
I guess, a brief information like this on the project wiki also might help other researchers to follow the project.
Best Regards,
Yoshimi Fujii
(2012/08/30 22:13), Sebastian Schildt wrote:
Hi Yoshimi,
the ibrdtnlib part is a Java dependency which is not Android specific (i.e it can also be used to write a Java IBR-DTN App on a Linux or Windows). Therefore it is located in another part of the repository. The SVN URL is
http://www.ibr.cs.tu-bs.de/svn/ibr-dtn/trunk/java/ibrdtnlib/
(I hope we made that public. If not, only Johannes can change that, but he is not available today. So if it doesn't work and you need it fast, contact me and I can send you an archive directly)
Sebastian
Am 30.08.2012 um 14:36 schrieb Yoshimi Fujii:
Hello Marc
Yes, I investigated Bytewalla, too. However, the concept is somewhat different from what I think. The concept of IBR-DTN seems rather fit for our research project regarding disaster area telecommunication than Bytewalla.
Anyway, I just want to know how I can build IBR-DTN daemon for AndroidOS from the source code.
Could you help me?
Best Regards, Yoshimi Fujii
(2012/08/30 19:15), Marc wrote:
2012/8/30 Yoshimi Fujii yfujii@kke.co.jp
Hi
I'm trying to build IBR-DTN daemon and applications with Eclipse from Java sources on your subversion repository.
I successfully built all the components except for the daemon. It requires ibrdtnlib, which seems missing on the repository.
After that, I found it on the repository outside Android project. However, I don't know how to include it into the Android project. Eclipse doesn't recognize ibrdtnlib as a project.
Could you help me again?
Hello Yoshimi
Have you tryed ?
http://www.tslab.ssvl.kth.se/csd/projects/092106/
Regards
Marc
-- Marc Manthey 50823 Köln, germany Vogelsangerstr.97 Phone: 0049-221-29891489 Mobile : 0049-1577-3329231 Website: http://let.de Email: marc@let.de -- !! This message is brought to you via the `ibr-dtn' mailing list. !! Please do not reply to this message to unsubscribe. To unsubscribe or adjust !! your settings, send a mail message to ibr-dtn-request@ibr.cs.tu-bs.de !! or look at https://www.ibr.cs.tu-bs.de/mailman/listinfo/ibr-dtn.
-- Yoshimi Fujii Kozo Keikaku Engineering, Inc. Email: yfujii@kke.co.jp Tel: +81 3 5342 1129 -- !! This message is brought to you via the `ibr-dtn' mailing list. !! Please do not reply to this message to unsubscribe. To unsubscribe or adjust !! your settings, send a mail message to ibr-dtn-request@ibr.cs.tu-bs.de !! or look at https://www.ibr.cs.tu-bs.de/mailman/listinfo/ibr-dtn.
participants (3)
-
Marc
-
Sebastian Schildt
-
Yoshimi Fujii