ObjectDeliverer Log File Saving and Playback Feature
Recording Communication Content When implementing communication features, there are almost always times when you want to reproduce the situation later. This is especially essential when the environment of the communication partner is difficult to prepare. Therefore, I implemented a feature in ObjectDeliverer to save communication content to a log file and play it back. Sample Here is a sample using the save and playback features. The communication content here is a captured bitmap of 800px x 450px 32bit ARGB, so 1,440,000 bytes = (800 x 450 x 4) of data are sent and received every 60fps (=16.66ms). ...