Top "Broadcast" questions

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

Problems with SO_BINDTODEVICE Linux socket option

I have a PC with two network cards. One (eth0) is for LAN/internet and the other for UDP communication …

c linux sockets udp broadcast
Android - how to receive broadcast intents ACTION_SCREEN_ON/OFF?

<application> <receiver android:name=".MyBroadcastReceiver" android:enabled="true"> <intent-filter> <action android:name="android.…

android broadcast
Is there a broadcast action for volume changes?

I'm programming a small widget that needs to be updated whenever the user changes the ringer volume or the vibrate …

android android-intent volume broadcast
Is broadcasting via TCP possible?

I'm writing a server/client system in C, which uses BSD Sockets under a TCP connection. The server is multi-threaded, …

c networking tcp broadcast sockets
Python UDP Broadcast not sending

I am trying to UDP broadcast from a Python program to two LabView programs. I cannot seem to get the …

python udp broadcast labview
Can I use broadcast or multicast for TCP?

For Internet Protocol (IP) I can use multicast: in IPv4: Internet Group Management Protocol (IGMP) in IPv6: Multicast Listener Discovery …

tcp udp ip broadcast multicast
UDP-Broadcast on all interfaces

On a Linux system with a wired and a wireless interface (e.g. 192.168.1.x and 192.168.2.x subnets) I want to …

linux udp posix broadcast
Receiving Broadcast Packets in Python

I have the following code which sends a udp packet that is broadcasted in the subnet. from socket import * s=…

python sockets udp broadcast
Send Broadcast UDP but not receive it on other Android devices

I am trying to develop an app that sends some broadcast messages and receives some answers from the other android …

android udp broadcast
How to Send BroadCast from one app to another app

I have App A and App B. In App A I want to send broadcast to App B. This is …

android broadcastreceiver broadcast