Are there any ways to make a cluster based on Ethernet serial communications for hailo devices?
What I want to implement is connecting multiple Hailo devices in the same network using Ethernet and creating controls for parallel model processing.
For example:
master - multiple workers
The goal is that when we identify the firmware controls in the master node (i.e. hailortcli fw-control identify), I want to show how many devices are connected in this local network.
If you have any ideas or documents for this work, please share them with me.
More precisely, I have a few Hailo devices connected to Raspberry Pi evaluation boards.
What I want to do is control all the Hailo devices connected to each worker Raspberry Pi board via an Ethernet-based system.
Currently, I have successfully received the calculation results from the workers via the rasp. pi clustering system, but I cannot directly access the Hailo devices on the workers.
That’s why I am asking if there is any way to directly access the Hailo devices on the workers from the master.
The Hailo devices are controlled by the HailoRT APIs. HailoRT itself is running on the host. If you want to control them from another system you will need to implement an application that will do that for you.