Top "Broadcast" questions

A broadcast is a one-to-many message passing interface.

Send Broadcast datagram

I need to send a broadcast datagram to all machine (servers) connected to my network. I'm using NodeJS Multicast Client …

javascript node.js udp broadcast multicast
DownloadManager.ACTION_DOWNLOAD_COMPLETE broadcast receiver receiving same download id more than once with different download statuses in Android

I am using Android DownloadManger System Service for downloading some files in following way dwnId = mgr.enqueue(new DownloadManager.Request(…

android download broadcastreceiver broadcast download-manager
Android : restart application after update - ACTION_PACKAGE_REPLACED

My application that is not on Play Store verify on the web If there are a new version and download …

android broadcast
angularJS $on event handler trigger order

I was wondering two things, in the context of angularJS event handling. How is defined the order in which handlers …

angularjs event-handling broadcast
Multicast vs Broadcast in LAN

Is there any advantage to using a multicast group to send messages rather than just broadcasting them to a specific …

networking broadcast multicast
Angular 2 event broadcast

New to Angular 2. I'm working on broadcast a event between same level component. Currently I know EventEmitter just can transfer …

events broadcast observable angular eventemitter
Sending packets to 255.255.255.255 by Java DatagramSocket fails

I'm programming a networking program in java , and I want to send some Packets to 255.255.255.255, but it fails , even when …

java udp broadcast datagram
Difference between Service and Broadcast receivers in android

I want to know the difference between services and broadcast receivers, can anyone point out an example that can be …

android service broadcast
How do I broadcast video from my webcam with Html5?

I am trying to build a simple web page that has access to my webcam and is able to broadcast …

html html5-video webcam broadcast webrtc
Receiving UDP broadcast packets on Linux

We have existing software that periodically broadcasts UDP packets to a specific port (7125) on the local subnet (x.x.x.255). …

linux udp broadcast