X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=blobdiff_plain;f=examples%2Fccn_emu_live%2Fplanetlab.py;h=3fd8361199eb944724ff5663e322adfc20792f2b;hp=5ad3080aa868ad452b2e5466635386716c1164b7;hb=8ad1108c60ab8bcbbc08e7c53714edfd59d4e9cb;hpb=8e3d12389f29f338687f9113f1e463727ada6dc3 diff --git a/examples/ccn_emu_live/planetlab.py b/examples/ccn_emu_live/planetlab.py index 5ad3080a..3fd83611 100644 --- a/examples/ccn_emu_live/planetlab.py +++ b/examples/ccn_emu_live/planetlab.py @@ -31,20 +31,20 @@ import socket import os PL_NODES = dict({ - "0": "iraplab1.iralab.uni-karlsruhe.de", - "1": "planetvs2.informatik.uni-stuttgart.de", - "2": "dfn-ple1.x-win.dfn.de", - "3": "planetlab2.extern.kuleuven.be", - "4": "mars.planetlab.haw-hamburg.de", - "5": "planetlab-node3.it-sudparis.eu", - "6": "node2pl.planet-lab.telecom-lille1.eu", - "7": "planetlab1.informatik.uni-wuerzburg.de", - "8": "planet1.l3s.uni-hannover.de", - "9": "planetlab1.wiwi.hu-berlin.de", - "10": "pl2.uni-rostock.de", - "11": "planetlab1.u-strasbg.fr", - "12": "peeramidion.irisa.fr", - "13": "planetlab2.unineuchatel.ch", + 0: "iraplab1.iralab.uni-karlsruhe.de", + 1: "planetvs2.informatik.uni-stuttgart.de", + 2: "dfn-ple1.x-win.dfn.de", + 3: "planetlab2.extern.kuleuven.be", + 4: "mars.planetlab.haw-hamburg.de", + 5: "planetlab-node3.it-sudparis.eu", + 6: "node2pl.planet-lab.telecom-lille1.eu", + 7: "planetlab1.informatik.uni-wuerzburg.de", + 8: "planet1.l3s.uni-hannover.de", + 9: "planetlab1.wiwi.hu-berlin.de", + 10: "pl2.uni-rostock.de", + 11: "planetlab1.u-strasbg.fr", + 12: "peeramidion.irisa.fr", + 13: "planetlab2.unineuchatel.ch", }) pl_slice = os.environ.get("PL_SLICE")