DIT168-V2V-responsibles / v2v-protocol

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

FollowRequest has no fields? #11

Closed chrberger closed 6 years ago

chrberger commented 6 years ago

The message FollowRequest does not contain any fields (https://github.com/DIT168-V2V-responsibles/v2v-protocol/blob/master/Messages.odvd#L7); do you just check whether it has been sent?

timjon commented 6 years ago

The followRequest and followResponse are used to do a handshake between the leader and follower and the only thing the leader needs from the follower is the ip which is extracted from the sender parameter of the UDPReceiver.

chrberger commented 6 years ago

Okay, I see

kosara-g commented 6 years ago

Resolved.