I am trying to write simple chat based desktop support app. The gui is not problem, but I have problem with sending messages. The server sends it to all connect
can I get the the .lua files that comes with luasockets somewhere? Like ftp.lua , http.lua etc... I have no idea how to build something I trying a lot with VStu
Python Socket Listener error with connecting to bash reverse shell - bash: cannot set terminal process group (1057): Inappropriate ioctl for device I am workin
By searching for 'python dual-stack', I found https://bugs.python.org/issue25667 where someone mentions that this was already resolved in https://bugs.python.or
We are creating a scalable real-time collaborative text editor. The client (frontend) code is written in React.js, and the server (backend) code is Websockets (
I made a server that can serve html to a browser, but for some reason it wont send images. Every time I send an image over the socket, the browser receives some
Today... I used the following command: with subprocess.PIPE and subprocess.Popen in python 3: ffmpeg -i udp://{address_of_camera} \ -vf select='if(eq(pict_typ
I am implementing an authentication process between a server and a client in order to exchange some information. I have created a function called serverToClient
I have this error when I try to run this on my server can you help me error: line 228, in meth return getattr(self._sock,name)(*args) TypeError: listen(
I'm trying to learn about sockets and how to create a server and a client in python. While reading this great article from Real Python I had difficulties unders
I use socket.io-client for Javascript server on JAVA and when I enter address 'ws://10.201.223.67:9902/' the request is not by 'ws' but by 'http'. It returns
I have been trying to send a byte[] array across my client / server application using Sockets, DataInputStream and DataOutputStream, but on the server side, the
I sent commands to the server according to the following links and data was returned that I do not know how to find the coordinates. Link 1: GPS103 Tracker List
I am need some help with the development of a script that sends a txt file to the device that is connected to my pc (Bluetooth) I am using linux in this case an
First, let me tell you how I'm using Redis connection in my NodeJS application: I'm re-using one connection throughout the app using a singleton class. class RD
I have a client Server configuration with one connection, the server cannot process the requests received in parallel, it processes them in series, to overcome
I'm implementing a little HTTP client using OpenSSL, and I'm trying to handle "connection timed out" errors gracefully. By gracefully, I mean I want to print a
I have a task, I want to take the data through the web socket, and display them on the screen of the application. But I did not even find a normal example to do
Because some restrictions, I have to use plain Java sockets to download a file published in a http web site. This is how i am reading the response: String serve
I have a client server model. 192.168.77.6 is the client (my code). 192.168.77.18 is a server device. I am sending a request to the server for a response. Once