What command line command is available to broadcast a UDP packet on port 36?
I can use a command like "nc -u -l -p 36" to listen to the responses but I can't figure out how to send out the broadcast packet for the devices to say "I'm here" back to me.
THanks,
Jerry