[pox-dev] setting link options

2013-05-02 Thread Balázs Németh
Hi all! I would like to set a link some options (bandwidth), on one of my topos. I tried it the way is shown in the corresponding mininet API example: https://github.com/mininet/mininet/blob/master/examples/simpleperf.py#L30 I am making a simple custom topology, not using the API. But it won't

[pox-dev] replies from switch

2013-04-04 Thread Balázs Németh
Hello all! I'd like to send a OFPT_STATS_REQUEST message for a switch for debugging reasons. In the OF specification it is said the switch must reply wit a ofp_table_stats message. How can I catch this message in the controller? S hould I subscribe to some kind of eVent like packetin? thanks