Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pleae help me WITH ADDING 2ND VEHICLE_TRACKER #12

Open
Pradeepjha88 opened this issue Dec 10, 2019 · 9 comments
Open

Pleae help me WITH ADDING 2ND VEHICLE_TRACKER #12

Pradeepjha88 opened this issue Dec 10, 2019 · 9 comments

Comments

@Pradeepjha88
Copy link

I want to add 2 VehicleTRacker and 10 Eavesdropper. May I know which files do I need to make changes? At present we have just 1 Vehicle tracker and 25
Screenshot from 2019-12-10 14-12-00

@Pradeepjha88
Copy link
Author

Hi Karim
Can you please send me your answer to my mail --- [email protected]. Eagerly waiting for your reply.

@Ruqayah-Alani
Copy link

Emara assumed that the adversary has control over a whole area. Thus, depending on your map area, the eavesdroppers of 300 meters with overlapping of 30 meters will automatically be created. Otherwise, if you do not want full coverage you need to identify the eavesdropper manually as an example given in omnetpp.ini
omnetpp

@Ruqayah-Alani
Copy link

I am not sure how to identify the two-vehicle trackers but in Eavesdropper.cc beacon will be collected and sent to the vehicle tracker except for the beacons that marked as encrypted inside mix zone areas that will not be sent to the vehicle tracker.
EavesdropperToTracker
Hope this help

@karim-emara
Copy link
Owner

Thanks Pradeep for your interest in PREXT. and Thanks Ruqayah for clarification.
The vehicle tracker module is a logical centralized module that is contacted by all eavesdroppers (direct function call) when a beacon message is received. Thus, to have N trackers, you need to:
1- create these trackers as Omnet simple modules and add them to the scenario ned file
2- obtain pointers of these modules in the eavesdropper's initialize function
3- call trackers' beaconReceived to send beacons to the trackers.

As Ruqayah thankfully clarified, eavesdroppers can be automatically created and evenly distributed to simulate full coverage. Otherwise, they should be manually placed and configured in the ini file.

@Ruqayah-Alani
Copy link

You are very welcome

@Pradeepjha88
Copy link
Author

Pradeepjha88 commented Dec 11, 2019 via email

@Timor7hao
Copy link

Hello dear friend.
Why can't I show the information transfer process in my code.It seems that the eavesdropper is not working. The values in the display are all 0, and the traceability is also shown as NaN. Can you help me?Thank you very much!
image
image
image

@Pradeepjha88
Copy link
Author

Pradeepjha88 commented Mar 4, 2020 via email

@Timor7hao
Copy link

Hi Jha,
Thank you for your reply.I used the higher version of the code:https://github.com/AuspeXeu/PREXT, I have configured according to the author's requirements, I just regenerated:munich10.rou.xml, because the previous traffic information did not work, the rest of the code did not change any.I tried every anonymous scheme, and all had the same symptoms.I don't know what went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants