Commit 92df52c6 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

update reeadme

parent 2e236afa
......@@ -15,4 +15,31 @@ To understand The software-defined networking well, I trying to create a simple
- [rust_ofp](https://github.com/baxtersa/rust_ofp)
- [awesome-sdn](https://github.com/sdnds-tw/awesome-sdn)
- [ryu](https://github.com/faucetsdn/ryu)
- [learn-sdn-with-ryu](https://github.com/knetsolutions/learn-sdn-with-ryu)
\ No newline at end of file
- [learn-sdn-with-ryu](https://github.com/knetsolutions/learn-sdn-with-ryu)
## Plan
```mermaid
stateDiagram
con: Controller
conf: Controller frame
ofp: Openflow Manager
ofph: Openflow Header
ofpe: Openflow Event Message
ofpv10_h: openflow v1.0 header
ofpv10_e: openflow v1.0 Event
ofpv13_h: openflow v1.3 header
ofpv13_e: openflow v1.3 Event
[*] --> con
con --> conf
conf --> ofp
ofp --> ofph
ofph --> ofpv10_h
ofph --> ofpv13_h
ofp --> ofpe
ofpe --> ofpv10_e
ofpe --> ofpv13_e
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment