3 # 10.10.10.1 ----- 10.10.10.5 ------ 10.10.10.4 ----- 10.10.10.2
10 ./test_ipin 10.10.10.5 30 1 1 &
11 echo 'Adios mundo cruel!!!' \
12 | ./test_ipout 10.10.10.1 10.10.10.2 30 \
13 ../rutas_ejemplo/route_10.10.10.1.txt
16 ./test_ipin 10.10.10.5 30 1 1 &
17 echo | ./test_ipout 10.10.10.5 10.10.10.1 27 \
18 ../rutas_ejemplo/route_10.10.10.5.txt
21 ./test_ipin 10.10.10.4 27 1 1 &
22 echo | ./test_ipout 10.10.10.4 10.10.10.1 25 \
23 ../rutas_ejemplo/route_10.10.10.4.txt
26 ./test_ipin 10.10.10.2 25 0 0 &
27 echo | ./test_ipout 10.10.10.2 10.10.10.1 25 \
28 ../rutas_ejemplo/route_10.10.10.2.txt