Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add kademlia C example
[simgrid.git] / examples / msg / kademlia / kademlia.tesh
1 #! ./tesh
2
3 p Testing the Kademlia implementation with MSG
4
5 ! output sort
6 $ $SG_TEST_EXENV ${bindir:=.}/kademlia ${srcdir:=.}/../msg_platform.xml ${srcdir:=.}/kademlia.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
7 > [  0.000000] (10:node@Laroche) Hi, I'm going to join the network !
8 > [  0.000000] (11:node@Tanguay) Hi, I'm going to join the network !
9 > [  0.000000] (12:node@Morin) Hi, I'm going to join the network !
10 > [  0.000000] (13:node@Ethernet) Hi, I'm going to join the network !
11 > [  0.000000] (1:node@Jacquelin) Hi, I'm going to create the network with id 0 !
12 > [  0.000000] (2:node@Boivin) Hi, I'm going to join the network !
13 > [  0.000000] (3:node@Jean_Yves) Hi, I'm going to join the network !
14 > [  0.000000] (4:node@TeX) Hi, I'm going to join the network !
15 > [  0.000000] (5:node@Geoff) Hi, I'm going to join the network !
16 > [  0.000000] (6:node@Disney) Hi, I'm going to join the network !
17 > [  0.000000] (7:node@iRMX) Hi, I'm going to join the network !
18 > [  0.000000] (8:node@McGee) Hi, I'm going to join the network !
19 > [  0.000000] (9:node@Gatien) Hi, I'm going to join the network !
20 > [900.000000] (0:@) Messages created: 1319
21 > [900.000000] (0:@) Simulated time: 900
22 > [900.000000] (10:node@Laroche) 7/7 FIND_NODE have succeeded
23 > [900.000000] (11:node@Tanguay) 8/8 FIND_NODE have succeeded
24 > [900.000000] (12:node@Morin) 7/7 FIND_NODE have succeeded
25 > [900.000000] (13:node@Ethernet) 7/7 FIND_NODE have succeeded
26 > [900.000000] (1:node@Jacquelin) 8/8 FIND_NODE have succeeded
27 > [900.000000] (2:node@Boivin) 4/4 FIND_NODE have succeeded
28 > [900.000000] (3:node@Jean_Yves) 7/7 FIND_NODE have succeeded
29 > [900.000000] (4:node@TeX) 6/6 FIND_NODE have succeeded
30 > [900.000000] (5:node@Geoff) 6/6 FIND_NODE have succeeded
31 > [900.000000] (6:node@Disney) 6/6 FIND_NODE have succeeded
32 > [900.000000] (7:node@iRMX) 6/6 FIND_NODE have succeeded
33 > [900.000000] (8:node@McGee) 7/7 FIND_NODE have succeeded
34 > [900.000000] (9:node@Gatien) 7/7 FIND_NODE have succeeded
35