Skip to content
Full-Stack OpenFlow Framework in Ruby
Branch: develop
Clone or download
Nick Karanatsios
Nick Karanatsios add travis ci build image
Latest commit 47cac03 Jun 14, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
bin integrate travis support Jun 13, 2018
features Update phut Oct 24, 2016
fixtures/event_logger
lib Add Controller#send_message_binary Nov 3, 2016
spec Use Pio develop branch Sep 20, 2016
tasks integrate travis support Jun 13, 2018
.gitignore Pure-ruby trema. May 29, 2015
.hound.yml Pure-ruby trema. May 29, 2015
.rspec RSpec 3.0.0. Jul 1, 2014
.rubocop.yml integrate travis support Jun 13, 2018
.travis.yml integrate travis support Jun 13, 2018
CHANGELOG.md Version bump Feb 29, 2016
CONTRIBUTING.md Added contribution guidelines. Oct 18, 2013
Gemfile Update phut Oct 24, 2016
README.md add travis ci build image Jun 13, 2018
Rakefile integrate travis support Jun 13, 2018
cucumber.yml Refactoring barrier_reply handler test. Aug 20, 2015
trema.gemspec integrate travis support Jun 13, 2018

README.md

Welcome to Trema

Build Status Code Climate Coverage Status Dependency Status

Trema is an OpenFlow controller programming framework that provides everything needed to create OpenFlow controllers in Ruby. It provides a high-level OpenFlow library and also a network emulator that can create OpenFlow-based networks for testing on your PC. This self-contained environment helps streamlines the entire process of development and testing.

Prerequisites

  • Ruby 2.0.0 or higher (RVM).
  • Open vSwitch (apt-get install openvswitch-switch).

Documentation

See https://relishapp.com/trema/trema/docs for links to documentation for all APIs.

Sample Code

Study sample code for implementation examples of Trema features. Each sample code project is executable source example of how to write a OpenFlow controller using Trema Ruby API.

Contributors

Special thanks to all contributors for submitting patches. A full list of contributors including their patches can be found at:

https://github.com/trema/trema/contributors

License

Trema is released under the GNU General Public License version 2.0 or MIT License:

You can’t perform that action at this time.