Advertisement

1 - 10 of 341 containing alltags:("broadcast") (0 seconds)
I want a java program (not applet) to basically use broadcasting to send messages (relay chat group). the program should act as both a client and server and it will forward character strings betw...
Zones: JavaDate Answered: 05/07/1997 Grade: B Views: 0
Hi experts, I have to write two apps: I need a server to broadcast a TCP/IP package over a LAN and have clients listen on a certain port an respond to the broadcast by displaying a message on the s...
Zones: Windows MFCDate Answered: 04/12/1999 Grade: A Views: 0
Hi,   I am writing a network programming .   I would like to write a server (Application)   that can BROADCAST to all my connected clients (Applet).   Any idea how to create a BROADCAST Server ? ...
Zones: JavaDate Answered: 06/15/1999 Grade: A Views: 0
       I've interested in Wake on Lan Technology. They say that to wake up a lousy station, all I have to do is just to broadcast a TCP/IP Packet Through out Network, I don't understand how to get...
Zones: Delphi ProgrammingDate Answered: 09/15/2003 Grade: A Views: 0
I'm trying to use some software that is supposed to communicate one computer to a couple of others by sending broadcast messages. I don't understand how a message is sent and received. I did...
Zones: Unix NetworkingDate Answered: 09/25/2002 Grade: A Views: 0
I have a portal and I wish to create a program to send images from my WebCam to it. Who can help me with a sample project of broadcasting images from a webCam?
Zones: Delphi ProgrammingDate Answered: 01/25/2003 Grade: B Views: 4
Is there a switch that can be used to down a server, dismount a volume, deactivate an NSS pool without the server sending a broadcast message to all connected users?  If so, would someone be so kin...
Zones: NetwareDate Answered: 11/18/2003 Grade: A Views: 0
Hi, We're creating an application to do distributed measurement of application performance that runs on workstations and that we can deploy on our network. We'd like for these "watchdog" PCs ...
Zones: Java, Tivoli Storage ManagerDate Answered: 11/24/2003 Grade: A Views: 0
I am trying to broadcast a simple datagram packet over the network using the sendto() function on a linux box.         int sckt;      struct sockaddr_in dest_addr;      sckt=socket(AF_INET,SOC...
Zones: CDate Answered: 03/10/2003 Grade: B Views: 43
Hi all, :) How to broadcast a message within a LAN using Winsock? Meaning how to send a message to every machine in a local network without knowing their IP addresses, of course you do know the ...
Zones: C++Date Answered: 04/30/2003 Grade: A Views: 0