frenetic-lang / pyretic

The Pyretic language and runtime system
http://frenetic-lang.org/pyretic/
159 stars 99 forks source link

pyretic without mininet #39

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hey everyone,

I was trying to run pyretic without mininet. I am under the impression that the backend is automatically initialized in the mininet setup you have, so how can i do it manually? Is there a default ip address for the backend that i can use?

Let's say i want to start POX backend with ip address 10.1.1.1 on ubuntu.

Of cource is see: Connected to pyretic frontend. INFO:core:POX 0.2.0 (carp) is up. when i run a test but i can't use pyretic for my network.

Thanks in advance, Harris.