Fix to handler start_link fail
This commit is contained in:
parent
0df6336f5e
commit
658b7448da
17 changed files with 17 additions and 2012 deletions
|
|
@ -4,14 +4,12 @@
|
|||
|
||||
Tres is a framework and set of helper libraries to develop OpenFlow controllers in Elixir.
|
||||
|
||||
the purpose of this project is to design and prototype an experimental network switch controller that implements the OpenFlow 1.3.x. The project explores the scalability and robustness of such controllers on a scale much larger than typically considered: 100,000s of endpoints, 10,000s of switches.
|
||||
|
||||
## Installation
|
||||
|
||||
```elixir
|
||||
def deps do
|
||||
[
|
||||
{:tres, git: "https://gh.iiji.jp/Isono/tres", branch: "develop"}
|
||||
{:tres, github: "shun159/tres", branch: "develop"}
|
||||
]
|
||||
end
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue