05-30-2011 03:29 AM - edited 03-06-2019 05:15 PM
Is there any command in Linux/Unix or Windows by which I can broadcast a packet or multicast over a LAN or over a WAN ?
If yes do tell me in brief about them.
06-07-2011 06:23 AM
You need an application to do that.
06-07-2011 07:53 AM
Depends exactly on what you are trying to do. For example you could send a ping to the broadcast or multicast address quite easily eg.
subnet = 192.168.5.0 255.255.255.0
from the linux/windows device - ping 192.168.5.255 would send a broadcast on the local network. But as Andrew says, if you need to do it from a specific app then it is up to the app to do that.
Jon
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide