Object.NetworkCoordinator (object v0.1.2)

Coordinates network operations across all network components.

Handles high-level network operations like establishing secure connections, managing object replication, and coordinating distributed operations.

Summary

Functions

Returns a specification to start this module under a supervisor.

Connects to the P2P network.

Gets network statistics.

Creates a proxy for a remote object.

Publishes a local object to the network.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

connect_network()

Connects to the P2P network.

get_network_stats()

Gets network statistics.

get_remote_object(object_id)

Creates a proxy for a remote object.

publish_object(object)

Publishes a local object to the network.

start_link(opts)