Ramon Fontes

Results 91 comments of Ramon Fontes

Hi @davidcawork, I think the code does not work with Python 3. I encountered problems with indentation and `urllib2`. I managed to solve the problem of urllib2 with https://github.com/intrig-unicamp/mininet-wifi/blob/master/mn_wifi/bmv2.py#L26. Both...

I'm following the installation steps described in https://github.com/jafingerhut/p4-guide/blob/master/bin/install-p4dev-v2.sh. `install-p4dev-v2.sh`installs the versions listed below: ``` BMV2_COMMIT=latest version PI_COMMIT=latest version P4C_COMMIT=latest version PROTOBUF_COMMIT="v3.6.1" GRPC_COMMIT="v1.17.2" ``` However, as Mininet is included in `install-p4dev-v2.sh`...

Which propagation model are you using? Does it consider the antenna height in its formula?

This commit https://github.com/intrig-unicamp/mininet-wifi/commit/f0ee3857642281efe8a868b1b3c5d2b8e6096561 might solve the issue

Hi, Yes. It's possible. I haven't read it yet, but might be interesting to you http://ieeexplore.ieee.org/document/7763263/ 2017-08-25 7:36 GMT-03:00 ines-s-santos : > It is possible to calculate the value of...

Sorry.. it was a mistake. Reopening again.

Perhaps some changes are required in Wmediumd but I have a question: could you give me a pointer where nodes achieve such high throughputs? We know that they support 300,...

Would you mind to share some work (e.g. research papers, real experiments) that show that it is possible to reach 300Mbits in 802.11s?

Dear, Can you be more specific? What is your definition for "high throughputs"? Based on which work and which values you are arguing that you should achieve higher throughputs in...

Hi, thanks for the follow up. `nprint -N traffic.npt -w rebuilt-traffic.pcap` works but the pcap file is empty. I've generated the npt file with `nprint -i -w test.npt -f icmp`