This is relatively straight forward and can be done a few ways: Write a socket program that reads the UDP data (you'll need to know what port to listen on and whether the data is being sent to a specific IP address, sent to a multicast address, or broadcast.) Once you have the packet, you can then s...