Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RScicomp authored Aug 23, 2020
1 parent edbd7e2 commit 59c3f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
This project simulates a network using java's socketio. In the terminal we can create links between routers and assign weights to the links. We set up a link database, and we forward packets using Djikstras Shortest Path algorithm.

## Features
Router 192.168.1.2 Upon Start:
Router 192.168.1.2 upon establishing link to Router 192.168.1.3:
<img src="Packet Fowarding Router 2.png" />

Router 192.168.1.3 Upon established Link:
Router 192.168.1.3 upon established Link:
<img src="Packet Fowarding .png" />

Getting Shortest Path Between Routers 192.168.1.2 to 192.168.1.6
Expand Down

0 comments on commit 59c3f7c

Please sign in to comment.