I am using Inetmanet framework and i am runing the TracI example using OMNeT++ 4.1 version anlong with INETMANET framework.. everything seem to work according to the previous version of VEINS description.
MY question is its only doing V2V (vehicle-to-vehicle) communication but not V2I. Could you pls guide me on the right track how can i implement or any example as to how i can do V2I using the same VEINS module framework.
I have already looked at the FAQ-6: where its mentioned that -
How can I add static nodes, e.g., a Road Side Unit (RSU) to my simulation?
Just create a new compound module that combines a Veins radio module with OMNeT++ (static) mobility. You can freely mix Veins specific modules with other OMNeT++ modules.
Please can you give me a more detialed explanation please !!!
Your guidance is very much valuable at this point.
Thanks
Kind Regards
Arni
________________________________________
From: omn...@googlegroups.com [omn...@googlegroups.com] On Behalf Of Christoph Sommer [christop...@uibk.ac.at]
Sent: 21 February 2012 12:16
To: omn...@googlegroups.com
Subject: [SPAM: 3.000] Re: [Omnetpp-l] Model error: Could not connect to TraCI server.
mixsum wrote:
> Could not connect to TraCI server.
>
> how can I resolve this problem ?
>
> I have tried many solutions. But the problem persists.
This is covered in the Veins FAQ
<http://veins.car2x.org/documentation/faq/>.
You might also want to have a look at the Veins tutorial to help you get
started.
Also, please have look at FAQ #3 -- in particular: please include as
much information as you can in your email. This will most likely include
what steps you already took to try and remedy the problem, which
approaches worked and to what extent. Feel free to link to screen shots
or movies, but please do not attach them to your mail.
Best,
Christoph
--
Dr.-Ing. Christoph Sommer
Institute of Computer Science
University of Innsbruck, Austria
Phone: +43 512 507-96835 / Fax: -9888
http://ccs.uibk.ac.at/~sommer/
--
Sent from the OMNeT++ mailing list. To configure your membership,
visit http://groups.google.com/group/omnetpp
Arindam Ghosh wrote:
> Veins FAQ wrote:
>> How can I add static nodes, e.g., a Road Side Unit (RSU) to my simulation?
>> Just create a new compound module that combines a Veins radio module with OMNeT++ (static) mobility. You can freely mix Veins specific modules with other OMNeT++ modules.
>>
> Please can you give me a more detialed explanation please !!!
1) Create a new compound module (say, RoadSideUnit) that looks exactly
like a Car module.
2) Replace the TraCIMobility module with a LinearMobility module with
speed zero.
3) You now have a node that can participate in a VANET, but won't move.
This can represent one of your Road Side Units (RSUs).
Thanks a million for your guidance !!!
Will apply them immediately and try to run the simulation. Lets hope for the best.
I ll bother you again if any i have any more doubts, as of now its a good star.
Thank you very Sir :)
Kind Regads
Arni
________________________________________
From: omn...@googlegroups.com [omn...@googlegroups.com] On Behalf Of Christoph Sommer [christop...@uibk.ac.at]
Sent: 21 February 2012 13:20
To: omn...@googlegroups.com
Subject: Re: [Omnetpp-l] RE: VEINS V2I communication
Dear Arni,
Best,
Christoph
--
Sagar Pareek wrote:
> [using] nullMobility in place of linearMobility
> I am getting problem in application layer
your application layer might only be designed to work for use in Car
nodes. If you are using the Demo application layer for Cars, feel free
to remove any code that uses features only available via TraCI (e.g,
changeRoute).
<best,
Neeraj Mudgil wrote:
> Can we use ieee 802.11 p module of veins2.0-rc1 which is based upon
> mixim2.2 with older version of veins which is based upon INET framework.
Sorry, but that won't be possible without much work.
Best,