CANopen NMT broadcast (using NodeId 0) support
I am wondering if there is a way to send NMT commands to all CANopen-nodes at once using NodeId = 0x00 (zero) as broadcast.
At first I thought canopen::NodeChain would do that but eg. canopen::NodeChain::start() is also iterating over its Node-objects calling start() for each node seperately.