I have a device that broadcasts a UDP message every couple of seconds. I would now like to listen for these messages. The way this works is like this:
- I send a DISCOVER message to broadcast (255.255.255.255:1999)
- The device in response sends me a response payload in the form of a UDP packet
This response message contains the IP address of the device, it's MAC address and many more information. Is there any tool that I could use to broadcast such a message?
I will be running this tool on a Linux hardware!