Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add wait guide and mofidication for the heuristic computation
[simgrid.git] / examples / c / dht-kademlia / generate.py
index 694ce51ed0d17e66308288d577053cb405635138..f7994217adeef6434baece1d251ad184ecee2bf9 100755 (executable)
@@ -1,11 +1,15 @@
 #!/usr/bin/env python
 
-# Copyright (c) 2012-2020. The SimGrid Team.
+# Copyright (c) 2012-2023. The SimGrid Team.
 # All rights reserved.
 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the license (GNU LGPL) which comes with this package.
 
+"""
+Usage: python generate.py nb_nodes nb_bits end_date > deployment_file.xml
+"""
+
 import sys
 import random