Help with apple

The problem with that is that the Ruida uses UDP, which does not guarantee delivery. If a packet is dropped, the Ruida just gives up. Using ‘Send’ to send a job to the controller is pretty reliable this way, because if it fails, you can just retry. If you use ‘Start’ to send the job, it begins running before the transfer is done, so if it fails, you can ruin the material.

A Raspberry Pi is about $30, so they’re quite cheap, we just have to write the ‘relay’ code to make it work.