How to Transfer Large Files over wifi in iOS
问题 I downloaded WiTap Code From Apple's website. Its for transferring data over local wifi network. I am working in a project to interact as client - server architecture. I am sending NSData from client side to server. I made 2 projects; one for client and one for server At client side project, i made following Changes For that I modified the AppController.m file by adding following method AppController.m (Client side) - (void)sendData:(NSData*)pobjData { assert(self.streamOpenCount == 2); if (