# Mininet simulate SDN environment with Ryu and OvS
###### tags: `class notes`
## Task1:
create nodes(c0, s1, h1, h2, h3)

### Two way to add 3 Flows:
Arp Request Query:h1(10.0.0.1) to h2(10.0.0.2)
h2 mac addr(00:00:00: 00:00:02) ->output to port 2
h1 mac addr(00:00:00: 00:00:01) ->output to port 1
* use ovs-ofctl add-flow function in mininet

xterminal display nodes info


* use postman to add flow into localhost



## Task2:
I complete the mysw_basic.py, and successfully run it:
At controller

At mininet

## Task3:
Finish the code, successful operate on OvS as well:

