Hello,

I'm coding a application for android based on the DTN Ping example, however, I don't quite understand the use of some classes. For instance, I am trying to get the neighbour list from the DTN app and send a bundle to each neighbour but I don't know how to get their addresses (something like dtn://example). I've managed to get the neighbour list using the getDtnService() getNeighbors() methods from the client, but there was no method to get their addresses.

Could someone explain me the best way to do it? Also, is there any document that may help me understand the dtn api classes?

Thanks in advance,
Guilherme rolim