Giter VIP home page Giter VIP logo

Comments (5)

mehdi-maleki avatar mehdi-maleki commented on July 28, 2024 1

By the way, the real world communication (wave model) is represented as below picture, we are just wondering which layers of this model is implemented in plexe-veins?
image

from plexe.

michele-segata avatar michele-segata commented on July 28, 2024 1
  1. Which layers (mac, physical, etc.) of wave protocol are modeled in plexe to represent the real-world communication?

Plexe uses the WAVE models provided by Veins, so it uses the IEEE 802.11p PHY/MAC plus the IEEE 1609.4 standards. Please refer to the Veins modules webpage for further info.

  1. The app and protocol folders represent which layers of the communication?

Apps and protocols simply sit on top of the datalink.

  1. What type of the modulation scheme implemented in plexe for v2v communication?

All the ones provided by 802.11p (BPSK, QPSK, QAM16, QAM64 with two coding rates each). Again refer to Veins for further info.

  1. Is there any error correction mechanisim implemented in v2v communication process?

You can use 802.11p unicast-based communication to enable acknowledgements and re-transmissions in case of losses.

  1. How we choose the controllers which will be used?

Look at the Plexe API page. The method is setActiveController().

  1. How we select the scenario type in omnet such as braking and sinusoidal?

Simply choose the appropriate OMNeT scenario when launching the simulation. The tutorial page shows you how to do it. This is more a question about OMNeT, not about Plexe.

  1. Is it possible to record the data with time prefix for different simulation runs?

You have to be more specific here. I don't really understand the question.

from plexe.

mehdi-maleki avatar mehdi-maleki commented on July 28, 2024

Hi again,

Thanks for the feedback, it really helped us to better understand the plexe-veins structure.

Regarding question 9, I mean how we can save the Omnet++ output files (.vec, .vci and .sca files) with time prefix if we want to run the same simulation for several times? Make a new set of output files rather than overwriting previous ones?

Thanks in advance!

from plexe.

michele-segata avatar michele-segata commented on July 28, 2024

This is again something related to OMNeT. You need to change the repeat parameter to generate multiple repetitions of the same configuration. See the OMNeT++ manual for further info. Once you change the repeat parameter, to understand which run number is associated with a specific run number, you can run:

./run -c Sinusoidal -q runs

from plexe.

michele-segata avatar michele-segata commented on July 28, 2024

I'll close this due to inactivity.

from plexe.

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.