socket tag

57 questions


3 answers
70 views
0
I am writing a file input/output program that will use the Java socket, and I am asking you this question because of the EOFException process in readUTF to the client

A program where multiple clarifiers access and chat on a single server When the server enters option, the menu pops up, and when you select File Transfer, you enter the file path, decide who to send i...

2 years ago

2 answers
83 views
0
This is a question when receiving data when communicating with Android sockets.

I'm trying to get the data through Socket CommunicationI am receiving data by calling readLine using Buffered Reader class.However, when sending data from the server, the data cannot be read without a...


1 answers
104 views
0
How do I implement a push server?

Hi, everyone.I've never made a chat app before, so I'm making a chat app.It's a simple text transmission base.If the other person sends me a text message, it has to pop up on my phone right away.I had...

2 years ago

1 answers
111 views
0
[Node.js] Create a program that receives data from websockets on the Network tab of Chrome developer tools on a specific home page

Hello.I'm posting a question like this because I got curious while writing the current program.If you go to Chrome Developer Tools -> Network tab on a specific homepage, you can find information re...


1 answers
71 views
0
Socket connection between two devices is in progress, but it sticks well only when tethering is connected, and it cannot be connected when it is in 3G state.

I turned on tethering on the server side and the client was connected, so the connection was good.The server app sets the IP address starting with 192.168... and any 1999 portIn the client app, when I...

2 years ago

1 answers
98 views
0
I made a simple server program with Python, but it works well on my computer, but it doesn't work on other computers

We implemented a simple server program using Python. It's a program that returns a string when you receive a GET message. I run the program, and I put it in the Internet window on my computerhttp://JI...

2 years ago

1 answers
65 views
0
How do I store data (list types) pouring through a web socket sequentially without duplication?

The data that we're dealing with is like price data of stock prices, and here's the situation.How can I implement this data that is poured out in order without duplication?'''MAX_TABLE_LENTH = 200'''d...

2 years ago

1 answers
81 views
0
[Android] How to handle exceptions when the socket connection fails in the app

Hello, I'm developing a client app.It is developed so that data transmission can be made through a socket connection from an app to a specific server.However, even though the data signal strength and ...


2 answers
64 views
0
What is the solution to 10049 socket error in socket communication - Fix

We created a virtualized server and tried to connect to it with its authorized IP.But this error is coming up.I looked it up and I don't think it's a common error, but I don't know the solution.======...

2 years ago

1 answers
83 views
0
Server-client program using Java socket

I am working on a program that sends a list of files within C/: from the server when I enter A from the client. The server code.public class Server { public static void main(String[] args) { try { S...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.