How can i find the TCP ips in network with the ra开发者_JAVA百科nge(i.e 132.32.0.3 to 132.32.0.44) through python programming and also want to know the which ips are alive and which are dead. please s
I built a little text-adventure game in ruby. It\'s a class and I initiate the class with the input text, and it prints the output to my terminal window. I wanted to make a telnet wrapper for this all
I have a server programmm running on android 2.2 and client running on a LInux desktop.Everything was working fine .When I moved my application to gingerbread code base whenever the linux app开发者_如
For some reason, I can\'t connect my java Socket to the following FQDN 1753003334.pamx1.hotmail.com. I\'ve tried with other mail-servers, and they didn\'t give me this problem.But, this one, whose
I\'m writing a server in python that needs to take requests from clients, queue the requests, execute them one at a time, then tell the clients that their particular request has been processed.
Having two object A, B, of the same Class (for example HashMaps). At different computers connected by internet
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have created a TCP client/server chat software on console in vb.net..m using local host for this program means packets send and receive from the same network interface card..
Does anybody have know any sample/tutorial (a sample server using SocketAsyncEventArgs etc)开发者_C百科 code about the the enhanced asynchronous socket pattern introduced in .net 3.5? ( http://msdn.mi
Le\'ts say you open a tcp socket开发者_如何学JAVA on port 80 to handle http request, and a ssl socket on port 443 to deal with https...how can some proxy provide access to both of them on the same por