Top "Broadcast" questions

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

UDP broadcast/multicast vs unicast behaviour (dropped packets)

I have an embedded device (source) which is sending out a stream of (audio) data in chunks of 20 ms (= about 330 …

udp broadcast multicast lwip
shape mismatch: indexing arrays could not be broadcast together with shapes

j=np.arange(20,dtype=np.int) site=np.ones((20,200),dtype=np.int) sumkma=np.ones((100,20)) [sumkma[site[x],x] for …

python numpy indexing broadcast
Android Broadcast Address

I am making a Client Server application for my Android phone. I have created a UDP Server in Python which …

java android udp broadcast android-networking
Bluetooth broadcasting

I want to broadcast data from one device using Bluetooth to numerous nearby devices. Now, I know Bluetooth broadcasting exists, …

android bluetooth broadcast
How to broadcast intent with extras through ADB shell?

I am trying to send the BATTERY_CHANGED intent through the ADB shell. So far I only managed to send …

android shell android-intent adb broadcast
How to build a server to broadcast real time video?

I need to build a system to broadcast videos, just like Youtube. But the video is real-time video, which means …

flash video flv real-time broadcast
Android: BroadcastReceiver on application install / uninstall

I want to install an apk file and set a broadcast-receiver in order to catch information concerning install status. I …

android android-intent broadcast intentfilter
Broadcasting over Wi-Fi Direct

I'm looking at the possibility to broadcast over a Wi-Fi Direct connection between multiple Android devices. I've created a simple …

java android broadcast socketexception wifi-direct
Why would LocalBroadcastManager not work instead of Context.registerReceiver?

I had to implement a feature to this app which consists of an Activity and a Service working on the …

android service broadcastreceiver broadcast intentservice
Android - sendOrderedBroadcast help

I am trying to use a sendOrderedBroadcast in my Android app. I want to be able to send the Intent …

android android-intent broadcast broadcastreceiver