broadcast
Linux-app does not get UDP messages from 169.254.x.x (local link)
My application (written in C++, running on Ubuntu 9.10) is listening on a UDP socket for broadcast messages from external devices.[详细]
2023-02-28 03:15 分类:问答Receiving local broadcast packet sent from a "supernet"
My question is for Linux, in C. Say host A on subnet /16 is sending a broadcast UDP packet. (ie. by broadcasting to xxx.xxx.255.255)[详细]
2023-02-24 06:58 分类:问答UDP sender & receiver at the same time C
I have to write a C app that will act as both UDP sender & receiver. The program should first detect the broadcast address, then send the message JOIN(name is read), 1 time/minute, then some messa[详细]
2023-02-21 13:37 分类:问答Java DatagramSocket listening on a broadcast address
I have written the simple test class which is meant to listen on Eth and receive all UDP packets, which go to port 5001:[详细]
2023-02-20 17:13 分类:问答Does Java NIO support broadcast or multicast?
I am searching if Java NIO implements broadcast. I need to create a peer that sends messages to other peers, using multicast or broadcast. I was searching in the API 1.6, but I don\'t find anything in[详细]
2023-02-19 15:14 分类:问答Finding out UDP Broadcast source IP with SDL_Net
I\'开发者_如何学Cm implementing a very basic sort of \"server discovery\": once in a while my server (lets say at 192.168.0.4) broadcasts a very simple UDP packet to 255.255.255.255:1234[详细]
2023-02-18 22:15 分类:问答Broadcast an audio stream
I\'m building a c# application that caputures subtitles from TV-channels. The purpose of this isthat visual impared persons are able to hear the translation.[详细]
2023-02-18 18:22 分类:问答Aborting/Cancelling Broadcasts
What I want: I want to be the first to receive the Sms Broadcast and I want to cancel the broadcast if SMS is of my interest only, so that The broadcast doesn\'t reach any other app/receiver (Default[详细]
2023-02-15 05:51 分类:问答C2DM registration retry
I\\m using C2DM and it\'s working fine if the registration was successfull. But sometimes registration fails and then it tries to register later:[详细]
2023-02-14 15:59 分类:问答UDP Broadcasting with PHP
I cannot figure how to broadcast a UDP datagram to my local network with PHP. This is the sample code I use :[详细]
2023-02-13 16:57 分类:问答