Top "Serversocket" questions

ServerSocket is a java.

how to get Ip address of client after connection is established in python socket programming?

I wrote a socket program to send a file and receive a string from socket In which I specified the …

python python-3.x sockets serversocket peer
I've created a Java server with sockets, just how do print to ALL sockets?

I've been trying this for a while, and I want multiple clients to recieve multiple inputs simultaneously. There is one …

java sockets serversocket printwriter
Java: Difference with dis.read() and dis.readUTF() in DataInputStream

Simple Question. What is Difference with dis.read() and dis.readUTF()? For example, dis.read() only read to byte array, …

java sockets serversocket datainputstream
Can't use ServerSocket on Android

I'm trying to listen on a port using ServerSocket on an Android device. I want to be able to connect …

android sockets tcp bind serversocket
How to recive more than 65000 bytes in C++ socket using recv()

I am developing a client server application (TCP) in Linux using C++. I want to send more than 65,000 bytes at …

c++ linux sockets tcp serversocket
bind: Socket operation on non-socket

I writing a server and a client and keep getting 'bind: Socket operation on non-socket'. I've researched the heck out …

c++ linux sockets serversocket
Android/iOS set IP-address of device hotspot

Is there a way to "fix" or set up a static ip address of the hotspot? I need to guarantee …

android ios ip-address serversocket hotspot
How to set IP address of client manually in .net socket program

I created a multithreaded client-server chat application and want to test my application with multiple clients. I'm planning to create …

c# .net multithreading client-server serversocket
java.net.BindException: bind failed: EADDRINUSE

I am new to android and i am trying to create a server socket . the code follows. i am getting …

java android sockets serversocket
Usage of getaddrinfo() with AI_PASSIVE

The getaddrinfo() function not only allows for client programs to efficiently find the correct data for creating a socket to …

sockets serversocket getaddrinfo