OpenFlow Controller In Elixir
Find a file
2017-12-01 20:51:43 +09:00
config Work on test case for secure channel 2017-11-20 20:43:32 +09:00
examples VLAN trunk test and NAT test 2017-12-01 20:51:43 +09:00
lib Add an example controller for hardware switch test 2017-12-01 11:11:11 +09:00
src Add an example controller for hardware switch test 2017-12-01 11:11:11 +09:00
test Add an example controller for hardware switch test 2017-12-01 11:11:11 +09:00
.gitignore Fix .gitignore 2017-11-27 00:43:10 +09:00
mix.exs Add dependencies 2017-11-26 19:11:24 +09:00
mix.lock Add dependencies 2017-11-26 19:11:24 +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.