Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Arikato111 committed Jun 16, 2024
1 parent 42d8f44 commit 82e9822
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,26 @@

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.

## Get started

run Tenjin

```bash
cargo run --release
```

run mininet

```
sudo mn --controller=remote,ip=127.0.0.1 --mac --switch=ovsk,protocols=OpenFlow10 --topo=tree,2
```

## TODOs

- [x] design structure of code and working.
- [x] test case. ([Read docs](https://doc.rust-lang.org/book/ch11-01-writing-tests.html))
- [ ] write more description in README.
- [ ] handle all messages.
- [x] handle needed messages.
- [ ] remove all unwarp.

## Learning resources
Expand Down

0 comments on commit 82e9822

Please sign in to comment.