Top "Broadcasting" questions

In telecommunication and information theory, broadcasting refers to a method of transferring a message to all recipients simultaneously.

Sending UDP broadcast, receiving multiple messages

I've got 2 programs, 1 for sending an UDP broadcast message and 1 that is listening for this broadcast. My problem is that …

c# udp broadcasting
Developing an email client app on android

I am trying to develop a small application for sending and receiving emails on the Android plataform. Currently i have …

android email service provider broadcasting
How to broadcast in java network

Its my first time programing network in java. I was looking for a way to send to somehow broadcast to …

java networking client broadcasting
Laravel pusher Illuminate \ Broadcasting \ BroadcastException No message

I'am using Laravel 5.5 with pusher to make a real time notification , the notification made from the Api after i made …

laravel pusher broadcasting
Laravel Event Broadcast not work with pusher

I used pusher for my project. I configure broadcasting as per laravel docs. When I fired my event pusher does …

laravel events pusher broadcasting
No broadcasting for tf.matmul in TensorFlow

I have a problem with which I've been struggling. It is related to tf.matmul() and its absence of broadcasting. …

tensorflow broadcasting
AlarmManager object after turning off and on the phone

In my app, I set an alarm AlarmManager alarmMgr = (AlarmManager)context.getSystemService(Context.ALARM_SERVICE); ... PendingIntent pendingIntent = PendingIntent.getBroadcast(context, …

android alarmmanager android-pendingintent broadcasting