Implement Openflow Protocol and Callback system
This commit is contained in:
parent
fc02a678de
commit
e52fe31b79
48 changed files with 937 additions and 244 deletions
1
mix.exs
1
mix.exs
|
|
@ -6,6 +6,7 @@ defmodule Tres.Mixfile do
|
|||
version: "0.1.0",
|
||||
elixir: "~> 1.5",
|
||||
start_permanent: Mix.env == :prod,
|
||||
compilers: [:erlang] ++ Mix.compilers,
|
||||
deps: deps()]
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue