GithubHelp home page GithubHelp logo

Comments (3)

ramonfontes avatar ramonfontes commented on September 26, 2024

ap1 ping sta1 or any ap ping sta is not working. However, sta1 ping ap1 works.

Could you please tell me the ip address of ap1??

Please make sure you have an issue before opening a new one.

from mininet-wifi.

ldahal avatar ldahal commented on September 26, 2024

I had not assigned one . I now assigned it as below
ap1 = net.addAccessPoint('ap1', ssid='new-ssid', mode='g', ip='10.0.0.6/8', channel='1',
failMode="continue", position='60,65,0', max_stations=20, range=90, txpower=30)

ap2 = net.addAccessPoint('ap2', ssid='new-ssid',  mode='g', ip='10.0.0.7/8', channel='11',
                             failMode="continue", position='180,65,0', max_stations=20, range=90, txpower=30)

I also added the following lines

net.configureNodes()
net.addLink(ap1,ap2)
net.addLink(sta1,ap1)
net.addLink(sta1,ap2)
net.addLink(sta2,ap1)
net.addLink(sta2,ap2)
net.addLink(sta3,ap1)
net.addLink(sta3,ap2)
net.addLink(sta4,ap1)
net.addLink(sta4,ap2)
Made iptables to ACCEPT for INPUT , FORWARD and OUTPUT.
My goal is everything connected to everything. Pingall command shows 83 % dropped (2/12 received). I am doing something wrong but couldn't figure. Sorry, pretty new with SDN. Read your book still couldn't find a way to get everything connected.

from mininet-wifi.

ramonfontes avatar ramonfontes commented on September 26, 2024

I think you don't know how Mininet-WiFi and OVS work. I strongly suggest you to read the mn-wifi book: https://github.com/ramonfontes/mn-wifi-ebook

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.