DittoPresenceGraph

data class DittoPresenceGraph

Represents the Ditto mesh network of peers and their connections between each other. The localPeer is the entry point, all others are remote peers known by the local peer (either directly or via other remote peers).

Functions

Link copied to clipboard
fun json(): String

Generates a JSON representation of the presence graph.

Properties

Link copied to clipboard
val localPeer: DittoPeer

The local peer (usually the peer that is represented by the currently running Ditto instance). The localPeer is the entry point, all others are remote peers known by the local peer (either directly or via other remote peers).

Link copied to clipboard
val remotePeers: List<DittoPeer>

Returns all remote peers known by the localPeer, either directly or via other remote peers.