communication-protocol
Finding the Encryption or Hashing method used
I am trying to find out what algorithm the client application is using to return the session key. When I initiate a connection, the server first sends a unique session key. The Client has then to res[详细]
2023-03-13 10:40 分类:问答Communicate with RTMP server with C++ or Objective C application
Is it possible communicate with rtmp server with C++ or Objective C application, like flash player do this ?[详细]
2023-03-10 15:18 分类:问答Difference between HTTPS and SSL
What is the difference between HTTPS and SSL? I read about them and found following: HTTPS: HTTPS is a combination of HTTP with SSL/TLS. It means that HTTPS is basically HTTP connection which is del[详细]
2023-03-07 13:13 分类:问答Approaches to programming application-level protocols?
I\'m doing some simple socket programming in C#. I am attempting to authenticate a user by reading the username and password from the client console, sending the credentials to the server, and returni[详细]
2023-02-27 10:19 分类:问答Implementation communication protocols in C/C++
I am in the process of starting to implement some proprietary communication protocol stack in software but not sure where to start. It is the kind 开发者_如何学JAVAof work I have not done before and I[详细]
2023-02-09 03:03 分类:问答How does PDO know last inserted id in MySQL?
EDIT: This question title originally was: How does Doctrine know last inserted id in MySQL? and was related to Doctrine ORM mapper. After some digging I found out that this question is not related to[详细]
2023-01-26 23:06 分类:问答.NET two-way socket realtime communication protocol
I need to maintain a connection between a server and multiple clients so that the clients can send commands, and the server trigger events. The server is basically a music-player, and the clients send[详细]
2023-01-15 18:15 分类:问答Implementation of Z-modem protocol in Java
I want to send a file from serial port and I have to use the Z-modem protocolin Java. I saw the proto开发者_开发问答col and it looks defficult for me and I can\'t buy a commercial solution.[详细]
2022-12-28 05:56 分类:问答Memcache textual protocol cheatsheet?
Memcached interface is implemented using a textual protocol. Sometimes it\'s very useful to be to fetch data stored on your remote server simply by invoking netcat with some shell kung fu, for exampl[详细]
2022-12-26 08:17 分类:问答Do RMI and web services both use a socket connection?
In another question I was worried about using a web service that takes a five minutes to complete.I was thinking about using RMI instead of web services for this use case..[详细]
2022-12-11 22:49 分类:问答