Giter Club home page Giter Club logo

Comments (5)

ramisa2108 avatar ramisa2108 commented on May 29, 2024
  1. I haven't worked with Cooja before. Can't help you, sorry.
  2. You can define the behavior of a malicious node in the routing protocol class and mark some nodes randomly as malicious. There are many implementations available on Github if you are looking for something like a blackhole attack.
  3. I added the K-means classifier here in my code for selective forwarding of RREQ message. If you intend to do something similar, you can just replace the K-means code with your implementation of Naive Bayes.

from ns3-aodv-optimized-route-discovery-using-k-means-clustering.

Carla-33 avatar Carla-33 commented on May 29, 2024

Thank you for response.

when I have been run your own code, I got this error.
wscript:48: Warning: (in aodvKmeans) Requested to build modular python bindings, but apidefs dir not found => skipped the bindings.
config_file_exists = False
[ 968/2726] Compiling scratch/aodvKmeans.cc
../scratch/aodvKmeans.cc:25:35: fatal error: ns3/aodvKmeans-module.h: No such file or directory
compilation terminated.

from ns3-aodv-optimized-route-discovery-using-k-means-clustering.

ramisa2108 avatar ramisa2108 commented on May 29, 2024

You probably haven't built the new module correctly.
Add the aodvKmeans folder to ns3/contrib and run make configure followed by make.

from ns3-aodv-optimized-route-discovery-using-k-means-clustering.

Carla-33 avatar Carla-33 commented on May 29, 2024

Could you please tell me what Ubuntu system version you are using? I think my system is older than yours.
Could you explain more the difference between wifi-high-rate-aodv-example and wifi-low-rate-aodv-example?

Thank a lot....

from ns3-aodv-optimized-route-discovery-using-k-means-clustering.

ramisa2108 avatar ramisa2108 commented on May 29, 2024

I'm using Ubuntu 20.04.
wifi-high-rate and low-rate examples are demonstrations of low-rate personal area networks and high-rate LANs in ns3. They are not exactly related to using Kmeans in AODV.

from ns3-aodv-optimized-route-discovery-using-k-means-clustering.

Related Issues (7)

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.