Questions tagged as 'socket'

1
answer

Winsock remote data reading (CMD)

I have a (remote) server where it redirects its shell to the client (remote), the client side is using netcat or telnet for communication. I am developing the client side for use with Windows, however I am having some problems when receiving the...
asked by 12.01.2015 / 12:17
0
answers

How do I have the same browser response using java / socket?

It is as follows, has anyone ever had to make a request http-post implementing socket in java? I need to make a request on the site http://spys.ru/en/ and get the response to mine some proxys. However, I can not bring the...
asked by 03.12.2014 / 00:06
1
answer

Understand C ++ / Assembly code

I am studying a Node, and in this process I decided to help in the study to migrate a system in c / c ++ to node, however I am not familiar with c / c ++ and I have a code snippet that I can not understand very well he does, could you help me?...
asked by 03.09.2016 / 05:13
1
answer

How to put socket in read mode until receiving another data in java

I created the server part and the client part. If messaging is just an input and an output works perfectly, the problem is to maintain communication without closing the socket. In case I send a message to the server, it responds by confirming...
asked by 24.01.2018 / 18:24
1
answer

Working with data received by socket in C

I have a script that receives data via socket made in C, and I'm having trouble working with this data. The data received from the client: "imei: 123123123,23123, tracker, 0.0 ......". I need to receive this data and give an explode type t...
asked by 15.03.2018 / 16:19
1
answer

Sockets can be multilanguage?

Because sockets are a common choice for high-performance communication between cross-platform applications , my question is, does that also make them multilingual? Bringing the situation to my context, what could be the reason why a server-...
asked by 08.11.2018 / 15:39
1
answer

Error on client-server connection via socket

I'm a beginner in c ++ and I'm having trouble getting my client code to establish a connection to my server in Python, the server is running, but the client always goes into error 4 and does not complete the connection, which I should to do? #...
asked by 25.05.2017 / 02:42
0
answers

Problems with websocket

Hello, I'm having some problems with the WebSocket connection from my game, could anyone tell me any solution? What happens: A user is usually in the game, when his connection oscillates even for 1 second (ping does not respond) the connectio...
asked by 15.12.2018 / 01:01
2
answers

Socket does not receive or send a message to the server

I'm implementing a Java multi-threaded server that receives messages from clients and makes a broadcast of them to others. But I'm having problems. The server only receives the messages sent to users when users' sockets are closed. The applic...
asked by 15.04.2018 / 00:00
1
answer

Save user profile photo while relogging on the system of a chat using socket

I developed a chat in Java using sockets where you have to choose a profile photo after login is done. My question is: How would I save this user-chosen photo and reuse it in a future login? Just as Facebook is when you put a picture, it ap...
asked by 20.10.2014 / 17:36