viagra buy viagra online
All code is released under the Eclipse Public License v1.0 (EPL).
The main GitHub repository of the project is accessible via this URL: https://github.com/fp7-netide/
Open-source tools released by the project:
NetIDE Debugging Tools v0.2 [April 2015]: https://github.com/fp7-netide/Tools/releases
The NetIDE Debugging Toolset is composed of a Logger, Resource Manager, Garbage Collector, Model Checker, Profiler, Debugger and Simulator. This release contains a first version of the NetIDE Logger implemented for the Ryu shim Layer. The NetIDE Logger captures the messages exchanged between the data plane (network elements) and the control plane and print them messages into a screen, allowing to the user to visualize and filtering them accordingly to the type of message. It is based on RabbitMQ pub-sub mechanism. The tool is composed of two modules: the LogPub module, integrated inside the shim layer, is responsible of intercepting all the messages that arrive to the shim layer (i.e. the messages exchanged between the networks elements, NE, and the client controller) and replicating and sending back to them to a broker element. The second module called Logger will retrieve the messages kept in the broker and will show them to the end user.