Ticket #95 (closed defect: implemented) | |||||||||||||||||||||
Use broadcast instead of multicast for world info protocol
Description
Currently world info messages carrying information about robot and ball positions etc. are transmitted via multicast. We experienced problems during the German Open showing deficiencies in this approach.
Additionally in the case of wifi there is no benefit in using multicast, as everything is transmitted over a shared medium, effectively causing the same burden on the medium for both, multicast and broadcast.
Using broadcast makes it easier as the underlying operating system and hardware do not need to support special stuff like multicast management. It is therefore considered to be more fail proof and will be used in the future for world info (the current state of multicast transmission might be kept intact). Change History
Note: See
TracTickets for help on using
tickets.
| This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Subscriber, Participant
| ||||||||||||||||||||

