CTR Pia  4.11.3
Game Communication Engine
PiaTransport Sample Demo

Location

$CTRPIA_ROOT/sampledemos/transport

Building the Program

Go to the $CTRPIA_ROOT/sampledemos/transport directory and execute the following.

% omake

The executable (.cci) file is generated in:

$CTRPIA_ROOT/sampledemos/transport/(sample demo name)/images/(platform name)/(target name)/

For example, it will be generated in the following folder:

$CTRPIA_ROOT/sampledemos/transport/ReliableAndUnreliable/images/CTR-TS.Process.MPCore.fast/Release/

Description

transport/ReliableAndUnreliable Sample Demo This sample demonstrates the use of the nn::pia::transport::UnreliableProtocol and nn::pia::transport::ReliableProtocol classes.
transport/ReliableBroadcast Sample Demo This sample demonstrates the use of the nn::pia::transport::ReliableBroadcastProtocol class.