Add custom protocol

This commit is contained in:
manzerbredes 2016-03-21 21:03:28 +01:00
parent ac6de0d3be
commit 7f3a91e6dc
3 changed files with 20 additions and 7 deletions

View file

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