]> AND Public Git Repository - simgrid.git/blobdiff - examples/cpp/dht-kademlia/generate.py
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move an example to the right section, and document it
[simgrid.git] / examples / cpp / dht-kademlia / generate.py
index 1af0de62c54ab7df86a1d684eadb005b31f00dad..f7994217adeef6434baece1d251ad184ecee2bf9 100755 (executable)
@@ -1,11 +1,15 @@
 #!/usr/bin/env python
 
-# Copyright (c) 2012-2022. 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