Im have a lab-environment in VMware with a WS2008R2-server and a W7-client. Im trying to broadcast a WCF-service-address from the server and receive this in the client. Im using System.Net.Sockets in
All I am looking for a bit of inspiration here,a client has requested me to build a simple remote process monitoring application with capability for smtp notification, when monitored processes go dow
I write a little program that sends file from client to server trough udp socket connection.. the program works correctly but if the file I transfer is larger than 8192 kb the stream stops and the fil
I have 2 programs on the same computer, 开发者_开发百科communicating using udp socket. While program A running, I want to extract some information to program B. Using the SO_REUSEADDR socket option, I
I am using SSDP to send discover request using M-SEARCH to get list of services present. My requirement is like i want to get list of share folders also which are present in that server.
I am writing a udp chat application in c. I need to test if messages are received in an incorrect order. CAn anyone please tell me of a tool I can use to delay certain messages? also please tell me ho
I am currently sending out a DatagramPacket on a DatagramSocket and I receive just fine.. the problem is that I am receiving the packet I sent out.If I call the receive twice then it times out.Is ther
I have to send a sequence of video frames over UDP as fast and real-time as possible and while I got the basics working, I am running into all sorts of difficulties. Some of my goals:
I need to send and get packets via UDP and TCP in iPhones and the server. But, I figured that if I wanna send packets to a client (iPhone), he is... A kinda server.
I\'m build开发者_运维知识库ing a VoIP application using the TeamSpeak 3 SDK.Is there any way to view the UDP packets going in and out of the server/client applications?Any packet sniffer such as Wires