X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/767d7bdbc801f6ec69833f72c66ae1975dc8c754..4d368893c1c4c43aea93f16c3e519b29b278b693:/examples/lua/bittorrent/bittorrent.lua diff --git a/examples/lua/bittorrent/bittorrent.lua b/examples/lua/bittorrent/bittorrent.lua deleted file mode 100644 index b1999b6682..0000000000 --- a/examples/lua/bittorrent/bittorrent.lua +++ /dev/null @@ -1,19 +0,0 @@ --- Copyright (c) 2012, 2014. 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. - --- A SimGrid Lua implementation of the Bittorrent protocol. - -require("simgrid") - -require("peer") -require("tracker") - --- Initialization of the random generator -table.sort(math) -math.randomseed(42) -simgrid.platform(arg[1] or "../../platforms/platform.xml") -simgrid.application(arg[2] or "bittorrent.xml") -simgrid.run()