dnatividade / VEINS-tutorials

Tutorials about VEINS, Sumo and OMNet++
GNU General Public License v3.0
16 stars 2 forks source link

ADDing a RSU on the simulation to reciev a message from cars and send it to eNodesBX veins #7

Closed Y-AMDIAZ closed 8 months ago

Y-AMDIAZ commented 9 months ago

I want to incorporate RSU (Roadside Unit) into my simulation simuLte to receive messages from cars and send them to eNodeB1. However, I'm encountering challenges when adding it, and I'm seeking guidance on where and how to modify the setup to facilitate communication. Can you please help? but where I can modify to creat a communication betwenne RSU and eNodeB ?? please if you have any idea about that ?? im blocking here

image image image
dnatividade commented 9 months ago

Take a look at this example. This is a simple scenario where the RSU continuously sends messages to vehicles. https://github.com/dnatividade/Vanet-Projects/tree/main/01%20Simple%20Projects/001%20Send%20broadcast%20msg%20from%20RSU%20to%20cars%20continuously

Y-AMDIAZ commented 9 months ago

But this is specific to veins, and I'm aware that I've used RSU in veins before. What I'm aiming for now is utilizing RSU in a different environment, similar to LTEsimu. When I integrate RSU into this simulation, what modifications should I make to establish communication between the RSU and another device, akin to eNodeB1 ?

Y-AMDIAZ commented 9 months ago

I add a RSU in this picture on the simulation

image

I take a RSU setting and I add it on the omnet.ini of our simulation

image

the result

image
dnatividade commented 9 months ago

This message is appearing because your configuration file (omnetpp.ini) is missing parameters. But unfortunately I won't be able to help you with this issue, as I only work with Veins.

I'm sorry I couldn't help you more.