asyncsocket
What is stopping data flow with .NET 3.5 asynchronous System.Net.Sockets.Socket?
I have a .NET 3.5 client/server socket interface using the asynchronous methods. The client connects to the server and the connection should remain open until the app terminates. The protocol consists[详细]
2022-12-31 20:37 分类:问答How to pull UIImages from NSData from a socket
I\'m using ASyncSocket to move some UIImages from one device over to another. Essentially, on one device I have:[详细]
2022-12-30 03:27 分类:问答sendData (lib AsyncSocket) just before iPhone quit
I have an iPhone application that send datas via wifi on my mac. I would like to send a logout message to my mac when I quit the iPhone app.[详细]
2022-12-25 09:32 分类:问答How to send file from server to multiple clients at a time in mfc using sockets?
I am making simple one on server side & one on client side application for transfering file from one location to an开发者_StackOverflow社区other location or from one computer to another computer i[详细]
2022-12-23 05:55 分类:问答iPhone AsyncSocket always connecting on any port!
I\'m using (or trying to...) AsyncSocket to connect to a server but it always connect even if the server is not running... I\'m using the SDK 3.1.2. Anyone faced this problem before?[详细]
2022-12-21 10:18 分类:问答Cocoa AsyncUDPSocket framework, (long)tag variable explanation and my delegate only sometimes called
my first post and also my first question. I am currently playing around with the Artnet protokoll, which is based on UDP. Trying to develop an Cocoa Application that reads Artnet data. I decided to us[详细]
2022-12-19 17:26 分类:问答How to implement voice chat in cocoa?
I have made a simple chat application u开发者_如何学Csing AsyncSocket class where client nodes can send message to each other via chat server application.[详细]
2022-12-19 06:36 分类:问答Socket Server: Manage client connections
I\'m wondering how to implement a client management for a socket server. I\'m having the case where I would like to know whether the client has just reconnected or if it\'s a new client. I know, it s[详细]
2022-12-17 06:24 分类:问答Creating an MJPEG Viewer Iphone
I\'m trying to make a MJPEG viewer in Objective C but I\'m having a bunch of issues with it. First off, I\'m using AsyncSocket(http://code.google.com/p/cocoaasyncsocket/) which lets me connect to the[详细]
2022-12-16 00:30 分类:问答peer - to - peer chat with AsyncSocket class
I want to use AsyncSocket class for peer - to - peer chat. I have been able to make a sample chat application where one user can communicate with other user by transmitting messages to server and then[详细]
2022-12-15 04:46 分类:问答
加载中,请稍侯......