I know that with PDO there can be more than one receiver, but I wonder if that also applies to SDO block upload, so if I can have node A acting as a client, node B as a server and having some "eavesdropping" node C receiving a copy of the payload data.
I guess one of the risks is that there won't be any ack from C on whether data has been received or the CRC matches, so even if possible, I don't think is a good idea.
Is there a way in CANopen to sort of "broadcast" segmented data to more than one destination? The reason is not to duplicate bandwidth in B to A and B to C transfers.