Top "Networking" questions

For most programming questions use [network-programming] tag.

How can you find out which process is listening on a port on Windows?

How can you find out which process is listening on a port on Windows?

windows networking port
How to get a list of all valid IP addresses in a local network?

Is there a way to get a list of all valid IP addresses in a local network? I mean all …

networking ip
How can I connect to Android with ADB over TCP?

I am attempting to debug an application on a Motorola Droid, but I am having some difficulty connecting to the …

android networking tcp debugging adb
Command line for looking at specific port

Is there a way to examine the status of a specific port from the Windows command line? I know I …

windows networking port command-prompt
java.net.ConnectException: Connection refused

I'm trying to implement a TCP connection, everything works fine from the server's side but when I run the client …

java networking tcp
java.net.SocketException: Connection reset

I am getting the following error trying to read from a socket. I'm doing a readInt() on that InputStream, and …

java sockets networking connection socketexception
What is the quickest way to HTTP GET in Python?

What is the quickest way to HTTP GET in Python if I know the content will be a string? I …

python http networking
How to close TCP and UDP ports via windows command line

Does somebody knows how to close a TCP or UDP socket for a single connection via windows command line? Googling …

networking
Finding local IP addresses using Python's stdlib

How can I find local IP addresses (i.e. 192.168.x.x or 10.0.x.x) in Python platform independently and using …

python networking ip-address
How do I resolve the "java.net.BindException: Address already in use: JVM_Bind" error?

In Eclipse, I got this error: run: [java] Error creating the server socket. [java] Oct 04, 2012 5:31:38 PM cascadas.ace.AceFactory bootstrap […

java eclipse networking serversocket