Updated receive.py & Calc tutorial (#284)

* Updated receive.py

* Updated calc tutorial

* Relocated calc tutorial
This commit is contained in:
Xin Zhe Khooi
2019-09-20 21:44:24 +08:00
committed by Nate Foster
parent 76a9067dea
commit 3fdb8d6cb6
11 changed files with 23 additions and 23 deletions

View File

@@ -0,0 +1,12 @@
{
"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"]
]
}