GithubHelp home page GithubHelp logo

Comments (10)

ramonfontes avatar ramonfontes commented on May 27, 2024 1

from mininet-wifi.

ramonfontes avatar ramonfontes commented on May 27, 2024 1

from mininet-wifi.

ramonfontes avatar ramonfontes commented on May 27, 2024

from mininet-wifi.

hamzehmohammadnia avatar hamzehmohammadnia commented on May 27, 2024

Hi @ramonfontes ,
There is an issue when using l2_learning pox controller. lots of warning messages pops up on the controller screen when use mininet --wifi. While using the same controller of pox with mininet (using mininet vm iso of virtual machine) shows no error and seems all fine (only on mininet).
The issues (during using mininet-wifi) point at DNS.py and IPv6.py files of packets in pox controller. I dunno why it doesn work properly..

while runnig ./pox.py forwarding.l2_learning and running: mn --wifi .... --controller remote
INFO:packet:(ipv6) warning IP packet data incomplete (114 of 229)
INFO:packet:(dns) parsing answers: next_rr: data truncated

Best,

from mininet-wifi.

hamzehmohammadnia avatar hamzehmohammadnia commented on May 27, 2024

Thanks,
I have checked with this topology:
sta1 -- ap1 --- ap2 --- sta2
but will check with your example code (raduis).
Best,

from mininet-wifi.

hamzehmohammadnia avatar hamzehmohammadnia commented on May 27, 2024

Hi,
After testing your Radius topology with "sudo mn --wifi --topo radius.py --controller remote " command, it started to work and also no error showed up on the controller screen. (i hope the way of used topology would be fine)
But within topology, I found a parameter that called "radius_passwd" in [1], at line 16 and 17. I was wondering since these two mobile stations are connected to the same access point, then why they use different wifi password? did I understood radius_passwd parameter correctly?

Best,

[1] https://github.com/intrig-unicamp/mininet-wifi/blob/master/examples/radius/radiusCode.py

from mininet-wifi.

ramonfontes avatar ramonfontes commented on May 27, 2024

from mininet-wifi.

hamzehmohammadnia avatar hamzehmohammadnia commented on May 27, 2024

Im facing with a weird error of not being able to import mininet modules.
~/mininet-wifi/examples$ sudo python radius/radiusCode.py
Traceback (most recent call last):
File "radius/radiusCode.py", line 5, in
from mininet.net import Mininet
ImportError: No module named mininet.net

or when

:~/mininet-wifi/examples/radius$ sudo ./radiusCode.py
*** Creating nodes
*** Configuring Propagation Model
*** Configuring wifi nodes
*** Associating Stations
Associating sta1-wlan0 to ap1
Associating sta2-wlan0 to ap1
*** Starting network
Traceback (most recent call last):
File "./radiusCode.py", line 47, in
topology()
File "./radiusCode.py", line 32, in topology
net.build()
File "/usr/local/lib/python2.7/dist-packages/mininet-2.1.post2-py2.7.egg/mininet/net.py", line 923, in build
mininetWiFi.configureWmediumd(self.stations, self.accessPoints)
File "/usr/local/lib/python2.7/dist-packages/mininet-2.1.post2-py2.7.egg/mininet/wifiNet.py", line 656, in configureWmediumd
WmediumdStarter.start()
File "/usr/local/lib/python2.7/dist-packages/mininet-2.1.post2-py2.7.egg/mininet/wmediumdConnector.py", line 434, in start
stderr=subprocess.STDOUT, preexec_fn=os.setpgrp)
File "/usr/lib/python2.7/subprocess.py", line 711, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

Im runnig this to test your raduis topology and pox controller.
I have tried it with mininet vm image and tested a customized topology but didnt face the same error as I see on mininet-wifi vm. According to you instruction I didnt see any specific python package installation, except apt-get updating after a fresh ubuntu installation

Best,

from mininet-wifi.

ramonfontes avatar ramonfontes commented on May 27, 2024

from mininet-wifi.

hamzehmohammadnia avatar hamzehmohammadnia commented on May 27, 2024

I have followed this [1] which was pretty easy and straight forward to install mininet-wifi. But now going to use your pre-configured vm machine.

[1] http://www.brianlinkletter.com/mininet-wifi-software-defined-network-emulator-supports-wifi-networks/

from mininet-wifi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.