V2I-V2V / Vehicular-Mininet-WiFi

0 stars 0 forks source link

Read a V2I trace and find 0’s to determine when the node disconnect to the server #13

Open ry4nzhu opened 3 years ago

ry4nzhu commented 3 years ago

Rt. Update the logic to determine when a vehicle disconnect to server based on its V2I trace.

ry4nzhu commented 3 years ago

Currently we use input/helpee_conf/ as config file to determine when vehicles disconnects.

ry4nzhu commented 3 years ago

Current emulation only checks V2I connection state after finishing sending each frame, we need to change the detection of V2I connection during the transmission of a frame, and stop sending if the state of a node goes to disconnected.

ry4nzhu commented 3 years ago

Support generating a series of connection, disconnection timestamp based on the LTE trace of a node.

ry4nzhu commented 3 years ago