Is there a \"smart\" UDP protocol analyzer that can help me reverse engineer a message based protocol?
I am writing a program in Java where there are communications between two or more machines using UDP. My application sends objects after serializing them through the network to the other machine where
Has anyone used DTLS on Android or is there an open source Java implementation that supports DTLS? What are开发者_如何学Go my other options for securing UDP traffic on Android? DTLS support is not a
I am trying to read UDP packages sent by an FPGA with my computer. They are sent to port 21844 and to the IP 192.168.1.2 (which is my computer\'s IP). I can see the package in wireshark, they have no
This is a simple Udp server.I am trying to transmit data to some clients,but unfortunetly it is unable to transmit data.Though send is running quite successfully but it is returning with a return valu
I am trying to read the UDP packages in python, which were sent from an FPGA. I see the packages in wireshark, and they look allright. Python, h开发者_C百科owever does not receive anything when I use
I am trying to buil开发者_如何学God a UDP application(P2P) of Large file transfer in Flex. My back end is C++. How can I transfer my client\'s files to server without any middle server. If I use strat
I\'ve开发者_运维问答 got an app that needs to transmit and receive on the same port. This can happen in two cases:
i want to transmit and receive data on RS232 using udp and i want to know about techniques which allow me to transmit and receive data on a faster rate and also no lose of data is there?
HI all. Here is the scenario. I have port 8888 for my program to use. I build a TCP and a UDP listener on that port. (This can do, c# allows, because they are two different protocols)