Results for sockets
I'm looking for help for my project with threading and sockets. I have to make a communication between a server and few clients, and I have to do a GU...
I have a raspberry pi and usb webcam. I will take an image from the USB webcam I connected to the Raspberry Pi and send this image to my computer. My ...
I'm working on a personal project to try to better understand inter-process communications on Unix. I have two binaries i compiled in C and I am attem...
I'm trying to get a basic WebSocket setup to work: Client: Next.js 14 Server: Express WebSockets: socket-io Here's the most important files: Server ...
I'm trying to build myself a web app in C. So far, I've got the HTTP server working, but for some reason, when I have things like HTML files that requ...
How do I create a TCP socket in Lean 4 and accept an incoming connection or connect to a remote address? In other words, how do I implement a TCP serv...
I'm currently trying to publish a cordova app on google play store... However when I run the release build from the store the app does not connect to...
I have written a basic client server code in c socket programming using the TCP/IP protocol but i cant figure out how to make it connect to different ...
I have to write a program using UDP sockets and I'm having trouble understanding what should I do in a scenario I have. I have a server and a client....
I am building a socket server in C#, and i have an issue with unplanned sockets disconnects. For now, i am handling this like that: private List _acc...
I created a server/client connection. The server and client both are compiling correctly but when I run the client, it gives me a Segmentation Fault (...
Here is my code. From the TestServer, I'm trying to send data through an outputstream and have it received from the test client. I'm using a SocketCha...
I have the following piece of code: SOCKET sock = open_socket(szListenHost, iListenPort); if (sock > 0) { SOCKET client; struct sockaddr_in p...
I do not know why I am receiving the following error. Can anyone shed some light on this? System.Net.Sockets.SocketeException: An invalid argument w...
I'm trying to get a list of all the sockets/clients that are currently connected. io.sockets does not return an array, unfortunately. I know I could k...
I'm having a little test program that sends a lot of udp packets between client->server->client (ping/pong test). The packets are fixed size on each r...
Is there a way to cancel a pending operation (without disconnect) or set a timeout for the boost library functions? I.e. I want to set a timeout on b...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?