Max Hausch

Results 22 issues of Max Hausch

When running the script for the first time after connecting the headset, it fails with an OSError: ``` $ ./bluetooth_battery.py 38:18:4C:XX:XX:XX 38:18:4C:XX:XX:XX is offline (111, 'Connection refused') ``` The headset...

We should not simply exit cleanly without any output. This change will make the mn script exit with the exit code 1 and also print the exception in the terminal....

This behavior seems more natural to me. Closes #845 The build directory is actually already excluded in the `.gitignore` file

when running `mininet/util/install.sh -3fy`, i ran into the following problem: ``` File "setup.py", line 17, in import setuptools ImportError: No module named setuptools ``` this is because the installation script...

Currently the make step of the ofsoftswitch13 master fails. This also fails the installation script when running it like this: `~/mininet/util/install.sh -n3f` Until https://github.com/CPqD/ofsoftswitch13/pull/313 is merged, this will fix the...

I think pulling telnet into the mininet installation is unnecessary, as we can also solve this by using netcat. Regarding the featureset and areas of usage, netcat seems to be...

This commit changes the syntax of the switch command as follows `mininet> switch {start, stop} [] [...]` I tested this change: ``` $ sudo mn --topo=linear,5 *** Creating network ***...

As stated in #1099 i thought about providing a Vagrantfile to make it easier to experiment with Mininet. I could reproduce many bugs or check multiple other issues with the...