tres/examples/learning_switch
Eishun Kondoh f3d2ab1fb7 Feature/bundle support (#15)
* openflow: Add bundle support

* openflow: Add bundle message generator and parser

* openflow: Add bundle API
2019-05-05 23:39:45 +09:00
..
config Add simple LearningSwitch Example 2017-11-24 10:50:35 +09:00
lib Feature/bundle support (#15) 2019-05-05 23:39:45 +09:00
test Add simple LearningSwitch Example 2017-11-24 10:50:35 +09:00
.gitignore Add simple LearningSwitch Example 2017-11-24 10:50:35 +09:00
mix.exs Add simple LearningSwitch Example 2017-11-24 10:50:35 +09:00
mix.lock Feature/bundle support (#15) 2019-05-05 23:39:45 +09:00
README.md Add simple LearningSwitch Example 2017-11-24 10:50:35 +09:00

LearningSwitch

TODO: Add description

Installation

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

def deps do
  [
    {:learning_switch, "~> 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/learning_switch.