Vanet Simulator

September 15th, 2009

Vehicular Ad-Hoc Networks

During my master degree I have developed, in Java language, with Armand Sofack a Vanet Simulator for simulate message exchanging by vehicle.

image_vanet

The main task of Vehicular Networks is privacy, integrity and not repudiation of messages and for do that we use a lot of methods, like pseudonyms change or group keys. We use elliptic curves for digital signatures with 128 bit of keys using two methods and different optimizations.

You can download the report of our homework: Report

You can download the developer documentation : Documentation

You can download all project: Project

Comments are closed.