Here guides the basic usage of ProudNet.
FYI, here are the key methods of using ProudNet.
Proud.CNetServer.Start | Start server |
Proud.CNetClient.Connect | Connect client to server |
Proud.CNetServer.CreateP2PGroup | Set ready for peer-to-peer communication between clients |
Proud.CNetClient.AttachProxy, Proud.CNetClient.AttachStub | Define the communication message between hosts |
Proud.CNetServer.AttachProxy, Proud.CNetServer.AttachStub | Define the communication message between hosts |
Calling for RMI Proxy function and setting callback for RMI stub | Usage of Remote Method Invocation Communication message between hosts |
Proud.CNetClient.Disconnect | Disconnect the client from the server |