Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
Tenjin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nawasan Wisitsingkhon
Tenjin
Commits
92df52c6
Commit
92df52c6
authored
May 12, 2024
by
Nawasan Wisitsingkhon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update reeadme
parent
2e236afa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
2 deletions
+28
-2
README.md
README.md
+28
-2
No files found.
README.md
View file @
92df52c6
...
...
@@ -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
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment