Xin Zhe Khooi 3fdb8d6cb6 Updated receive.py & Calc tutorial (#284)
* Updated receive.py

* Updated calc tutorial

* Relocated calc tutorial
2019-09-20 09:44:24 -04:00

13 lines
295 B
JSON

{
"hosts": {
"h1": {"ip": "10.0.1.1/24", "mac": "08:00:00:00:01:01"},
"h2": {"ip": "10.0.1.2/24", "mac": "08:00:00:00:01:02"}
},
"switches": {
"s1": { "runtime_json" : "s1-runtime.json" }
},
"links": [
["h1", "s1-p1"], ["h2", "s1-p2"]
]
}