Add DSDV and AODV

This commit is contained in:
manzerbredes 2016-03-21 20:44:25 +01:00
parent 3443b5b336
commit ac6de0d3be
3 changed files with 71 additions and 4 deletions

View file

@ -19,7 +19,7 @@ import structure.Router;
public class Main {
public static void main(String[] args) {
Grid g=new Grid();
Grid g=new Grid(Grid.Protocol.DSDV);
MyGraph gr=new MyGraph("Routage Oportuniste", g);