Juliano Fischer Naves

Results 23 comments of Juliano Fischer Naves

Hi Simon, I used this snippet and worked perfectly for me. Thank you very much.

Thanks @adrianlopezroche!

@adrianlopezroche could you kindly explain me how to merge your commit with my code?

Thank you @rubenvarela!

I don't see why not. However, AODV expects an existing route between source and destination in order to deliver messages, which can not be true in opportunistic networks.

@AfqD, there is a way you can implement it without changin Message.java. You can use message properties, like used by SprayAndWait routing module.

IMO this behavior is indeed confusing. Maybe the default_settings.txt should be excluded (renamed). I think there are users really lost because they dont know that default_settings is "always" loaded. The...

Hey @schmittner, could you send us the scenario file so I can try to reproduce this problem. Thank you!

Confirmed! The method triggering the assertion is the following: public Path getPath() { Path p = new Path(generateSpeed()); MapNode to = pois.selectDestination(); List nodePath = pathFinder.getShortestPath(lastMapNode, to); // this assertion...