adi-g15 / minor-project-vanet

Simulating communication in a VANET (Vehicular Ad-Hoc Networks), and implementing access control, using concepts from blockchains, maintaining privacy of connected vehicles too.
GNU General Public License v2.0
11 stars 2 forks source link

configuring the environment #1

Open ssfffff556 opened 1 year ago

ssfffff556 commented 1 year ago

I'm interested in this project, but I'm having trouble configuring the environment, what do I need to configure?

adi-g15 commented 1 year ago

Hi @ssfffff556, sorry for the late reply. The steps are there on the README. I don't remember much myself how I set up the environment, since this was a temporary project. Just follow the steps in the README file in this repository.

  1. Install omnet++ 5, and sumo
  2. Start omnet++, and then import the repository into omnet++, using File -> Open Projects from File System
  3. veins_launchd -vv -c sumo (or veins_launchd -vv -c sumo-gui)
  4. Back to omnet++, right click on the file: examples/veins/omnetpp.ini, and chose Run As -> Omnet++ Simulation. This will automatically build the project also.
adi-g15 commented 1 year ago

What trouble did you have configuring the environment, that also if you put in the question itself, it can help you get better replies in future :)

I just noticed I did not mention the install step for sumo in README, let me know if that was the issue