syft.core.io.virtualΒΆ

In this class, we support the functionality necessary to support virtual network connections between the nodes in the Syft ecosystem. Replacing this object with an actual network connection object (such as one powered by P2P tech, web sockets, or HTTP) should execute the exact same functionality but do so over a network

Functions

create_virtual_connection(node)

Classes

VirtualClientConnection(server)

VirtualServerConnection(node)