Questions tagged as 'tcp'

0
answers

How to create an FTP account in an instance vm Google Cloud?

I have an instance vm in Google Cloud Platform with LAMP and configure Wordpress, the problem is that for updates Wordpress asks me for an FTP account: I have seen an infinity of tutorials and guides on how to mount an FTP Server in lin...
asked by 12.03.2018 / 03:54
2
answers

Problem with opening Java ports

I am learning java and trying to do a client-server type chat using TCP, which will work online, the fact is that what I have done so far works very well locally, but when putting a remote ip address the client It connects very well to the serve...
asked by 18.06.2017 / 14:39
0
answers

Read bytes from a socket in java

I'm trying to make a java server that reads bytes from the socket. The problem I have here is that the function read() returns me -1 and this can be due to the fact that the connection is closed. I do not know which is the problem...
asked by 06.04.2017 / 09:53
1
answer

client / server application with TCPClient

Good morning, I am developing an application that communicates with a control box and receives data from it. the control box sends me a plot in ascii with which I determine if a sensor is being covered or a loop is being stepped on, and I send i...
asked by 05.01.2017 / 18:12
0
answers

How to create a connection with Modbus TCP, Python and in turn create a Websocket?

I need to transmit real-time data from a variable x of a PLC via the Web, it is the best option to create a websocket, is there any Python library that allows me to help create something like this?     
asked by 05.01.2019 / 16:40