Re: Sending multiple files via Bluetooth using GameKit

2011-01-20 Thread Ricky Sharp
You can but keep in mind the following:

The max packet size is 87K so for larger blocks of data, you will have to break 
things up.

You will need a mini state machine to keep track of what was sent vs. what is 
left to send. 

And will of course need all the logic to handle error conditions, retries, etc. 

What is your specific goal?  Perhaps using GameKit is not the correct choice. 

Sent from my iPhone

On Jan 19, 2011, at 11:58 PM, charisse napeÿf1as cnape...@yahoo.com wrote:

 Hello Guys,
 
 Is there any way I can send multiple files via Bluetooth transfer using 
 GameKit? 
 I have already done the single
 file transfer but how about if I send multiple files without sacrificing 
 speed? 
 Can I do it synchronously? I am new to this so maybe somebody can point me to 
 the right direction?
 
 Thanks,
 Charisse
 
 
 ___
 
 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/rsharp%40mac.com
 
 This email sent to rsh...@mac.com
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Sending multiple files via Bluetooth using GameKit

2011-01-19 Thread charisse napeÿfffff1as
Hello Guys,

Is there any way I can send multiple files via Bluetooth transfer using 
GameKit? 
I have already done the single
file transfer but how about if I send multiple files without sacrificing speed? 
Can I do it synchronously? I am new to this so maybe somebody can point me to 
the right direction?

Thanks,
Charisse


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com