CTR Pia  4.11.3
Game Communication Engine
PiaReckoning Sample Demo

Location

$CTRPIA_ROOT/sampledemos/reckoning

Building the Program

Go to the $CTRPIA_ROOT/sampledemos/reckoning directory and execute the following:

% omake

The executable (.cci) file is generated in:

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

As an example, the files are generated in the following folder:

$CTRPIA_ROOT/sampledemos/reckoning/Simple/images/CTR-TS.Process.MPCore.fast/Release/

Description

reckoning/Simple Sample Demo This demo uses each feature of PiaReckoning. Positional data is transmitted among a group of two to four connected test units. You can use the sample to compare Unreliable and Reckoning in terms of the volume of communications and the movement of the received position.
Reckoning Image

Revision History

2015-08-20
A latency can now be set using the Latency item.
Reckoning now uses a linear prediction algorithm.
By tinkering with the speed of the rectangle, you can verify that it moves faster than by making corrections.
2014-04-23
Made revisions so that the system can switch between Reckoning mode and Unreliable mode. This feature enables the use of PiaReckoning to check the reduction in the number of packets.
2013-10-28
Initial version.