NetworkDomain - cschladetsch/CsharpPyro GitHub Wiki
Network Domain
Peers
There are no 'Clients' or 'Server' in the Pyro network system. Rather, there is a set of Peers where each can act as a Client or a Server by creating Proxies and Agents.
Proxies and Agents
Proxy and Agent. Any peer can create either, either automatically or by request.
Tau
Tau is a code generator.
NetworkId
A NetworkId is a pair of Guid and local object Id.
Connecting Nodes
peer = local.Connect("123.234.12.3", 2125)