Many components that expose an API do so by registering an object on pox.core.core. For example, the OpenFlow component registers core.openflow. A simpler example is dns_spy.
You can also do the usual Python method of just importing the other component and calling functions and accessing variables. -- Murphy On Nov 14, 2012 10:41 AM, "yashwanth kp" <[email protected]> wrote: > Hi all, > > I have built the simple foo component from the POX > Wiki<https://openflow.stanford.edu/display/ONL/POX+Wiki#POXWiki-DevelopingyourownComponents> > . > How can i call another component from this component? > Is it possible? > > Or how can i call this component from the existing component? > > -- > Regards, > > Yashwanth K P > Final Year , B.Tech > NITK, Surathkal > Contact: +91-9538403606 > >
