Top "Network-programming" questions

Programming associated with creating and managing networks as well as adding network connectivity to a (set of) programs.

Recommended way to get hostname in Java

Which of the following is the best and most portable way to get the hostname of the current computer in …

java network-programming environment-variables hostname
Sending and receiving data over a network using TcpClient

I need to develop a service that will connect to a TCP server. Main tasks are reading incoming messages and …

c# network-programming tcpclient
Ping a site in Python?

How do I ping a website or IP address with Python?

python network-programming ping
What browsers support HTML5 WebSocket API?

I am going to develop an instant messaging application that runs in the browser. What browsers support the WebSocket API?

javascript web-applications html network-programming websocket
java.net.URLEncoder.encode(String) is deprecated, what should I use instead?

I get the following warning when using java.net.URLEncoder.encode: warning: [deprecation] encode(java.lang.String) in java.net.…

java url network-programming deprecated
Asynchronous Function Call in PHP

I am working on an a PHP web application and i need to perform some network operations in the request …

php asynchronous network-programming
How is TeamViewer so fast?

Sorry about the length, it's kinda necessary. Introduction I'm developing a remote desktop software (just for fun) in C# 4.0 for …

performance network-programming operating-system udp remote-desktop
C: socket connection timeout

I have a simple program to check if a port is open, but I want to shorten the timeout length …

c network-programming
Artificially create a connection timeout error

I've had a bug in our software that occurs when I receive a connection timeout. These errors are very rare (…

networking network-programming connection tcp
trace a particular IP and port

I have an app running on port 9100 on a remote server serving http pages. After I ssh into the server …

linux networking ubuntu network-programming