udp
Framerate differences and UDP connections
I am writing a Kinect WPF application in C# to send gesture commands to aLinux C++ application. My problem is 开发者_C百科when the Linux app\'s framerate drops below the Kinect\'s (25fps), it begins[详细]
2023-03-27 02:10 分类:问答What is the second part of the address returned by recvfrom?
I\'m using those 2 pieces of code from http://wiki.python.org/moin/UdpCommunication The server: import socket[详细]
2023-03-26 20:03 分类:问答Passing structures using UDP
I have been trying to send and receive structures on the same machine using UDP and the server and client in this case run on the same machine and share common structure definitions (using a header fi[详细]
2023-03-26 14:00 分类:问答how to communicate with c server from c# client using udp?
My problem description is as follows: My C# client sends a udp packet using sendto. Because this is C#, this is a byte array that I have constructed.[详细]
2023-03-25 21:20 分类:问答read specific size of data from boost asio udp socket
I want to read specific number of bytes from udp socket. In tcp socket I can usesocket.read where I can specify the amount of data to receive. I don\'t find similar function for UDP socke开发者_运维问[详细]
2023-03-25 19:12 分类:问答Poor UDP performance with Windows Phone 7.1 (Mango)
Im trying to continuously send small UDP-packets (8 byte) as fast as possible from a Samsung Omnia 7 with Windows Phone 7.1 Beta2 refresh (Mango) to a standard PC wit开发者_运维问答h Windows 7 and I g[详细]
2023-03-25 11:50 分类:问答IOS And AsyncUDPSocket - Tutorial?
I am learning C and Objective-C so am still dependent on examples... I found AsyncUDPSocket which has a lot of example code in the Google Code repository, but I\'m not far enough along to understand[详细]
2023-03-25 07:45 分类:问答Touch-manipulation is freezing my udp-sending in Windows Phone 7.1 (Mango)
I have a weird problem with the Windows Phone 7.1 API. Im trying to write an app to send touch-delta from the touch-screen to move a mouse-pointer on a desktop-pc. Im using UDP-sockets but I have some[详细]
2023-03-24 23:50 分类:问答Multicast not received by networked computers
I\'m trying to send a multicast to all network computers.I have my server set up on my computer and another computer on the network.When I send out the multicast message, the server running on my comp[详细]
2023-03-24 20:38 分类:问答How do I tunnel udp over ssh?
I\'m working on a Java application that collects various bits of information on network devices.All these devices are behind a network bastion, and I use JSch to create TCP tunnels to the remote devic[详细]
2023-03-24 01:52 分类:问答