Code Monkey home page Code Monkey logo

distance-vector-routing's Introduction

Packet Format

Each advertisement has the format:

A1/A2/.../Ak/<port number of router that is sending the message>/<payload>

where A1, A2, ... Ak are each an IP address of the router sending the message.

The payload at the end of each advertisement has the format:

<node1_IP> <node1_Port> <distance from this router to node1>:...:<noden_IP> <noden_Port> <distance from this router to noden>

Testing

To execute the routing algorithm on the topology shown here, run the following commands:

// Node X (bern.clic.cs.columbia.edu)
$ ssh [email protected]
$ java Router 9000 128.59.15.58:9000:2 128.59.15.66:9000:7 | tee nodeX_log.txt

// Node Y (lisbon.clic.cs.columbia.edu)
$ ssh [email protected]
$ java Router 9000 128.59.15.59:9000:2 128.59.15.66:9000:1 | tee nodeY_log.txt

// Node Z (islamabad.clic.cs.columbia.edu)
$ ssh [email protected]
$ java Router 9000 128.59.15.59:9000:7 128.59.15.58:9000:1 128.59.15.68:9000:3 | tee nodeZ_log.txt

// Node W (baghdad.clic.cs.columbia.edu)
$ ssh [email protected]
$ java Router 9000 128.59.15.66:9000:3 128.59.15.55:9000:5 | tee nodeW_log.txt

// Node V (amman.clic.cs.columbia.edu)
$ ssh [email protected]
$ java Router 9000 128.59.15.68:9000:5 128.59.15.75:9000:2 | tee nodeV_log.txt

// Node U (wellington.clic.cs.columbia.edu)
$ ssh [email protected]
$ java Router 9000 128.59.15.55:9000:2 | tee nodeU_log.txt

distance-vector-routing's People

Contributors

six5532one avatar ec2805 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.