I have a task of connecting a few instances of local ai into one federated network / swarm. Local ai worker nodes are grpc instances of backends in format of address:port. Local ai balance node (head) can organise network if it have a list of such workers grps addresses or p2p module. It should work on randez-vous point principle to connect all nodes with same randez-vous point string in one cluster.
So I need simple p2p protocol, which through which I would be able to exchange peer addresses and grpc addresses by randez-vous string across any network enviroment.
Is it possible to make it using this p2p module? How to do it?
I have a task of connecting a few instances of local ai into one federated network / swarm. Local ai worker nodes are grpc instances of backends in format of address:port. Local ai balance node (head) can organise network if it have a list of such workers grps addresses or p2p module. It should work on randez-vous point principle to connect all nodes with same randez-vous point string in one cluster.
So I need simple p2p protocol, which through which I would be able to exchange peer addresses and grpc addresses by randez-vous string across any network enviroment.
Is it possible to make it using this p2p module? How to do it?