-
Notifications
You must be signed in to change notification settings - Fork 1
NetworkDomain
Christian Schladetsch edited this page Mar 12, 2023
·
2 revisions
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.
Proxy and Agent. Any peer can create either, either automatically or by request.
Tau is a code generator.
A NetworkId is a pair of Guid and local object Id.
peer = local.Connect("123.234.12.3", 2125)
Pyro Documentation. (C) 2023 [email protected]. All Rights Reserved.