initial documentation improvements

This commit is contained in:
Huy Pham 2019-09-12 10:23:46 -07:00
parent 76846fefeb
commit b43a686d6b
7 changed files with 125 additions and 223 deletions

View file

@ -46,7 +46,7 @@ session.instantiate()
coreemu.shutdown()
```
The above script creates a CORE session having two nodes connected with a hub. The first node pings the second node with 5 ping packets; the result is displayed on screen.
The above script creates a CORE session having two nodes connected with a switch. The first node pings the second node with 5 ping packets; the result is displayed on screen.
A good way to learn about the CORE Python modules is via interactive Python. Scripts can be run using *python -i*. Cut and paste the simple script above and you will have two nodes connected by a hub, with one node running a test ping to the other.