Add DSDV and AODV
This commit is contained in:
parent
3443b5b336
commit
ac6de0d3be
3 changed files with 71 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue