Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
94 views

I have 2 python programs: 1st one is a tcp server that in while True cycle accepts new clients and handles each of them in a separate thread. On the client side I have basic functionality and use it ...
2 votes
1 answer
100 views

I have my client-side code like this where the constant SOCKET_PATH is "/tmp/my_socket": #define SOCKET_PATH "/tmp/my_socket" //rest of the code int main(int argc, char *argv[]) { ...
0 votes
0 answers
343 views

I am new to socket program and I am facing an issue. I created a client socket, now I am try to connect to the server using the connect() function. If my server is down or not reachable for some ...
0 votes
0 answers
73 views

I just wrapped up learning Java through theory and tutorials, and now I want to solidify my understanding by building something real. I’m currently working on a simple two-player arcade-style game ...
0 votes
0 answers
141 views

I'm new to next.js and I've struggling with this error for a few days now, I would really appreciate some help. I also got a "Hydration failed because the server rendered HTML didn't match the ...
0 votes
1 answer
133 views

I wanted to use Cloudinary's API to upload images from the client side for my project. This is an example from Cloudinary's docs to make signed requests from client side: Link to project. The project ...
2 votes
1 answer
141 views

This is the template I'm using: I got it from github here: https://github.com/boostorg/beast/blob/develop/example/websocket/client/async/websocket_client_async.cpp class session : public std::...
1 vote
1 answer
93 views

Scenario: a server (asio with C++20 coroutines) sending a fixed amount of data (100 * 4KiB) in a loop, after a connection was established to a client. After this, the server should close the ...
0 votes
1 answer
169 views

I'm trying to establish connection between client and server using grpc. I'm doing the .proto file approach. I have couple of questions on this. Does grpc only have to run with HTTPS? Doeschat.proto ...
0 votes
2 answers
75 views

I am using Socket.IO to emit an event from the server to a specific client. The event is being successfully received on the client side, and the client processes the data without any errors. However, ...
1 vote
0 answers
181 views

I am writing an action with ROS2 and it should be canceled when the condition is met. I am checking that in client in feedback_callback: void feedback_callback( GoalHandleRecord::SharedPtr, ...
1 vote
1 answer
144 views

I am new to the world of encryption and I was wondering if my solution for encrypting/decrypting data is okay. When creating this, I referenced the API documentation from PyCryptodome: https://...
0 votes
1 answer
278 views

I am a student starting to learn socket programming using C, and when I am trying to create a client-server environment I am facing this error while compiling: if (inet_pton(AF_INET6 , "10.163.3....
1 vote
1 answer
745 views

I'm setting up post-quantum cryptography (PQC)-based self-signed certificates for PostgreSQL-16.4, aiming to use PQC KEM and DSA algorithms (specifically Kyber768 for KEM and Dilithium3 for digital ...
0 votes
1 answer
88 views

I am working on a project where I need to convert a string to binary format and implement cyclic redundancy check (crc) on the binary data. The data need to transfer though a client-server ...
Encipher's user avatar
  • 3,496

15 30 50 per page
1
2 3 4 5
...
433

AltStyle によって変換されたページ (->オリジナル) /