In Java, I am trying to connect to a printer(Canon iR5050 PCL6) using Sockets, using the host IP with port as 9010. I want to get the status of the printer using PJL command. I write the PJL command (
I am开发者_Python百科 trying to write a simple TCPServer and a client with Twisted python. Everything is working well; but, there is a way to defer some tasks to different threads? For example, is it
I\'m developing an application that will need to communicate with itself running on different machines located in different locations. I was going to use TcpListener and TcpClient to send information
Hallo I need a Tcp connection to a server alive in backgrond and applications will send data with this connection.I searched around and found WCF singleton is apporiate for this task
i am trying to disconnect a client from a server but the server still sees it as being connect开发者_Go百科ed. I cant find a solution to this and Shutdown, Disconnect and Close all dont work.
I am sending a filename(string), filesize(int), and the file(byte[]). What is happening is that in certain cases, depending on how quickly the data gets processed on the server side, the NetworkStream
I keep getting an SerializationException whenever I try to deserialize a list of doubles from a NetworkStream:
I\'m us开发者_C百科ing a NetworkStream & TcpClient to asynchronously receive data using BeginRead. I need to apply a time-out to this operation, such that after a specified amount of time the read
开发者_运维知识库I have to write a TCP Client that will have ability to reconnect to server. The server can be unavailable due to poor network connection quality or some maintenance issues. I\'m searc
i\'m developing an application that is listening to tcp to get some xml data coming from other devices.