Top "Networking" questions

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

Get the IP address of the machine

This Question is almost the same as the previously asked Get the IP Address of local computer-Question. However I need …

c++ linux networking ip-address
How to determine the IP address of a Solaris system

What command do I want to issue when I want to know the IP address of the Solaris machine I'm …

unix networking ip-address solaris ip
Regular expression that matches valid IPv6 addresses

I'm having trouble writing a regular expression that matches valid IPv6 addresses, including those in their compressed form (with :: or …

regex networking ipv6
Volley - POST/GET parameters

I saw Google IO 2013 session about Volley and I'm considering switching to volley. Does Volley support adding POST/GET parameters …

android networking android-volley
java.net.ConnectException :connection timed out: connect?

I have used RMI in my code : import java.rmi.*; public interface AddServerIntf extends Remote { double add(double d1,double …

java networking rmi stub
Resolve host name to an ip address

I developed a client/server simulation application. I deployed client and server on two different Windows XP machines. Somehow, the …

windows networking ip-address
Communication between multiple docker-compose projects

I have two separate docker-compose.yml files in two different folders: ~/front/docker-compose.yml ~/api/docker-compose.yml How can I …

networking docker docker-compose
What is Teredo Tunneling Pseudo-Interface?

Running ipconfig /all shows a Teredo Tunneling Pseudo-Interface. What is that? Does this have something to do with IPv4 vs …

windows networking ipconfig
Event for Handling the Focus of the EditText

Can anyone suggest me any event related to the focus of the EditText? My application contains a EditText, which accepts …

android events networking
Access HTTP response as string in Go

I'd like to parse the response of a web request, but I'm getting trouble accessing it as string. func main() { …

networking go