ECrecords / distance-vector-routing-protocols

MIT License
0 stars 1 forks source link

Work lists #1

Closed ErikuNyang closed 1 year ago

ErikuNyang commented 1 year ago

=> read topology file => server -t topology-file-name -i time-interval-for-step => initialize the routing table using topology file

ErikuNyang commented 1 year ago

topology

ID       IP                                Port
1.       35.165.134.136 (Elvis) - 4901
2.       13.57.50.95 (Cho) - 4094
3.       35.90.154.134 ( Jacob) - 4096
4.       18.217.37.142 ( Hao) - 7091

server 2 Topology file

4
2
1 35.165.134.136 4901
2 13.57.50.95 4094
3 35.90.154.134 4096
4 18.217.37.142 7091
2 1 7
2 3 6
haguar commented 1 year ago

server 3 topology 4 3 1 35.165.134.136 4901 2 13.57.50.95 4094 3 35.90.154.134 4096 4 18.217.37.142 7091 3 1 4 3 2 6 3 4 2

ECrecords commented 1 year ago

Server 1 Topology 4 3 1 35.165.134.136 4901 2 13.57.50.95 4094 3 35.90.154.134 4096 4 18.217.37.142 7091 1 4 5 1 3 4 1 2 7

luhao1861 commented 1 year ago

server 4 topology 4 2 1 35.165.134.136 4901 2 13.57.50.95 4094 3 35.90.154.134 4096 4 18.217.37.142 7091 4 1 5 4 3 2