My application uploads files to server of my client, but he want special \"pause upload\" function. I cant simply close connection, not even kill process - he need to lost connection otherwise his ser
I have an app that has 2 versions : 1 on iPhone, 1 on Android. I want my 2 apps to communicate in real time. The use cases are :
i\'m trying to write simple tcp\\ip client-server. here is server code: internal class Program { private const int _localPort = 7777;
I would like to handle HTTP on very low level - at the moment I\'m stuck with HTTP CONNECT verb. It looks like HttpListener doesn\'t have access to these request because they are handled somewhere ins
I\'m writing a Java application like AIM where I want a lookup server to help two clients connect to each other with the ServerSocket class. Unfortunately a s开发者_StackOverflowerversocket needs an o
I\'m implementing an IPS system, and I\'m a litt开发者_如何学Pythonle confused when observing the procesure of TCP stream reassembling by wireshark.
I\'m building a game where I\'d like 2 players to fight live between their 2 character. Here is the d开发者_如何学Cesired flow :
I am planning out an Android app that communicates with a PC program via a TCP Socket. The app will have several Activities(layout) each of which represent a different physical device which is connect
I use Actionscript 3 TCP sockets to c开发者_如何转开发onnect with Javascript websockets. Sending data is primarily from the websocket to the AS socket.
im making a simple TCP client-server in c and im trying to send a message from the client to the server, but im having some problems with it.