Hello,
I'm working on modifying an Android GUI for DTN2, so that it works with IBR-DTN. I planned on utilizing the NW management extension that Brenton and Arseny worked on last year for version 6.4, but I noticed that the release notes for version 6.5 state that you have extended the API to add some management routines. I'm interested in the ability to list bundles and neighbors, query for information about a particular bundle, and delete bundles. Can you tell me more about the management routines added to the API in version 6.5?
Thanks, Gleneesha Johnson
Hello Gleneesha.
Am 07.03.2012 00:16, schrieb gjohnson@ltsnet.net:
I'm working on modifying an Android GUI for DTN2, so that it works with IBR-DTN. I planned on utilizing the NW management extension that Brenton and Arseny worked on last year for version 6.4, but I noticed that the release notes for version 6.5 state that you have extended the API to add some management routines. I'm interested in the ability to list bundles and neighbors, query for information about a particular bundle, and delete bundles. Can you tell me more about the management routines added to the API in version 6.5?
In the release 0.6.5 are only a few management functions included. Regarding bundles, the only thing you can do is to query a list of all bundles in the storage. Easy to test with telnet like this...
$ telnet localhost 4550 Trying ::1... Connected to localhost.localdomain. Escape character is '^]'. IBR-DTN 0.6.5 API 1.0 protocol management 200 SWITCHED TO MANAGEMENT bundle list 200 BUNDLE LIST [384938606.225532] dtn://eeepc.android.dtn/chat;dtn://chat.dtn/presence; [384937830.3540] dtn://lg-p500.dtn/chat;dtn://chat.dtn/presence; [384938313.3543] dtn://lg-p500.dtn/chat;dtn://chat.dtn/presence; [384938313.3546] dtn://lg-p500.dtn/chat;dtn://chat.dtn/presence; [384939051.3581] dtn://lg-p500.dtn/chat;dtn://chat.dtn/presence; [384938616.1700] dtn://galaxy.android.dtn/chat;dtn://chat.dtn/presence; [384939506.225769] dtn://eeepc.android.dtn/chat;dtn://chat.dtn/presence; [384940406.225939] dtn://eeepc.android.dtn/chat;dtn://chat.dtn/presence; [384036406.82] dtn://galaxy.android.dtn/chat;dtn://lg-p500.dtn/chat;
Kind regards, Johannes Morgenroth
participants (2)
-
gjohnson@ltsnet.net
-
Johannes Morgenroth