Top "Broadcast" questions

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

How to set java.net.preferIPv4Stack=true at runtime?

I need to disable IPv6. For that the java documentation indicates setting jvm property java.net.preferIPv4Stack=true. But …

java ipv6 broadcast ipv4
How to send and receive broadcast message

I am trying to pass data between two activities that are inside of tabs. I am trying to use sendBroadcast(). …

android broadcast message-passing
socket.io - how to broadcast messages on a namespace?

According to socket.io examples: To broadcast, simply add a broadcast flag to emit and send method calls. Broadcasting means …

node.js broadcast socket.io
Using MPI_Bcast for MPI communication

I'm trying to broadcast a message from the root node to all other nodes using MPI_Bcast. However, whenever I …

c mpi broadcast
Where is the all Android broadcast Intent list

I want to receive the Android broadcast messages. Is there a list of all intents?

android android-intent broadcast
How can I determine network and broadcast address from the IP address and subnet mask?

For example: IP Address: 130.45.34.36 Mask: 255.255.240.0 What would be Net ID/Subnet Address, and Broadcast Address?

networking network-programming ip broadcast subnet
Sending and Receiving UDP packets

The following code sends a packet on port 15000: int port = 15000; UdpClient udp = new UdpClient(); //udp.EnableBroadcast = true; //This was suggested …

c# udp message broadcast packet
Network UDP broadcast design?

I am working on a C++ server/.NET client applications couple in which my server (which runs the c++ on …

udp broadcast packets
Calculate broadcast address from ip and subnet mask

I want to calculate the broadcast address for: IP: 192.168.3.1 Subnet: 255.255.255.0 = 192.168.3.255 in C. I know the way (doing fancy bitwise OR's …

c ip broadcast subnet
WebRTC - scalable live stream broadcasting / multicasting

PROBLEM: WebRTC gives us peer-to-peer video/audio connections. It is perfect for p2p calls, hangouts. But what about broadcasting (…

javascript video webrtc scalability broadcast