I\'m trying to build a sound toy for Android, and I\'m the most familiar with Processing for the visual side, which has been po开发者_开发技巧rted for Android. I want to use Puredata for sound, becaus
I\'m trying write a C progr开发者_开发技巧am that sends an UDP packet to a given IP adress and waits for an ICMP response of a router telling that the time to live expired. It\'s kept very simple beca
I have to write a trceroute script but I\'m not sure if my attempts are correct. Right now I\'m doing it like that (please correct 开发者_运维百科me if I\'m doing wrong or clumsy):
I am having a tough time with private and public udp ports. I am doing a client-server VoIP program and have some questions.
Currently I\'m experimenting with sockets and UDP packets. I created a UDP soc开发者_运维知识库ket and binded it to 127.0.0.1, and when sending a UDP packet to 127.0.0.1, the server successfully rece
This question already has answers here: Closed 10 years ago. 开发者_如何学PythonPossible Duplicate:
When attempting to create a simple UDP client, my code successfully opens the socket and reads in a small buffer from a file to be sent to a server specified by host address and port number by command
Lots of questions, I am sorry! I am doing a voice-chat (VoIP) application and I was thinking of doing a custom implementation of the IP&UDP headers, along with small, extra information mainly seq
Hi I\'m trying using vlc to broadcast UDP stream within a LAN, Making it like a TV channel. I used command line to launch VLC which then vlc is 开发者_C百科ok to run =
I need network logger utility with ability to replay the data it collected, for example, I will record incoming data on UDP port 1234 for 10 minutes, record it to file, then replay that data (with sam