I am using a loop to read message out from a c Berkeley socket but I am not able to detect when the socket is disconnected so I would accept a new connection. please help
Im developing an app which uses the tcp connection. currently im communicating using hard coded IP addresses as a sample, but in the real world this is not the case i think. We come across any mobile
how do I create a system that takes in voice data(rtp) and then creates loss in this data(like delay or packet drop/loss)? The output of the system(data) should be readable which made me think i might
I am programming a Client/Server application for my project in C++. The whole application protocol was given or discussed by the working group. The main idea is that we have 3 protocols.
I want to make project using winpcap library in c# .开发者_如何学Pythonnet. There is one library file in java named jpcap.jar. Which are the requirements to to make this project?You might want to look
I am trying to send a datagram using QUdpSocket.The following is the code I am using: udpSocket = new QUdpSocket(this);
In an app, I Have a network server and clients. After a handshake, let\'s say the client sends \"userId sessionId SOME_COMMAND param param param\".
I Can\'t find any user guide for iOS developers how i can make an VPN connection programmatically in obj-c, c or 开发者_运维问答cpp.
I know detection of packets using snort and wireshark. Now my question is how to block this detected packet using snort. And give me idea about how to create custom rules snort?
I am developing a Food Recommendation Engine. We have a lot of photos开发者_高级运维 which has to be downloaded from the server during the usage of the Application.