8000 GitHub - kokomo/BKSessionController: Deals with a large file transfer between devices using a GKSession object.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kokomo/BKSessionController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BKSessionController

Due to the limitation of GameKit, data larger than 87 Kb need to be split into smaller chunks in order to be sent to other devices. BKSessionController deals with such a large file transfer between devices. Data to be sent will be automatically split into smaller chunk than the GKSession object can afford to. BKSessionController consists of the following classes and protocols:

  • BKSessionController – A class controlling a GKSession object and data to be transferred.
  • BKChunkDataContainer – A data container for data to be transfered. Since this is a private helper class, you don’t normally care about it.
  • BKSessionControllerDelegate – A protocol controlling the behavior of a BKSessionController object.

Related article

Contact

About

Deals with a large file transfer between devices using a GKSession object.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0