Coder Social home page Coder Social logo

martimy / flowmanager Goto Github PK

View Code? Open in Web Editor NEW
79.0 79.0 35.0 2.43 MB

An SDN application that gives its user the ability to control flows in an OpenFlow network without coding.

Home Page: https://martimy.github.io/flowmanager/

License: Other

HTML 10.88% CSS 10.94% Python 21.06% JavaScript 57.12%
network-monitoring networks openflow openflow-app ryu-controller sdn

flowmanager's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flowmanager's Issues

Port statistics in Match Field

Firstly, let me clarify that I m a newbie to FlowManager. I want to add a flow rule that will happen only when the traffic at a particular port is below a specific integer. I check all the fields in Match Field tab under Flow Control tab but did not find anything suitable to my requirements. Is it possible or not ? in any way. Please help me out.

Log Message Page did not work

Dear Mr. Maen Artimy,

Bug Report : Log Message Page not showing any log
I was trying to looking for log messages about what happen in my topology (ex. Mininet Topology), such as about Packet-In or Packet-Out messages. It seem your current code is not work well yet.
Could you please fix a few lines of code about "Log Message Page"?

Feature request : Snort Alert Log Messages
Can I know, is it possible to create a new page for showing Snort (IDS) Alert Message if I using it for detect an intrusion on my topology ?
Could you give me a advice / suggestion how to do it ?

Thank You

Deleting flows with SET_FIELD actions

Flows entries that have SET_FIELD actions cannot be deleted directly from the flow tables. Instead, you can follow this procedure:

  • Select the entry from the flow table.
  • Select Edit from the flow table menu.
  • Go to the Flow Control view, and click on the Import button (top right).
  • Select Delete Strict operation.
  • Click Submit.

lunching error

Capture

hello dear,
I'm trying to lunch your app and I got this error, can you help plz. another question , I want to use it with Ryu controller should I clone it in the same folder with the controller or at user mode? . THANKS IN ADVANCE

no switch or host icons showing in topology

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

ryu@ryu-mn:~$ ryu-manager --observe-links --app-lists  ~/flowmanager/flowmanager.py ryu.app.simple_switch_13
loading app /home/ryu/flowmanager/flowmanager.py
('You are using Python ', sys.version_info(major=2, minor=7, micro=12, releaselevel='final', serial=0))
loading app ryu.app.simple_switch_13
loading app ryu.topology.switches
loading app ryu.controller.ofp_handler
instantiating app None of DPSet
creating context dpset
creating context wsgi
instantiating app /home/ryu/flowmanager/flowmanager.py of FlowManager
instantiating app ryu.app.simple_switch_13 of SimpleSwitch13
instantiating app ryu.topology.switches of Switches
instantiating app ryu.controller.ofp_handler of OFPHandler
(2549) wsgi starting up on http://0.0.0.0:8080


ryu@ryu-mn:~$ sudo mn --topo tree,depth=2,fanout=2 --switch ovsk --controller=remote,ip=127.0.0.1,port=6653 --mac
*** Creating network
*** Adding controller
*** Adding hosts:
h1 h2 h3 h4 
*** Adding switches:
s1 s2 s3 
*** Adding links:
(s1, s2) (s1, s3) (s2, h1) (s2, h2) (s3, h3) (s3, h4) 
*** Configuring hosts
h1 h2 h3 h4 
*** Starting controller
c0 
*** Starting 3 switches
s1 s2 s3 ...
*** Starting CLI:
mininet> 

Only the links and circles for the switch interfaces appear in the topology. I expected to see the switches and hosts as green icons.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Visible switches and host icons.
flowmanager

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Topology is displayed in a wrong way

Hello sir,
I hope you can help me I created a mininet topology using the following command:
sudo mn --controller=remote,ip=127.0.0.1 --mac --switch=ovsk,protocols=OpenFlow13 --topo=linear,4
and after starting a simple switch script in ryu controller I get a wrong topology and the real topology is that every host is connected to one switch :
mininet-topo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.