Skip to content

How can I refactor p2p protocol? #81

@JackBekket

Description

@JackBekket

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions