karim-emara / PREXT

PREXT is a unified and extensible framework that simulate pseudonym change schemes (i.e., privacy schemes) in VANET.
GNU General Public License v3.0
17 stars 11 forks source link

Manipulating the position of vehicle (PosX.PosY) #14

Closed Pradeepjha88 closed 4 years ago

Pradeepjha88 commented 4 years ago

I am working on implementing false nodes in Prext. For this I want to manipulate the locX.locY of the vehicle dynamically, especially for a particular scenario when a vehicle is within a range of 1 RSU it should send multiple manipulated location messages claiming that the vehicle is in overlapping region i.e the common area between 2 RSU and also in the Different RSU as well. I am able to manipulate a single message by adding some constant value to the PosX,PoY but I am directionless as how to proceed with implementing multiple messages so that the Manipulated location does not exceed the Road Boundary. Please give your valuable input to my problem. Regards

Pradeepjha88 commented 4 years ago

well, I am able to manipulate the location. Thanks Karim, Ruqayah