Commit ea2a7e34 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

update readme

parent d7f4eec7
# Tenjin SDN
Software-defined networking with Rust.
## Goals
To understand The software-defined networking well, I trying to create a simple SDN with Rust language to support Openflow 1.0 first and 1.3 later.
......@@ -24,7 +26,7 @@ sudo mn --controller=remote,ip=127.0.0.1 --mac --switch=ovsk,protocols=OpenFlow1
- [x] test case. ([Read docs](https://doc.rust-lang.org/book/ch11-01-writing-tests.html))
- [ ] write more description in README.
- [x] handle needed messages.
- [ ] remove all unwarp.
- [x] remove all unwarp.
## Learning resources
......
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