MurphyMc / poxdesk

17 stars 12 forks source link

Can't see topology #5

Closed gojkog21 closed 7 years ago

gojkog21 commented 7 years ago

Hi,

I've installed POXDesk using the instructions you gave, but when I enter http://127.0.0.1:8000/poxdesk, I can't see topology in the appropriate box.

Thanks

MurphyMc commented 7 years ago

What commandline did you use to invoke POX? And, importantly, did you include the openflow.discovery and tinytopo components?

gojkog21 commented 7 years ago

I've used ./pox.py samples.pretty_log web messenger messenger.log_service messenger.ajax_transport openflow.of_service poxdesk command.

I din't include any other component.

How to invoke it??

Thanks

MurphyMc commented 7 years ago

The Getting Started page has this to say:

Note: You might also want to run openflow.discovery and poxdesk.tinytopo to get the topology viewer working. You might want to run poxdesk.terminal to get the terminal working (won't work in Windows).

Note: If you want to use POXDesk's learning switches (L2LS), you should not run a controller-side forwarding component (e.g., forwarding.l2_learning).

TL;DR: Add "openflow.discovery poxdesk.tinytopo" to your commandline to get the topology viewer working.

gojkog21 commented 7 years ago

OK. Thanks!