Top "Broadcast" questions

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

Problem with pinging broadcast address

When I try to ping the broadcast address on my LAN, it shows ICMP replies from only 3 hosts, everytime, even …

networking broadcast ping icmp
Detecting all available network's broadcast addresses in Java

For my project I wanted to get a list of all available broadcast addresses so I could broadcast a request …

java networking broadcast
UDP local broadcast

I'm working on a remote control tool. The client runs a program to locally send commands to servers in order …

vb.net udp broadcast multicast udpclient
$broadcast event not received by controller

So I have an angularjs app with several partial views and one controller per partial view. I also have a …

angularjs events global broadcast
Can a broadcastReceiver catch multiple broadcasts?

I am trying to create multiple proximity alerts but I cant get it to work... I think that the broadcast …

android geolocation broadcast proximity android-pendingintent
For UDP broadcast gurus: Problems achieving high-bandwidth audio UDP broadcast over WiFi (802.11N and 802.11G)

I'm attempting to send multichannel audio over WiFi from one server to multiple client computers using UDP broadcast on a …

udp wifi bandwidth broadcast subnet
Getting wifi broadcast address in Android wifi hotspot

I'm developing an app that uses wifi to broadcast UDP messages between all the mobiles that are in the same …

android udp wifi broadcast
Android BroadcastReceiver in Service giving null pointer exception when sending broadcast to it

I have a broadcast receiver in my service, and when I send a broadcast to it from my activity to …

java android service broadcast android-broadcast
Python pandas : Merge two tables without keys (Multiply 2 dataframes with broadcasting all elements; NxN dataframe)

I want to merge 2 dataframes with broadcast relationship: No common index, just want to find all pairs of the rows …

python pandas merge broadcast outer-join
Little problem with AsyncUdpSocket receiving data after connecting to broadcast instead of server

I have a problem with AsyncUdpSocket. I used to connect to a server, send some data and get some response. …

iphone sockets broadcast