57 questions
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...
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...
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...
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...
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...
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...
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...
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 ...
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.======...
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...
« | - 4 - | » |
© 2024 OneMinuteCode. All rights reserved.