DIT168-V2V-responsibles / v2v-protocol

GNU General Public License v3.0
7 stars 3 forks source link

Field TimeStamp in messages LeaderStatus and FollowerStatus unclear #13

Open chrberger opened 6 years ago

chrberger commented 6 years ago

The reasoning behind the field timestamp in message LeaderStatus is unclear (https://github.com/DIT168-V2V-responsibles/v2v-protocol/blob/master/Messages.odvd#L18) as any Envelope from OD4Session automatically provides you with the timestamping (https://github.com/chrberger/libcluon/blob/master/libcluon/resources/cluonDataStructures.odvd#L26-L28).

timjon commented 6 years ago

We are using the UDPSender and UDPReceiver to send and receive messages after the cars are connected and we cant use the timestamps from the envelope because of that as far as we know.