OpenFlow Controller In Elixir
Find a file
2017-11-20 13:38:24 +09:00
config Implement Openflow Protocol and Callback system 2017-11-20 13:38:24 +09:00
lib Implement Openflow Protocol and Callback system 2017-11-20 13:38:24 +09:00
src Implement Openflow Protocol and Callback system 2017-11-20 13:38:24 +09:00
test Implement Openflow Protocol and Callback system 2017-11-20 13:38:24 +09:00
.gitignore Openflow parser 2017-11-13 22:52:53 +09:00
mix.exs Implement Openflow Protocol and Callback system 2017-11-20 13:38:24 +09:00
mix.lock Openflow parser 2017-11-13 22:52:53 +09:00
README.md Openflow parser 2017-11-13 22:52:53 +09:00

Tres

TODO: Add description

Installation

If available in Hex, the package can be installed by adding tres to your list of dependencies in mix.exs:

def deps do
  [
    {:tres, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/tres.