Implementation of DNS client & Distance Vector Routing protocol
python dns_client.py [hostname]
example hostname: facebook, facebook.com, www.facebook.com
python dvr.py
network1.txt network2.txt
- go to function: get_adjacency_matrix()
- in line number 332: change the filename (filenames are: network1.txt, network2.txt)
python dvr.py > output.txt