noxrepo / pox

The POX network software platform
https://noxrepo.github.io/pox-doc/html/
Apache License 2.0
620 stars 470 forks source link

POX Controller Web Console #248

Closed Maziar662000 closed 3 years ago

Maziar662000 commented 3 years ago

Dears, I am new to POX. I implemented POX on Ubuntu, and now I am wondering whether there is a web console, like that of FloodLight, for POX also or not?

MurphyMc commented 3 years ago

Not really.

POX isn't really so much of a controller as a controller framework. So it doesn't so much have a web console as it has a little bit of a web framework. POX itself has several components for working with the web, and POXDesk is a framework for developing web-based GUIs which has some examples. But there's no singular web UI since there's no singular POX functionality.

Maziar662000 commented 3 years ago

Thank you for your fast reply. I am going to implement a component on POX for fault tolerance on switch level so that when a switch gets failed the hosts connected to that switch would be migrated to another switch. Would you please shed a light on this for me (any link or information regarding the implementation such a component)? Also, if it is better to choose another controller please give me your suggestions. Thanks in advance.

Best regards,


From: Murphy notifications@github.com Sent: Thursday, September 24, 2020 8:02 PM To: noxrepo/pox pox@noreply.github.com Cc: Maziar662000 maziar_ravanbakhsh@hotmail.com; Author author@noreply.github.com Subject: Re: [noxrepo/pox] POX Controller Web Console (#248)

Not really.

POX isn't really so much of a controller as a controller framework. So it doesn't so much have a web console as it has a little bit of a web framework. POX itself has several components for working with the web, and POXDeskhttps://github.com/MurphyMc/poxdesk is a framework for developing web-based GUIs which has some examples. But there's no singular web UI since there's no singular POX functionality.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/noxrepo/pox/issues/248#issuecomment-698468951, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADCE44CTQ6KT2SYXK3HGB6DSHN3RFANCNFSM4RX47NLQ.

MurphyMc commented 3 years ago

I think there's too broad of a space of problems/solutions here for me to be able to comment reasonably.

But good luck!