Skip to content

Ontorjal (Bengali অন্তর্জাল): Implementation of DNS client & Distributed Routing Protocol

License

Notifications You must be signed in to change notification settings

hasanmansur/Ontorjal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ontorjal (Bengali অন্তর্জাল)

Implementation of DNS client & Distance Vector Routing protocol

DNS client

How to run

python dns_client.py [hostname]

example hostname: facebook, facebook.com, www.facebook.com

Distance Vector Routing protocol

How to run

python dvr.py

Input files

network1.txt network2.txt

How to change input file name in code:

  • go to function: get_adjacency_matrix()
  • in line number 332: change the filename (filenames are: network1.txt, network2.txt)

How to generate output files:

python dvr.py > output.txt

About

Ontorjal (Bengali অন্তর্জাল): Implementation of DNS client & Distributed Routing Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages