Ramon Fontes
Ramon Fontes
My question is about computer networking basics. :( Could you please check whether `sta1` has some default gateway? Could you also confirm that `sta1` is connected to `ap2` and `ap3`?
Please try the new `mptcp.py` file and let me know the result. I've added a README file at https://github.com/ramonfontes/reproducible-research/tree/master/mininet-wifi/The-Computer-Journal-2017
Did you try `sudo mn -c`?? And please replace the `addLink` as below: ```net.addLink(ap2, sta1, 0, 0)``` ```net.addLink(ap3, sta1, 0, 1)```
And what about the default gateway? You have not confirmed whether `sta1` is connected to the APs too. Please provide as much information as you can and answer the questions....
Two default gateways are defined in [L75](https://github.com/ramonfontes/reproducible-research/blob/master/mininet-wifi/The-Computer-Journal-2017/mptcp.py#L75) and [L78](https://github.com/ramonfontes/reproducible-research/blob/master/mininet-wifi/The-Computer-Journal-2017/mptcp.py#L78). So please run your code in debug level and see what is going wrong with these lines when you run the...
Of course. By running the command manually.
> But when I try to start the 6GHz.py from the mininet examples, I can not ping with >> sta1 ping sta2 https://github.com/intrig-unicamp/mininet-wifi/blob/master/examples/6GHz.py#L13 > Do I have to set up...
> So ax does not work at all right now? I read in the issue here https://github.com/intrig-unicamp/mininet-wifi/issues/429 that there was a patch? Do you have any comment about the regulatory...
Hi, @okofish. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the...
> Could you tell me how to do so? Wireless tools such as iw. > But I saw, that ax supports channel 1 (which seemed to work with 802.11g) Channel...