nsstream
Buffering NSOutputStream used as NSInputStream?
I have this consumer class that takes an NSInputStream as argument which will be processed async, and I want to push data that comes from a producer class that requires that it has an NSOutputStream p[详细]
2023-01-06 13:19 分类:问答how to disable Nagle algorithm on TCP connection on iPhone
I\'m building a socket , using CFStreamCreatePairWithSocketToHost(kCFAllocatorDefault, (CFStringRef) yourHostAsNSString,[详细]
2023-01-05 09:18 分类:问答Problems in getting data from CFStreamCreatePairWithSocketToHost
I\'m building an iPhoe app with a socket to a PC app , I need to get an image from this PC app. It\'s my first time using \"CFStreamCreatePairWithSocketToHost\".After I establish the socket with \"NSO[详细]
2023-01-03 00:31 分类:问答Recording Audio on iPhone and Sending Over Network with NSOutputStream
I am writing an iPhone application that needs to record audio from the built-in microphone and then send that audio data to a server for processing.[详细]
2022-12-23 03:29 分类:问答Streaming JPEGs, detect end of JPEG
I have created a java server, which takes screenshots, resizes them, and sends them over TCP/IP to my iPhone application.The application then uses NSInputStream to collect the incoming image data, cre[详细]
2022-12-21 20:12 分类:问答NSStream SSL on used socket
I am writing an application that uses NSStream\'s SSL functions on the iphone. I know that SSL is working because I can directly connect servers using SSL.[详细]
2022-12-19 14:55 分类:问答NSStream reading\writing outside the delegate method handleEvent:eventCode
in an iPhone app, I have a socket connection through wifi, and I need to read from inputStream and write to outputStream. The problem is that stream management is event-driven, and I have to wait for[详细]
2022-12-12 15:50 分类:问答Problem with NSStream SSL Connection
I am using NSStream with SSL property for socket connection. It works fine when I use the local IP address such as 192.168.1.77. But if I use any server like www.xyz.com (it has SecurityLevelTLSv1), i[详细]
2022-12-11 02:21 分类:问答