Questions tagged as 'socket'

0
answers

c # What is the best way to continuously send images through socket tcp?

I am using AForge more specifically in the video section of the ScreenCaptureStream class to get the bitmap of the computer screen and then send that image to a server which will show the images as if it were a video. Perp the problem is that...
asked by 05.06.2018 / 09:38
0
answers

Server (centos) -Client (windows) socket python and c

I have to simulate an ATM, where the centos server is made with python and the client in c (windows). I have ping when I do between the client and the server. Everything is perfect, but when interacting with the other machine, it is never possib...
asked by 08.06.2018 / 08:08
0
answers

Error configuration socket phpMyAdmin - Kali linux

SYSTEM INFORMATION: -GNU LINUX / KALI -amd64 Hello. I have a problem trying to enter phpMyAdmin, and what I see is about the socket configuration. However, I tried to repair this address (which is what I found in most forums)....
asked by 25.05.2018 / 01:27
1
answer

Doubt: Variable increment in Java

I have a jFrame (server) that by pressing its button does the following and sends the thread1 ... try { ss = new ServerSocket(9999); Hilo1 hilo = new Hilo1(ss,jLabel1,jLabel2,i); hilo.setDaemon(true); hilo....
asked by 01.05.2018 / 16:32
1
answer

Matrix reading sent by Socket JAVA

I can send an array from the Server Class to the Client class and read it, but I can not read a matrix. Where is the error? public class Client extends Thread { InetAddress host = null; Socket socket = null; ObjectOutputStream oos = null;...
asked by 21.04.2018 / 01:54
0
answers

How to properly use RMI?

I have a base code with interfaces and some classes, the application in general has to simulate an agenda and the only thing that had to be modified were a few classes because the interfaces and some methods were ready to be used, however when t...
asked by 16.04.2018 / 04:47
1
answer

Error in client / server java

I'm starting with the subject of sockets in java and I have an exercise in which they ask me to read a file that asks for it with the client and the server shows me its connectivity. public class Servidor extends Thread { static final int por...
asked by 18.02.2018 / 23:15
0
answers

Configure websocket in PHP on my VPS

I did a chat which uses a websocket with PHP, the problem is that on my computer, the normal socket works, but when I upload it to my VPS the socket is normally executed with the php -q server.php command but when I connect from the clien...
asked by 16.02.2018 / 02:04
0
answers

Sockets in java and sending multiple files

I want to send multiple files and I did the part of the selection of files and if I select a file to send, it does very well, yes I sent it, but the problem is when I want to send more than one file, when sending more from a file it tells me tha...
asked by 18.02.2018 / 17:53
1
answer

Exception nullpointerexception [duplicated]

Good day to everyone, I ask you for help because I am just starting to program in this wonderful language. I'm looking at the subject of sockets. The application that I am developing is an exercise of a course. It consists of two applications,...
asked by 13.02.2018 / 02:32