I\'m trying write a java program to send live microphone data over UDP, then receive the data in VLC. I\'m basically using the same code as in this post to package up the stream and send them over. Wh
I am trying to make a set of applications discover each other using UDP and broadcasting messages. The applications will periodically send out an UDP packet saying who they are and what they can do. I
I have a router running Linux that acts as the central gateway to the Internet for a network of embedded devices that use IPv6 to communicate. I would like to intercept, inspect, and rewrite every pac
I have written a UDP client server chat, I am able to communicate to server if both server and client are on same machine, but i am not able to do so when client is on some other machine using diff ip
I want to send OSC messages from iphone to another programme (max/msp) by creating and connecting to a udp socket. this works from the iphone simulator, i.e. when both apps are running on the same com
Updates 01-27ter: rp_filter information added 01-27bis: Note that the 9.04 box works on a different interface.
If i开发者_JAVA百科 use UDP sockets for interprocess communication, can i expect that all send data is received by the other process in the same order?
I would like to listen on 2 different UDP port with the same server. I use SocketServer lib for my server, and basicly it looks like that;
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
One of our customers experiences problem with our streaming application (win32). It seems like UDP (RTP) packets that should be sent by the application with some constant interval (say 20 ms) ar开发者