Ramon Fontes
Ramon Fontes
Hi @davidcawork ;) , Are you doing something similar to the tutorials I've added in https://github.com/ramonfontes/tutorials/tree/master/exercises by any chance? Could you clarify this -> the interfaces that are created, are...
> So I decided to use the P4 tutorials that you created for the last step or make a new integration depending on the possible limitations that I found. Everything...
> From my side I'm thinking about automating the P4 installation. P4 dependencies can be installed with `util/install.sh -P` (https://github.com/intrig-unicamp/mininet-wifi/commit/75dc9475cbf8f93a0dedba3450de395b117a18a0)
Actually I think that the FOP4 guys are reusing `bmv2.py` from [ONOS](https://github.com/opennetworkinglab/onos/blob/master/tools/dev/mininet/bmv2.py). As I didn't want to re-invent the wheel too I opted to consider the same `bmv2.py` file. However,...
Hi @davidcawork, I'm excited to see this feature. I've added Stratum in `bmv2.py` and ONOS is working too. I released a [video](https://www.youtube.com/watch?v=ccYRMYkosdE) yesterday (audio: pt / text: eng) where ONOS...
Hi @davidcawork, https://github.com/intrig-unicamp/mininet-wifi/commit/666b66ed7cfdaa51d04910557686c708ddb28e6e enables inNamespace ;)
Well, I confess that I do not remember. Which error did you find?
As far as I understood MAC layer re-transmissions are supported by wmediumd (see [this pointer](https://github.com/ramonfontes/wmediumd/blob/4ff3652b763cb4c6f2c9c1ec879ddffc4f1557b7/wmediumd/wmediumd.c#L374)), however, we need to mark the frame as a re-transmitted frame. You may want to...
This seems interesting. Thank you! :) Just a question: What does `vlc` in `sumo_vlc_ctl` mean?
Yichao, > I also add some more files there. I was wondering whether these functionalities blow are acceptable by Mininet-wifi? I was wondering if those new features aren't supported by...