riebl / artery

OMNeT++ V2X simulation framework for ETSI ITS-G5
GNU General Public License v2.0
202 stars 128 forks source link

adding RSU to simuLTE probleme cars veins #325

Closed Y-AMDIAZ closed 4 months ago

Y-AMDIAZ commented 4 months ago

I want to add RSU to SimuLTE so to communicate with cars but when I do run it gives me erreur I add a variable in highway.ned

image image

PLEASE HELP

riebl commented 4 months ago

The applType parameter is obviously not set in your configuration. See scenarios/artery/omnetpp.ini where you can find a line *.node[*].applType = "artery.veins.ApplicationLayer". You need a similar line in your omnetpp.ini but for *.rsu[*].

Y-AMDIAZ commented 4 months ago

where I can find scenarios/artery/omnetpp.ini i did nt find this ".node[].applType = "artery.veins.ApplicationLayer"."

image

here!

riebl commented 4 months ago

https://github.com/riebl/artery/blob/d4cc6fabff42c6c39e344da8a5ac849028175cf6/scenarios/artery/omnetpp.ini#L38

Your config seems to be entirely unrelated to Artery, though. If you intend to combine SimuLTE and Veins, then you are wrong here.

Y-AMDIAZ commented 4 months ago

Yes, I am currently working with simuLte, and I've integrated RSUs into the simulation. My objective is to enable RSUs to receive messages from cars and then transmit them to eNodeB. I'm wondering whether this is feasible or not within the SimuLTE framework. Can RSUs be effectively utilized in SimuLTE for such communication tasks?

riebl commented 4 months ago

I think this use case is feasible though it may require some customizations. However, this project here ("Artery") is not the right place for your questions about SimuLTE. Please refer to the SimuLTE project for these.