Yes, this is possible, and many components do it. Check many of them for a demonstration (forwarding.l2_learning, for example).
The mechanism is described in the "Developing your own Components" section of the manual, in the subsection "The launch function". -- Murphy On Apr 10, 2014, at 7:22 AM, Keqiang He <hekeqi...@gmail.com> wrote: > Hi -- > > I am wondering whether we can pass arguments to a user-defined module in POX? > For example, we have a module called security. I know that we can call it > like ./pox.py samples.security. However, What the user can do if he/she wants > to pass some arguments to this security module? > > Thanks!