I am writing an application for video streaming.In the application server is required to know the distance of the client from it self in terms of hop number.My question is,is there any tool/method oth
I can\'t seem to find this anywhere, but I\'m sure there must be an answer... How many simultaneous HTTP connections can an iphone app service?In other words, if I build and run a bunch of NSURLConne
The message packats received contains multiple messages deliniated by a header=0xFD and a footer=0xFE
I\'d like to write some messages to the server. Each time, for the tramsmitting only, I\'m closing the outputStream and reopen it when I have to send the next message.
i have two Application to listen network Stream : Server.cs on the other hand; send file Client.cs. But i want to send more files on a stream from any folder. For example. i have C:/folder whish has g
i writed 2 client and server program. client send file also server listen port and than get file.But i need My server App must listen on 51124 port permanently. if any file on my stream, show me a mes
i try to recieve a file from server but give me error on server.Start() ERROR : In a manner not permitted by the access permissions to access a socket was attempted to
I\'m programming an application(client/server) in C++ for linux using epoll y pthreads but I don\'t know how to handle the connect() calls for attach a new connection in the descriptor list if a loop
I need to create a custom bluetooth service and I have to develop it using c++. I read a lot of examples but I didn\'t success in publishing a new service with a custom UUID. I need to specify a UUID
When I was writing a simple server for a simple client <> server multiplayer game, I thought of the following text-based protoco开发者_StackOverflow社区l using a translation library. Basically, eac