diff --git a/README.md b/README.md index b2f7b0a37a2af1c454435e42b722a65be19f198b..e79e95b282610aceafa816df656c83ae1df1064d 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,12 @@ DOIT ÊTRE LANCE SUR EXOSCALE, AZURE ou GOOGLE, OU SUR UN LAN. # affichage -Chaque node affiche sur sa sortie standard les noeuds qui se sont connecté à lui, pui une fois l'algorithme terminé, affiche sa table de routage. \ No newline at end of file +Chaque node affiche sur sa sortie standard les noeuds qui se sont connecté à lui, pui une fois l'algorithme terminé, affiche sa table de routage. + +# Example lancement + +## lancement sur tous les noeuds sauf 1 +python3 node.py 9999 neighbour-x.yaml WAIT + +## lancement sur le noeud initiant l'algo +python3 node.py 9999 neighbour-x.yaml INIT \ No newline at end of file